wireshark/wiretap
Guy Harris e300f4db52 Have "wtap_seek_read()" return 0 on success and -1 on failure, and take
an "err" argument that points to an "int" into which to put an error
code if it fails.

Check for errors in one call to it, and note that we should do so in
other places.

In the "wtap_seek_read()" call in the TCP graphing code, don't overwrite
"cfile.pseudo_header", and make the buffer into which we read the data
WTAP_MAX_PACKET_SIZE bytes, as it should be.

In some of the file readers for text files, check for errors from the
"parse the record header" and "parse the hex dump" routines when reading
sequentially.

In "csids_seek_read()", fix some calls to "file_error()" to check the
error on the random stream (that being what we're reading).

svn path=/trunk/; revision=4874
2002-03-05 05:58:41 +00:00
..
.cvsignore The Win32 build builds wiretap as a DLL and requires WinPcap 2.1. 2001-03-23 02:05:29 +00:00
AUTHORS Support for reading Visual Networks traffic capture files, from Tom 2001-12-04 22:28:19 +00:00
COPYING I added the LANalzyer file format to wiretap. I cleaned up some code in the 1998-11-12 06:01:27 +00:00
ChangeLog Created a new protocol tree implementation and a new display filter 1999-07-07 22:52:57 +00:00
INSTALL A lengthy patch to add the wiretap library. Wiretap is not used by default 1998-11-12 00:06:47 +00:00
Makefile Added support for Lucent/Ascend packet traces. The MAX and Pipeline router 1999-09-11 04:50:44 +00:00
Makefile.am Support for reading Visual Networks traffic capture files, from Tom 2001-12-04 22:28:19 +00:00
Makefile.nmake From Joerg Mayer: 2002-02-27 09:42:52 +00:00
NEWS A lengthy patch to add the wiretap library. Wiretap is not used by default 1998-11-12 00:06:47 +00:00
README Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
acconfig.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
acinclude.m4 zlib 1.0.8 - the version that comes with X11 - does have "gzseek()", 2002-02-06 09:58:30 +00:00
ascend-grammar.y From Joerg Mayer: get rid of "-Wno-unused" flag in some configure 2002-03-02 20:41:08 +00:00
ascend-int.h From Motonori Shindo: get rid of "send output to /dev/null" hack in 2001-12-06 08:25:52 +00:00
ascend-scanner.l From Motonori Shindo: get rid of "send output to /dev/null" hack in 2001-12-06 08:25:52 +00:00
ascend.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
ascend.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
buffer.c Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
buffer.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
config.h.win32 Build with zlib. 2001-04-06 03:52:45 +00:00
configure.in From Joerg Mayer: get rid of "-Wno-unused" flag in some configure 2002-03-02 20:41:08 +00:00
csids.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
csids.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
dbs-etherwatch.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
dbs-etherwatch.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
etherpeek.c From Joerg Mayer: remove unused variables and declarations of 2002-02-27 08:57:25 +00:00
etherpeek.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
file.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
file_wrappers.c zlib 1.0.8 - the version that comes with X11 - does have "gzseek()", 2002-02-06 09:58:30 +00:00
file_wrappers.h Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s. 2002-03-04 00:25:35 +00:00
i4b_trace.h From Joerg Mayer: 2001-07-13 00:55:58 +00:00
i4btrace.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
i4btrace.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
iptrace.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
iptrace.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
lanalyzer.c Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s. 2002-03-04 00:25:35 +00:00
lanalyzer.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
libpcap.c Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s. 2002-03-04 00:25:35 +00:00
libpcap.h From Joerg Mayer: remove unused variables and declarations of 2002-02-27 08:57:25 +00:00
netmon.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
netmon.h From Joerg Mayer: remove unused variables and declarations of 2002-02-27 08:57:25 +00:00
nettl.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
nettl.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
netxray.c Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s. 2002-03-04 00:25:35 +00:00
netxray.h From Joerg Mayer: remove unused variables and declarations of 2002-02-27 08:57:25 +00:00
ngsniffer.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
ngsniffer.h From Joerg Mayer: remove unused variables and declarations of 2002-02-27 08:57:25 +00:00
pppdump.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
pppdump.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
radcom.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
radcom.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
snoop.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
snoop.h From Joerg Mayer: remove unused variables and declarations of 2002-02-27 08:57:25 +00:00
toshiba.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
toshiba.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
visual.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
visual.h From Joerg Mayer: remove unused variables and declarations of 2002-02-27 08:57:25 +00:00
vms.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
vms.h VMS TCPIPtrace wiretap module, from Marc Milgram. 2001-10-18 20:29:56 +00:00
wtap-int.h Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
wtap.c Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00
wtap.def Make the bytes-written information from Wiretap a long, as we allow 2001-12-04 08:26:00 +00:00
wtap.h Have "wtap_seek_read()" return 0 on success and -1 on failure, and take 2002-03-05 05:58:41 +00:00

README

$Id: README,v 1.29 2001/11/13 23:55:42 gram Exp $

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 Ethereal
(http://www.ethereal.com/), 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 Ethereal, 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.

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.


Gilbert Ramirez <gram@alumni.rice.edu>
Guy Harris <guy@alum.mit.edu>