wireshark/wiretap
Guy Harris 640a45d707 Get rid of a redundant check - pcapng_read_packet_block() already checks
whether the (zero-based) interface ID is < the number of interface IDs,
so we don't need to do so in pcapng_read().

Unions are tricky - if the compiler doesn't ensure that the right
component of the union is being used at any given time, various problems
can happen.

Remove some members from the "data" union in the wtapng_block_t
structure, and use a local variable of the specified type.

svn path=/trunk/; revision=52262
2013-09-29 00:37:04 +00:00
..
5views.c Make non-static a variable that doesn't need to be static. 2013-07-29 07:28:28 +00:00
5views.h
AUTHORS
CMakeLists.txt From Linas Vepstas via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8962 2013-07-28 23:41:18 +00:00
Makefile.am Avoid building ascend.h and ascend.c in parallel (2 bison's running at the same time sometimes results in corrupted output). 2013-07-12 03:35:44 +00:00
Makefile.common From Linas Vepstas via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8962 2013-07-28 23:41:18 +00:00
Makefile.nmake
README From Linas Vepstas via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8962 2013-07-28 23:41:18 +00:00
README.airmagnet
README.developer
aethra.c Have the seek-read routines take a Buffer rather than a guint8 pointer 2013-06-16 00:20:00 +00:00
aethra.h
ascend-int.h Have the seek-read routines take a Buffer rather than a guint8 pointer 2013-06-16 00:20:00 +00:00
ascend.y Have the seek-read routines take a Buffer rather than a guint8 pointer 2013-06-16 00:20:00 +00:00
ascend_scanner.l
ascendtext.c Have the seek-read routines take a Buffer rather than a guint8 pointer 2013-06-16 00:20:00 +00:00
ascendtext.h
atm.c
atm.h
ber.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
ber.h
btsnoop.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
btsnoop.h
buffer.c
buffer.h Make the libwiretap Buffer routines usable from C++, and fix the C++ UI 2013-06-16 01:40:04 +00:00
camins.c trivial: fix a typo 2013-09-07 09:03:21 +00:00
camins.h
catapult_dct2000.c Make a never-changed table const. 2013-07-29 07:30:34 +00:00
catapult_dct2000.h
commview.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
commview.h
cosine.c Slight stylistic cleanup - most routines, when defined, have no space 2013-06-18 23:47:50 +00:00
cosine.h
csids.c Slight stylistic cleanup - most routines, when defined, have no space 2013-06-18 23:47:50 +00:00
csids.h
daintree-sna.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
daintree-sna.h
dbs-etherwatch.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
dbs-etherwatch.h
dct3trace.c Fix some pointer-signedness (well, signedness of what the pointer points 2013-06-21 02:59:54 +00:00
dct3trace.h
erf.c Original ERF file format documentation is still 404, link to bugzilla. 2013-08-15 10:44:19 +00:00
erf.h
eyesdn.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
eyesdn.h
file_access.c Get rid of struct addrinfo, use the hastables for name resolution instead. 2013-09-22 19:40:02 +00:00
file_wrappers.c Don't cast away constness (except where APIs render that impossible). 2013-07-23 23:34:45 +00:00
file_wrappers.h
hcidump.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
hcidump.h
i4b_trace.h
i4btrace.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
i4btrace.h
ipfix.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
ipfix.h
iptrace.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
iptrace.h
iseries.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
iseries.h
k12.c Have the seek-read routines take a Buffer rather than a guint8 pointer 2013-06-16 00:20:00 +00:00
k12.h
k12text.l Have the seek-read routines take a Buffer rather than a guint8 pointer 2013-06-16 00:20:00 +00:00
lanalyzer.c Fix error when build with clang 3.0 2013-08-10 21:27:17 +00:00
lanalyzer.h
libpcap.c Explain that we don't have to worry about fixed-length buffers whose 2013-07-16 00:18:55 +00:00
libpcap.h
libwiretap.vcproj
merge.c Move merge.{h,c} into wiretap: these modules use wiretap to merge files. 2013-07-16 02:35:33 +00:00
merge.h Move merge.{h,c} into wiretap: these modules use wiretap to merge files. 2013-07-16 02:35:33 +00:00
mime_file.c Have the seek-read routines take a Buffer rather than a guint8 pointer 2013-06-16 00:20:00 +00:00
mime_file.h
mp2t.c Put the code to fill in the struct wtap_pkthdr and to read the packet 2013-06-17 23:43:55 +00:00
mp2t.h
mpeg.c Have the seek-read routines take a Buffer rather than a guint8 pointer 2013-06-16 00:20:00 +00:00
mpeg.h
netmon.c Have the seek-read routines take a Buffer rather than a guint8 pointer 2013-06-16 00:20:00 +00:00
netmon.h
netscaler.c Clarify (a V1.0 file might have a single zero byte at the end of the 2013-06-19 00:02:22 +00:00
netscaler.h
netscreen.c Have the seek-read routines take a Buffer rather than a guint8 pointer 2013-06-16 00:20:00 +00:00
netscreen.h
nettl.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
nettl.h
network_instruments.c Have the seek-read routines take a Buffer rather than a guint8 pointer 2013-06-16 00:20:00 +00:00
network_instruments.h
netxray.c Have the seek-read routines take a Buffer rather than a guint8 pointer 2013-06-16 00:20:00 +00:00
netxray.h
ngsniffer.c The new frame-based tvbuff code found that the DOS Sniffer code for 2013-07-16 20:59:02 +00:00
ngsniffer.h
packetlogger.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
packetlogger.h
pcap-common.c Clarify what the special cases in wtap_wtap_encap_to_pcap_encap() are 2013-08-08 04:57:38 +00:00
pcap-common.h
pcap-encap.h
pcapng.c Get rid of a redundant check - pcapng_read_packet_block() already checks 2013-09-29 00:37:04 +00:00
pcapng.h
peekclassic.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
peekclassic.h
peektagged.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
peektagged.h
pppdump.c Have the seek-read routines take a Buffer rather than a guint8 pointer 2013-06-16 00:20:00 +00:00
pppdump.h
radcom.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
radcom.h
snoop.c Try to fix error: uninitialized const 'zeroes' is invalid in C++ [-Werror=c++-compat] 2013-07-29 07:54:24 +00:00
snoop.h
stanag4607.c The base_secs value should be a time_t, as it's calculated using 2013-07-29 00:54:33 +00:00
stanag4607.h From Linas Vepstas via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8962 2013-07-28 23:41:18 +00:00
tnef.c Merge more of the read and seek-read code paths. 2013-06-17 22:18:24 +00:00
tnef.h
toshiba.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
toshiba.h
visual.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
visual.h
vms.c Merge "read record header" and "read packet data" routines into a single 2013-06-17 21:18:47 +00:00
vms.h
vwr.c From Tom Cook via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9147 Long / short guard interval not properly read from IxVeriWave vwr files 2013-09-15 06:58:41 +00:00
vwr.h
wtap-int.h Get rid of struct addrinfo, use the hastables for name resolution instead. 2013-09-22 19:40:02 +00:00
wtap.c Use newly assigned DLT for PDU export functionality 2013-06-28 13:05:12 +00:00
wtap.h Get rid of struct addrinfo, use the hastables for name resolution instead. 2013-09-22 19:40:02 +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>

STANAG 4607
-----------
Initial support for the STANAG 4607 protocol.  Documentation at:
http://www.nato.int/structur/AC/224/standard/4607/4607.htm