# PCAP-lazarus-snippet **Repository Path**: gavinw2020/PCAP-lazarus-snippet ## Basic Information - **Project Name**: PCAP-lazarus-snippet - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-19 - **Last Updated**: 2023-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PCAP-lazarus-snippet A little software to learn how to use NPCAP dll with "lazarus" This little software demontrate the use of NPCAP library with "lazarus". The software list every ethernet interface, open the link and read raw ethernet frame on the opened interface. It's only made to understand how to use pcap.pp. I compile it with a fork of lazarus : Codetyphon 7.5 The PCAP.pp file is a part of codetyphon the dll are part of NPCAP library. COMPILE : - Install NPCAP library first - Open ctpr file with CodeTyphon - Compile it NOTES : For the moment, the software is made to work under Windows but in the near future, it will work under Linux.