wireshark/wiretap
Guy Harris 230c951306 From Stephen Donnelly of Endace:
The code for reading ERF files has not been significantly
	updated since 2004.  This patch brings it up to date with a
	number of changes.

	1) Increase number of decodable ERF types from 7 to 12. This
	   covers newer DAG card models and firmware updates.

	2) Fix timestamp conversion. Was calculating only microsecond
	   precision, now displaying with nanosecond resolution.  Hardware
	   precision is 7.5 to 30 ns depending on model.

	3) Allow the user to specify HDLC encapsulation as 'chdlc',
	   'ppp_serial', 'frelay' or 'mtp2'.  This is needed because the
	   ERF HDLC capture formats do not include information on what
	   protocol is used at the next level.  This is currently done via
	   an environment variable 'ERF_HDLC_ENCAP' and is analagous to the
	   existing 'ERF_ATM_ENCAP' variable.

	   If the user does not specify an HDLC encapsulation it tries to
	   guess, and falls back to MTP2 for backwards compatibility with
	   Florent's existing behaviour.

	   I know environment variables are ugly, suggestions are welcome.

	4) When reading HDLC captures as MTP2, use
	   WTAP_ENCAP_MTP2_WITH_PHDR rather than WTAP_ENCAP_MTP2.  This
	   allows us to put the 'Multi-Channel ERF' record 'channel
	   number' field into the MTP2 pseudo header > 'link_number'
	   field.  This is then displayed in Frame information, and can
	   be filtered on.  (Would be nice if it could be made a display
	   column?)

	Because the ERF record does not specify whether Annex A is used
	or not, we pass MTP2_ANNEX_A_USED_UNKNOWN and allow the existing
	user preference to decide.

Move the MTP2_ANNEX_A_ definitions into Wiretap, make the annex_a_used
field a guint8, and change MTP2_ANNEX_A_USED_UNKNOWN to 2 so it fits in
a guint8.  (This means that if you can save an ERF MTP2 file as a
libpcap file, the pseudo-header will have MTP2_ANNEX_A_USED_UNKNOWN in
it.)

svn path=/trunk/; revision=22067
2007-06-08 17:06:13 +00:00
..
5views.c change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct. 2006-11-05 22:46:44 +00:00
5views.h
AUTHORS From Clay Jones: Shomiti wireless packet support. 2007-01-18 12:19:17 +00:00
CMakeLists.txt Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179 2006-10-24 17:39:32 +00:00
COPYING
ChangeLog
INSTALL Ethereal -> Wireshark 2006-06-06 23:09:20 +00:00
Makefile.am include generator sources in EXTRA_DIST 2007-05-18 00:00:10 +00:00
Makefile.common remove the never used wiretap/wtap-plugins.c 2007-05-25 17:23:46 +00:00
Makefile.nmake fix manifest error: for dll's mt.exe must be given ;2 2007-05-09 06:33:22 +00:00
NEWS
README Ethereal -> Wireshark 2006-06-06 23:09:20 +00:00
README.airmagnet
README.developer Update to describe all that the read routine needs to return, and to 2006-11-07 19:25:32 +00:00
acinclude.m4 adding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro to test whether gcc 2007-04-22 09:27:21 +00:00
airopeek9.c Fix some (incorrect but unforseeable) 2007-05-21 16:16:18 +00:00
airopeek9.h
ascend-grammar.y set compiler option "treat warnings as errors" - to prevent new warnings for wiretap 2007-03-21 01:32:50 +00:00
ascend-int.h set compiler option "treat warnings as errors" - to prevent new warnings for wiretap 2007-03-21 01:32:50 +00:00
ascend-scanner.l
ascend.c fix Bug 1301 2007-01-14 06:13:07 +00:00
ascend.h
atm.c Froim Rene Pilz: 2006-11-29 06:44:07 +00:00
atm.h
ber.c change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct. 2006-11-05 22:46:44 +00:00
ber.h
buffer.c
buffer.h
catapult_dct2000.c Work with isdn_l2. 2007-05-29 14:38:40 +00:00
catapult_dct2000.h - Fix problems with parsing sctpprim headers 2006-10-23 17:22:20 +00:00
config.h.win32 instead of putting the MSC_VER_REQUIRED test into the root Makefile (which would require to change ALL makefiles - the buildbot revealed it), simply put it in the wiretap generation. As wiretap is mandatory and one of the first things to be build this doesn't even sound like a bad idea anyway ... 2007-01-31 05:26:41 +00:00
configure.in Change the Wiretap code so that it doesn't dereference 2007-05-28 06:47:50 +00:00
cosine.c change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct. 2006-11-05 22:46:44 +00:00
cosine.h
csids.c Change the Wiretap code so that it doesn't dereference 2007-05-28 06:47:50 +00:00
csids.h
dbs-etherwatch.c change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct. 2006-11-05 22:46:44 +00:00
dbs-etherwatch.h
erf.c From Stephen Donnelly of Endace: 2007-06-08 17:06:13 +00:00
erf.h From Stephen Donnelly of Endace: 2007-06-08 17:06:13 +00:00
etherpeek.c change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct. 2006-11-05 22:46:44 +00:00
etherpeek.h
eyesdn.c change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct. 2006-11-05 22:46:44 +00:00
eyesdn.h
file_access.c From Stephen Donnelly of Endace: 2007-06-08 17:06:13 +00:00
file_util.c Win32: MSVC > 6 doesn't work well with Unicode filenames! 2007-01-12 03:05:28 +00:00
file_util.h Win32: MSVC > 6 doesn't work well with Unicode filenames! 2007-01-12 03:05:28 +00:00
file_wrappers.c fix the return value of file_seek, as noted by Steve 2006-11-06 00:24:24 +00:00
file_wrappers.h Win32: MSVC > 6 doesn't work well with Unicode filenames! 2007-01-12 03:05:28 +00:00
hcidump.c change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct. 2006-11-05 22:46:44 +00:00
hcidump.h
i4b_trace.h
i4btrace.c change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct. 2006-11-05 22:46:44 +00:00
i4btrace.h
iptrace.c change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct. 2006-11-05 22:46:44 +00:00
iptrace.h
iseries.c Match "%4x" with an unsigned value in sscanf. 2007-04-21 22:59:52 +00:00
iseries.h
k12.c Explicitly mark new_k12_file_data() as taking no arguments - in C89, at 2007-04-21 22:57:22 +00:00
k12.h add support for the text export format of textronix k1[25] 2007-05-02 20:09:42 +00:00
k12text.l Get rid of CR's, and add a newline at the end. 2007-05-24 17:02:06 +00:00
lanalyzer.c set compiler option "treat warnings as errors" - to prevent new warnings for wiretap 2007-03-21 01:32:50 +00:00
lanalyzer.h
libpcap.c Throw in some casts to suppress warnings. 2007-05-28 08:31:18 +00:00
libpcap.h
mpeg-audio.c From Shaun Jackman 2007-03-22 10:44:33 +00:00
mpeg-audio.h From Shaun Jackman 2007-03-22 10:44:33 +00:00
mpeg.c Get rid of a warning with at least some compilers. 2007-04-21 22:58:03 +00:00
mpeg.h From Shaun Jackman 2007-03-22 10:44:33 +00:00
netmon.c Note the version numbers in NetMon 3.0 files. 2007-06-05 17:17:22 +00:00
netmon.h
nettl.c From Mark C. Brown: 2007-01-01 14:48:18 +00:00
nettl.h From Mark C. Brown: 2007-01-01 14:48:18 +00:00
network_instruments.c change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct. 2006-11-05 22:46:44 +00:00
network_instruments.h
netxray.c Note realtick's invalidity for ETH_CAPTYPE_OTHERPOD in the comment for 2007-05-31 05:51:15 +00:00
netxray.h
ngsniffer.c change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct. 2006-11-05 22:46:44 +00:00
ngsniffer.h
pppdump.c Fix for bug 1601: handle zero length packets. 2007-05-23 06:03:48 +00:00
pppdump.h
radcom.c change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct. 2006-11-05 22:46:44 +00:00
radcom.h
snoop.c From Clay Jones: Shomiti wireless packet support. 2007-01-18 12:19:17 +00:00
snoop.h
toshiba.c change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct. 2006-11-05 22:46:44 +00:00
toshiba.h
visual.c From James Menzies: 2007-03-31 22:38:10 +00:00
visual.h
vms.c change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct. 2006-11-05 22:46:44 +00:00
vms.h
wtap-capture.h
wtap-int.h From Stephen Donnelly of Endace: 2007-06-08 17:06:13 +00:00
wtap.c Add a plugin interface to wiretap. 2007-05-04 21:10:55 +00:00
wtap.def Actually implement wtap_register_file_type() and have it returning the ID of the new file type. 2007-06-06 20:56:38 +00:00
wtap.h From Stephen Donnelly of Endace: 2007-06-08 17:06:13 +00:00

README

$Id$

Wiretap is a library that is being developed as a future replacement for
libpcap, the current standard Unix library for packet capturing. Libpcap
is great in that it is very platform independent and has a wonderful
BPF optimizing engine. But it has some shortcomings as well. These
shortcomings came to a head during the development of Wireshark
(http://www.wireshark.org/), a packet analyzer. As such, I began developing
wiretap so that:

1. The library can easily be amended with new packet filtering objects.
Libpcap is very TCP/IP-oriented. I want to filter on IPX objects, SNA objects,
etc. I also want any decent programmer to be able to add new filters to the
library.

2. The library can read file formats from many packet-capturing utilities.
Libpcap only reads Libpcap files.

3. The library can capture on more than one network interface at a time, and
save this trace in one file.

4. Network names can be resolved immediately after a trace and saved in the
trace file. That way, I can ship a trace of my firewall-protected network to a
colleague, and he'll see the proper hostnames for the IP addresses in the
packet capture, even though he doesn't have access to the DNS server behind my
LAN's firewall.

5. I want to look into the possibility of compressing packet data when saved
to a file, like Sniffer.

6. The packet-filter can be optimized for the host OS. Not all OSes have BPF;
SunOS has NIT and Solaris has DLPI, which both use the CMU/Stanford
packet-filter pseudomachine. RMON has another type of packet-filter syntax
which we could support.

Wiretap is very good at reading many file formats, as per #2
above. Wiretap has no filter capability at present; it currently doesn't
support packet capture, so it wouldn't be useful there, and filtering
when reading a capture file is done by Wireshark, using a more powerful
filtering mechanism than that provided by BPF.


File Formats
============

Libpcap
-------
The "libpcap" file format was determined by reading the "libpcap" code;
wiretap reads the "libpcap" file format with its own code, rather than
using the "libpcap" library's code to read it.

Sniffer (compressed and uncompressed)
-------
The uncompressed Sniffer format is documented in the Sniffer manual.
Unfortunately, Sniffer manuals tend to document only the format for
the Sniffer model they document. Token-Ring and ethernet seems to work
well, though.  If you have an ATM Sniffer file, both Guy and Gilbert
would be *very* interested in receiving a sample. (see 'AUTHORS' file
for our e-mail addresses).

LANalyzer
---------
The LANalyzer format is available from http://www.novell.com. Search
their knowledge base for "Trace File Format".

Network Monitor
---------------
Microsoft's Network Monitor file format is supported, at least under
Ethernet and token-ring. If you have capture files of other datalink
types, please send them to Guy.

"snoop"
-------
The Solaris 2.x "snoop" program's format is documented in RFC 1761.

"iptrace"
---------
This is the capture program that comes with AIX 3.x and 4.x.  AIX 3 uses
the iptrace 1.0 file format, while AIX4 uses iptrace 2.0.  iptrace has
an undocumented, yet very simple, file format.  The interesting thing
about iptrace is that it will record packets coming in from all network
interfaces; a single iptrace file can contain multiple datalink types.

Sniffer Basic (NetXRay)/Windows Sniffer Pro
-------------------------------------------
Network Associates' Sniffer Basic (formerly NetXRay from Cinco Networks)
file format is now supported, at least for Ethernet and token-ring. 
Network Associates' Windows Sniffer Pro appears to use a variant of that
format; it's supported to the same extent.

RADCOM WAN/LAN Analyzers
------------------------
Olivier Abad has added code to read Ethernet and LAPB captures from
RADCOM WAN/LAN Analyzers (see http://www.radcom-inc.com/).

Lucent/Ascend access products
-----------------------------
Gerald

HP-UX nettl
-----------
nettl is used on HP-UX to trace various streams based subsystems.  Wiretap
can read nettl files containing IP frames (NS_LS_IP subsystem) and LAPB
frames (SX25L2 subsystem). It has been tested with files generated on
HP-UX 9.04 and 10.20.
Use the following commands to generate a trace :
# IP capture. 0x30000000 means PDU in and PDU out :
nettl -tn 0x30000000 -e NS_LS_IP -f tracefile
# X25 capture. You must specify an interface :
nettl -tn 0x30000000 -e SX25l2 -d /dev/x25_0 -f tracefile
# stop capture. subsystem is NS_LS_IP or SX25L2 :
nettl -tf -e subsystem

One may be able to specify "-tn pduin pduout" rather than
"-tn 0x30000000"; the nettl man page for HP-UX 10.30 implies that it
should work.

There is also basic support for nettl files containing NS_LS_DRIVER, 
NS_LS_TCP, NS_LS_UDP, NS_LS_LOOPBACK, unknown type 0xb9, and NS_LS_ICMP.
However, NS_LS_ICMP will not be decoded since WTAP lacks a raw ICMP 
encapsulation type.


Toshiba ISDN Router
-------------------
An under-documented command that the router supports in a telnet session
is "snoop" (not related to the Solaris "snoop" command). If you give
it the "dump" option (either by letting "snoop" query you for its next
argument, or typing "snoop dump" on the command line), you'll get a hex
dump of all packets across the router (except of your own telnet session
-- good thinking Toshiba!). You can select a certain channel to sniff
(LAN, B1, B2, D), but the default is all channels.  You save this hex
dump to disk with 'script' or by 'telnet | tee'. Wiretap will read the
ASCII hex dump and convert it to binary data.

ISDN4BSD "i4btrace" utility
---------------------------
Bert Driehuis

Cisco Secure Intrustion Detection System iplogging facility
-----------------------------------------------------------
Mike Hall

pppd logs (pppdump-format files)
--------------------------------
Gilbert

VMS TCPTRACE
------------
Compaq VMS's TCPIPTRACE format is supported.  This is the capture program
that comes with TCP/IP or UCX as supplied by Compaq or Digital Equipment
Corporation.

Under UCX 4.x, it is invoked as TCPIPTRACE.  Under TCPIP 5.x, it is invoked
as TCPTRACE.

TCPTRACE produces an ascii text based format, that has changed slightly over
time.

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>