Fix windows adapter id being truncated for pcap mode.

remotes/origin/master-1.1.x
Victor Julien 15 years ago
parent 2bc0be6e65
commit 85033f5afe

@ -42,7 +42,9 @@ typedef struct PcapPacketVars_
{
} PcapPacketVars;
#define PCAP_IFACE_NAME_LENGTH 48
/** needs to be able to contain Windows adapter id's, so
* must be quite long. */
#define PCAP_IFACE_NAME_LENGTH 128
typedef struct PcapIfaceConfig_
{

Loading…
Cancel
Save