rev 17862: /trunk/epan/dissectors/: Makefile.common packet-catapult-dct2000.c /trunk/wiretap/: Makefile.common README catapult_dct2000.c catapult_dct2000.h file_access.c wtap-int.h wtap.c ...
[email protected] Fri, 14 Apr 2006 12:41:08 GMT
| Newsgroups | gmane.network.ethereal.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: etxrab Date: 2006/04/14 07:41 AM Log: 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. Directory: /trunk/epan/dissectors/ Changes Path Action +1 -0 Makefile.common Modified +342 -0 packet-catapult-dct2000.c Added Directory: /trunk/wiretap/ Changes Path Action +1 -0 Makefile.common Modified +11 -0 README Modified +1284 -0 catapult_dct2000.c Added +29 -0 catapult_dct2000.h Added +5 -0 file_access.c Modified +11 -0 wtap-int.h Modified +3 -0 wtap.c Modified +18 -2 wtap.h Modified http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=17862&view=rev