aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-03-27 15:17:42 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-03-27 15:17:42 +0000
commite01bfbea0a9f342f4b312a7e80a0b484c5b27948 (patch)
tree25fc1a89f96272287578a7b59500aef64e6aaa0e /airpcap_loader.c
parent989057bb09f042db7c740802987f406d7fccfc0b (diff)
Use AIRPCAP_ERRBUF_SIZE instead of PCAP_ERRBUF_SIZE in one spot.
svn path=/trunk/; revision=41801
Diffstat (limited to 'airpcap_loader.c')
-rw-r--r--airpcap_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/airpcap_loader.c b/airpcap_loader.c
index 83f4697e3c..98288ba57c 100644
--- a/airpcap_loader.c
+++ b/airpcap_loader.c
@@ -1388,7 +1388,7 @@ get_airpcap_interface_list(int *err, char **err_str)
airpcap_if_info_t *if_info;
int n_adapts;
AirpcapDeviceDescription *devsList, *adListEntry;
- char errbuf[PCAP_ERRBUF_SIZE];
+ char errbuf[AIRPCAP_ERRBUF_SIZE];
*err = 0;