diff options
Diffstat (limited to 'pcap-nit.c')
-rw-r--r-- | pcap-nit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-nit.c b/pcap-nit.c index b799549e4eda3..85b32f2a9d752 100644 --- a/pcap-nit.c +++ b/pcap-nit.c @@ -328,7 +328,7 @@ pcap_activate_nit(pcap_t *p) } pcap_t * -pcap_create(const char *device, char *ebuf) +pcap_create_interface(const char *device, char *ebuf) { pcap_t *p; |