diff options
-rw-r--r-- | Makefile.in | 7 | ||||
-rw-r--r-- | pcap-new.c | 2 | ||||
-rw-r--r-- | pcap-rpcap.c | 2 | ||||
-rw-r--r-- | rpcap-protocol.h (renamed from rpcap/rpcap-protocol.h) | 0 |
4 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 10db68f8..c809375c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -129,11 +129,16 @@ HDR = $(PUBHDR) \ pcap-stdinc.h \ portability.h \ ppp.h \ + rpcap-protocol.h \ + rpcap/Makefile.in \ rpcap/daemon.c \ + rpcap/daemon.h \ rpcap/fileconf.c \ - rpcap/rpcap-protocol.h \ + rpcap/fileconf.h \ rpcap/rpcapd.c \ + rpcap/rpcapd.h \ rpcap/utils.c \ + rpcap/utils.h \ sf-pcap.h \ sf-pcap-ng.h \ sunatmpos.h @@ -37,7 +37,7 @@ #include "pcap-int.h" // for the details of the pcap_t structure #include "sockutils.h" -#include "rpcap/rpcap-protocol.h" +#include "rpcap-protocol.h" #include "pcap-rpcap-int.h" #include <errno.h> // for the errno variable #include <stdlib.h> // for malloc(), free(), ... diff --git a/pcap-rpcap.c b/pcap-rpcap.c index 4623b2b0..eb4f7050 100644 --- a/pcap-rpcap.c +++ b/pcap-rpcap.c @@ -41,7 +41,7 @@ #include <errno.h> /* for the errno variable */ #include "pcap-int.h" #include "sockutils.h" -#include "rpcap/rpcap-protocol.h" +#include "rpcap-protocol.h" #include "pcap-rpcap-int.h" /* diff --git a/rpcap/rpcap-protocol.h b/rpcap-protocol.h index edb7b239..edb7b239 100644 --- a/rpcap/rpcap-protocol.h +++ b/rpcap-protocol.h |