aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.common
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-01-13 20:05:07 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-01-13 20:05:07 +0000
commit4f565d1a4dcfe67006ee3799507f0340e0898734 (patch)
tree93106f1d8fb1fb931e8cc0c0955219cf74a4ca42 /wiretap/Makefile.common
parentaa81806094322d426f6ff1ec1d5b5a8b33552195 (diff)
add very experimental support for pcapng "PCAP Next Generation Dump File Format" - this is incomplete and buggy, be careful!
svn path=/trunk/; revision=24079
Diffstat (limited to 'wiretap/Makefile.common')
-rw-r--r--wiretap/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common
index 80a3515b5f..57d276acae 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -60,6 +60,7 @@ NONGENERATED_C_FILES = \
network_instruments.c \
netxray.c \
ngsniffer.c \
+ pcapng.c \
pppdump.c \
radcom.c \
snoop.c \
@@ -103,6 +104,7 @@ NONGENERATED_HEADER_FILES = \
network_instruments.h \
netxray.h \
ngsniffer.h \
+ pcapng.h \
pppdump.h \
radcom.h \
snoop.h \