aboutsummaryrefslogtreecommitdiff
path: root/pcap-new.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-07-30 16:22:49 -0700
committerGuy Harris <guy@alum.mit.edu>2016-07-30 16:22:49 -0700
commit6da501fb98c80c40cf5b63e632c7db92e9de56bc (patch)
treebc62e0d217afdb05c470f96ddc39d595b6ecbdd5 /pcap-new.c
parentca682fd83c9ea1dc0e16e5c938faeb253dccbaae (diff)
Rename pcap-remote.[ch] to pcap-rpcap.[ch].
They're not for remote capture in general, they're just for remote capture using the rpcap protocol.
Diffstat (limited to 'pcap-new.c')
-rw-r--r--pcap-new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-new.c b/pcap-new.c
index ab48e252..2b318b6d 100644
--- a/pcap-new.c
+++ b/pcap-new.c
@@ -36,7 +36,7 @@
#endif
#include "pcap-int.h" // for the details of the pcap_t structure
-#include "pcap-remote.h"
+#include "pcap-rpcap.h"
#include "sockutils.h"
#include <errno.h> // for the errno variable
#include <stdlib.h> // for malloc(), free(), ...