Skip to content

Commit

Permalink
Remove packetNtx and Packet9x code. Npcap is not supported on those p…
Browse files Browse the repository at this point in the history
…latforms.
  • Loading branch information
bonsaiviking committed Jan 6, 2017
1 parent 903a51e commit a5b6f99
Show file tree
Hide file tree
Showing 99 changed files with 0 additions and 30,795 deletions.
6 changes: 0 additions & 6 deletions Common/WpcapNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@
#define NPF_DEVICE_NAMES_PREFIX_WIFI NPF_DEVICE_NAMES_PREFIX "WIFI_"
#define NPF_DEVICE_NAMES_PREFIX_WIDECHAR_WIFI NPF_DEVICE_NAMES_PREFIX_WIDECHAR L"WIFI_"

// Only used in packetNtx\Dll
#define NPF_EVENTS_NAMES NPF_DRIVER_NAME ///< (BBB)
#define NPF_EVENTS_NAMES_WIDECHAR NPF_DRIVER_NAME_WIDECHAR ///< (BBB) used by the NPF driver, that does not accept the TEXT(a) macro correctly.

// Used in packetWin7\Dll
#define FAKE_NDISWAN_ADAPTER_NAME "\\Device\\" NPF_DRIVER_NAME "_GenericDialupAdapter" ///< (CCC) Name of a fake ndiswan adapter that is always available on 2000/XP/2003, used to capture NCP/LCP packets
#define FAKE_NDISWAN_ADAPTER_DESCRIPTION "Adapter for generic dialup and VPN capture" ///< (DDD) Description of a fake ndiswan adapter that is always available on 2000/XP/2003, used to capture NCP/LCP packets
Expand Down Expand Up @@ -159,8 +155,6 @@
//
#define NPF_DEVICES_PREFIX_REG_KEY "NpfDeviceNamesPrefix" ///< (AAA)
#define NPF_DEVICES_PREFIX_REG_KEY_WC L"NpfDeviceNamesPrefix" ///< (AAA) used by the NPF driver, that does not accept the TEXT(a) macro correctly.
#define NPF_EVENTS_NAMES_REG_KEY "NpfEventsNames" ///< (BBB)
#define NPF_EVENTS_NAMES_REG_KEY_WC L"NpfEventsNames" ///< (BBB) used by the NPF driver, that does not accept the TEXT(a) macro correctly.
#define NPF_FAKE_NDISWAN_ADAPTER_NAME_REG_KEY "NdiswanAdapterName" ///< (CCC) packet.dll
#define NPF_FAKE_NDISWAN_ADAPTER_DESC_REG_KEY "NdiswanAdapterDescription" ///< (DDD) packet.dll
#define NPF_SERVICE_DESC_REG_KEY "NpfServiceDescription" ///< (FFF) packet.dll
Expand Down
41 changes: 0 additions & 41 deletions Packet9x/DLL/Packet.def

This file was deleted.

Loading

0 comments on commit a5b6f99

Please sign in to comment.