aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-10-26 02:18:55 +0000
committerGuy Harris <guy@alum.mit.edu>2011-10-26 02:18:55 +0000
commite9ae3a0fd641bb91182430fe0c7f026327dab26b (patch)
tree4a889b230ced860c587cc9a677a7232ef74cee92 /wiretap/Makefile.common
parent3b0625c340db21f80d3b519297e1c0bc1ea48115 (diff)
Initial support for .aps files from Aethra Telecommunications' PC108
software. More work is needed: we don't know where the capture start time is yet; we aren't handling the "stop capture" record; we don't know where the ISDN channel is; there might be non-ISDN file formats; but this at least is easier than trying to text2pcap hex dumps from that software into pcap files. svn path=/trunk/; revision=39588
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 3c09e93b0e..78ddc2ad11 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -30,6 +30,7 @@
# _SOURCES variables).
NONGENERATED_C_FILES = \
5views.c \
+ aethra.c \
airopeek9.c \
ascendtext.c \
atm.c \
@@ -80,6 +81,7 @@ NONGENERATED_C_FILES = \
# Header files that are not generated from other files
NONGENERATED_HEADER_FILES = \
5views.h \
+ aethra.h \
airopeek9.h \
ascendtext.h \
ascend-int.h \