wireshark/wiretap
Sake Blok 5c7b76b8a0 From Stephen Donnelly (bug 2359):
- add support for ERF files created with a snaplength
- tighten heuristics (rlen>=16, time_delta < 1 week)


svn path=/trunk/; revision=24929
2008-04-12 10:21:51 +00:00
..
5views.c Fix (Sun) compiler warnings as reported by David Kirkby: Part 1 2008-02-09 23:35:28 +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
Makefile.am All our programs link against glib so don't there's no need to link our libraries against it too. This should allow us to build Wireshark (with dynamic libs) with static glib (read: it should fix the OS X buildbot building with glib-1.2). 2008-03-01 12:14:38 +00:00
Makefile.common Added btsnoop.h 2008-02-04 15:54:53 +00:00
Makefile.nmake Add .. to the directory in which to look for headers, just as is done 2007-12-08 03:22:58 +00:00
README Ethereal -> Wireshark 2006-06-06 23:09:20 +00:00
README.airmagnet Minor fixes 2005-02-24 19:45:08 +00:00
README.developer minor updates 2007-10-09 05:37:34 +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 One quote mark sufficeth. 2007-08-04 03:47:20 +00:00
ascend.c Corrected some types. 2008-02-07 11:42:11 +00:00
ascend.h
atm.c Froim Rene Pilz: 2006-11-29 06:44:07 +00:00
atm.h
ber.c Strengthen BER and ERF heuristics to solve: 2007-11-05 20:43:25 +00:00
ber.h Basic Encoding Rules (BER) encoded file reading. Not really a packet trace format but still useful for dissecting arbitrary BER/DER ASN.1. 2006-05-08 19:56:36 +00:00
btsnoop.c From Shane Kearns (bug 2237): 2008-02-03 21:11:53 +00:00
btsnoop.h From Shane Kearns (bug 2237): 2008-02-03 21:11:53 +00:00
buffer.c more buffer functions 2007-12-28 07:38:06 +00:00
buffer.h more buffer functions 2007-12-28 07:38:06 +00:00
catapult_dct2000.c Allocate size of data pointed to (64 bits) rather than size of pointer to data... 2008-04-04 04:44:59 +00:00
catapult_dct2000.h - Fix problems with parsing sctpprim headers 2006-10-23 17:22:20 +00:00
commview.c Add support for showing wireless LAN info (signal strength / rate / channel) 2007-11-27 05:43:29 +00:00
commview.h Add writing support for the CommView file format. 2007-11-26 05:34:07 +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 Get rid of 8-bit charcters in the example ETHERWATCH output - they can 2007-12-07 01:18:17 +00:00
dbs-etherwatch.h
erf.c From Stephen Donnelly (bug 2359): 2008-04-12 10:21:51 +00:00
erf.h From Stephen Donnelly via bug 2235: 2008-03-14 17:47:53 +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 Shane Kearns (bug 2237): 2008-02-03 21:11:53 +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 - Remove GLIB1 code 2008-04-07 05:22:54 +00:00
file_wrappers.c s/%ll/%" G_GINT64_MODIFIER "/g 2008-01-24 21:57:13 +00:00
file_wrappers.h Fixes for Windows build w/o ZLIB 2007-11-28 20:06:21 +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 Don't assume ints are 32 bits. Fixes a recent Buildbot error. 2005-08-03 17:32:00 +00:00
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 Fix (Sun) compiler warnings as reported by David Kirkby: Part 1 2008-02-09 23:35:28 +00:00
iseries.h Add $Id$ 2008-02-18 22:39:03 +00:00
k12.c s/%ll/%" G_GINT64_MODIFIER "/g 2008-01-24 21:57:13 +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 C++/C99 style comments--not all compilers support them 2007-11-26 18:55:17 +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 From Hannes Kalber: 2008-03-14 00:01:51 +00:00
libpcap.h Move wtap_pcap_encap_to_wtap_encap()'s definition to libpcap.h so packet-ppi.c can get access to it even when we don't HAVE_LIBPCAP (besides, it doesn't seem to be specific to capturing...) 2007-08-22 19:38:49 +00:00
libwiretap.vcproj add very experimental support for pcapng "PCAP Next Generation Dump File Format" - this is incomplete and buggy, be careful! 2008-01-13 20:05:07 +00:00
mpeg-audio.c Get rid of the global data structures populated by wiretap/mpeg-audio but 2007-11-26 23:06:07 +00:00
mpeg-audio.h Get rid of the global data structures populated by wiretap/mpeg-audio but 2007-11-26 23:06:07 +00:00
mpeg.c Cast away shortening conversions that are presumed not to lose any data. 2007-08-22 02:45:42 +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
netscreen.c Added correct svn propset settings to wiretap/netscreen.[ch] 2007-11-15 19:46:25 +00:00
netscreen.h Added correct svn propset settings to wiretap/netscreen.[ch] 2007-11-15 19:46:25 +00:00
nettl.c From Mark C. Brown: 2008-04-12 09:23:35 +00:00
nettl.h From Mark C. Brown: 2008-04-12 09:23:35 +00:00
network_instruments.c More rewrite of prohibited APIs (sprintf, strcpy, strcat). 2008-02-03 15:38:20 +00:00
network_instruments.h The first item in the network load EIP appears to be the network 2006-04-19 03:42:06 +00:00
netxray.c At least some LAPB Windows Sniffer captures have 4 bytes of extra stuff 2007-08-17 20:04:31 +00:00
netxray.h
ngsniffer.c Add a cast. 2008-02-12 00:24:49 +00:00
ngsniffer.h
pcapng.c Really fix pcapng timestamp reading and writing this time. 2008-02-20 04:41:31 +00:00
pcapng.h Add svn:eol-style native and svn:keywords Id 2008-01-13 21:10:09 +00:00
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 More rewrite of prohibited APIs (sprintf, strcpy, strcat). 2008-02-03 15:38:20 +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-int.h Do the time calculations with 64-bit integers, rather than in floating 2008-02-10 18:29:05 +00:00
wtap.c From Owen Kirby : 2008-03-05 20:30:03 +00:00
wtap.def export more buffer functions from wiretap 2007-12-27 13:35:44 +00:00
wtap.h From Hannes Kalber: 2008-03-14 00:01:51 +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>