summaryrefslogtreecommitdiff
path: root/wiretap/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-04-14 12:41:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-04-14 12:41:06 +0000
commitaf554c2f7525e432f1072b59afa40ce867673c00 (patch)
treee6dd54ff28085af5c71116b45cd82bf94a382fc9 /wiretap/Makefile.common
parent44aa78fe5e3dd8b7c0f70c3941af28c48ebdd4c7 (diff)
downloadwireshark-af554c2f7525e432f1072b59afa40ce867673c00.tar.gz
From Martin Mathieson:
patch and new files provide support for Catapult DCT2000 .out files to wiretap and ethereal. This wiretap support (catapult_dct2000.c+h) appends a short header to each packet giving some context, and a corresponding ethereal dissector (packet-catapult-dct2000.c) parses this before passing the real payload onto an existing ethereal dissector (for ethernet, ip, lapd, ppp, frame-relay,...). For now, there is only support for saving dct2000 files in their own format, although I may add support for converting between dct2000 and libpcap later. updated version of these files and patch, now with support for MTP2. Olivier's trace used the ANSI variant - the MTP2 and MTP3 decode fine with the right preferences set (although the ISUP dissector reports a reserved/retired message type). Witha a change to NOT to declare gboolean catapult_dct2000_board_ports_only; as extern as MSVC choked on it. svn path=/trunk/; revision=17862
Diffstat (limited to 'wiretap/Makefile.common')
-rw-r--r--wiretap/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common
index 23095d010a..a8015a14b3 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -34,6 +34,7 @@ NONGENERATED_C_FILES = \
ascend.c \
atm.c \
buffer.c \
+ catapult_dct2000.c \
cosine.c \
csids.c \
dbs-etherwatch.c \