summaryrefslogtreecommitdiff
path: root/wiretap/README
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/README
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/README')
-rw-r--r--wiretap/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/wiretap/README b/wiretap/README
index e451d6a383..56aedd1bd5 100644
--- a/wiretap/README
+++ b/wiretap/README
@@ -162,6 +162,17 @@ DBS Etherwatch (text format)
Text output from DBS Etherwatch is supported. DBS Etherwatch is available
from: http://www.users.bigpond.com/dbsneddon/software.htm.
+Catapult DCT2000 (.out files)
+-----------------------------
+DCT2000 test systems produce ascii text-based .out files for ports
+that have logging enabled. When being read, the data part of the message is
+prefixed with a short header that provides some context (context+port,
+direction, original timestamp, etc).
+
+You can choose to suppress the reading of non-standard protocols
+(i.e. messages between layers rather than the well-known link-level protocols
+usually found on board ports).
+
Gilbert Ramirez <gram@alumni.rice.edu>
Guy Harris <guy@alum.mit.edu>