diff options
author | Guy Harris <guy@alum.mit.edu> | 2016-07-30 16:22:49 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2016-07-30 16:22:49 -0700 |
commit | 6da501fb98c80c40cf5b63e632c7db92e9de56bc (patch) | |
tree | bc62e0d217afdb05c470f96ddc39d595b6ecbdd5 /pcap-new.c | |
parent | ca682fd83c9ea1dc0e16e5c938faeb253dccbaae (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(), ... |