aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.common
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2009-02-16 07:24:04 +0000
committerStephen Fisher <steve@stephen-fisher.com>2009-02-16 07:24:04 +0000
commit18f3436e85cd898995e4635c8de204d19d3aec86 (patch)
tree8c57e4d8da5544e0db05149a4119ebca4b7ffd0d /wiretap/Makefile.common
parent5742ede54c6427d581c718ffd7c2e43cfe40bf56 (diff)
Add support for reading Apple's Bluetooth PacketLogger capture files to
wiretap. Modify various other locations to accommodate the fact that PacketLogger files do not specify the direction of packets. svn path=/trunk/; revision=27463
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 68c411f1e8..624473ee2a 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -61,6 +61,7 @@ NONGENERATED_C_FILES = \
network_instruments.c \
netxray.c \
ngsniffer.c \
+ packetlogger.c \
pcapng.c \
pppdump.c \
radcom.c \
@@ -106,6 +107,7 @@ NONGENERATED_HEADER_FILES = \
network_instruments.h \
netxray.h \
ngsniffer.h \
+ packetlogger.h \
pcapng.h \
pppdump.h \
radcom.h \