wireshark/doc
Bill Meier 93a82410e3 Update capinfos man page.
svn path=/trunk/; revision=32653
2010-05-03 20:38:06 +00:00
..
Makefile.am Revert 31864 and 31866: don't use suffix rules. Pattern rules would work but I don't know if they're portable enough. 2010-04-08 19:18:05 +00:00
Makefile.nmake Apply r30854 to Windows Nmakefiles 2009-11-07 15:55:01 +00:00
README.binarytrees From Alex Lindberg via bug 4463: 2010-02-07 11:01:13 +00:00
README.capture From Andrew Feren: 2007-10-12 19:13:31 +00:00
README.design Rename the main executable to "wireshark", along with more conversions: 2006-05-31 19:12:15 +00:00
README.developer Change copyright date in sample dissector code to 201x from 200x for the 2010-04-25 08:23:12 +00:00
README.display_filter From Andrew Feren: 2007-10-12 19:13:31 +00:00
README.heuristic from Christopher.Maynard@GTECH.COM: 2008-09-09 21:50:05 +00:00
README.idl2wrs From Andrew Feren: 2007-10-12 19:13:31 +00:00
README.malloc Add initial support for string buffers - ep_allocated, growable strings 2009-03-27 23:05:37 +00:00
README.packaging Add --enable-setcap-install and --with-dumpcap-group. 2010-04-08 00:02:29 +00:00
README.plugins Simplify Makefile.nmake so that adding a new plugin to Makefile.nmake 2010-04-19 14:38:20 +00:00
README.python python binding update : 2009-05-30 13:37:02 +00:00
README.regression Rename the main executable to "wireshark", along with more conversions: 2006-05-31 19:12:15 +00:00
README.request_response_tracking Further cleanup of the document 2007-02-19 06:24:29 +00:00
README.stats_tree From Reinhard Speyerer: 2009-05-02 06:43:49 +00:00
README.tapping Add remark about including packet.h before tap.h 2010-04-12 16:06:52 +00:00
README.xml-output Documentation fix. Fix a strangely-worded sentence in README.xml-output 2007-12-17 09:42:33 +00:00
capinfos.pod Update capinfos man page. 2010-05-03 20:38:06 +00:00
dfilter2pod.pl When building the wireshark-filter documentation on Windows, try to 2009-04-17 03:53:19 +00:00
doc.vcproj Update *.vcproj to visual studio 8 2009-09-24 05:11:47 +00:00
dumpcap.pod As requested in: 2010-04-09 02:09:10 +00:00
editcap.pod SYNOPSYS --> SYNOPSIS 2009-05-12 21:10:38 +00:00
eproto2sgml Rename the main executable to "wireshark", along with more conversions: 2006-05-31 19:12:15 +00:00
idl2wrs.pod Change two instances of "an Wireshark plugin" to "a Wireshark plugin". 2010-05-02 23:39:58 +00:00
make-authors-format.pl Move the generated documentation (man pages, AUTHORS-SHORT-FORMAT, and 2009-06-21 12:47:48 +00:00
make-authors-short.pl Move the generated documentation (man pages, AUTHORS-SHORT-FORMAT, and 2009-06-21 12:47:48 +00:00
mergecap.pod Fix a warning from pod2man. 2010-02-18 01:36:30 +00:00
perlnoutf.pl Move the generated documentation (man pages, AUTHORS-SHORT-FORMAT, and 2009-06-21 12:47:48 +00:00
randpkt.txt Rename the main executable to "wireshark", along with more conversions: 2006-05-31 19:12:15 +00:00
rawshark.pod In the section on WIRESHARK_ABORT_ON_DISSECTOR_BUG, give the name of the 2010-04-14 00:46:29 +00:00
sgml.doc.template Added changes so Edit->Filters...->Apply works as I think 2000-07-29 03:20:51 +00:00
text2pcap.pod SYNOPSYS --> SYNOPSIS 2009-05-12 21:10:38 +00:00
tshark.pod In the section on WIRESHARK_ABORT_ON_DISSECTOR_BUG, give the name of the 2010-04-14 00:46:29 +00:00
wireshark-filter.pod.template As requested in: 2010-04-09 02:09:10 +00:00
wireshark.pod.template In the section on WIRESHARK_ABORT_ON_DISSECTOR_BUG, give the name of the 2010-04-14 00:46:29 +00:00

README.xml-output

Protocol Dissection in XML Format
=================================
$Id$
Copyright (c) 2003 by Gilbert Ramirez <gram@alumni.rice.edu>


Wireshark has the ability to export its protocol dissection in an
XML format, tshark has similar functionality by using the "-Tpdml" 
option. 

The XML that wireshark produces follows the Packet Details Markup
Language (PDML) specified by the group at the Politecnico Di Torino
working on Analyzer. The specification can be found at:

http://analyzer.polito.it/30alpha/docs/dissectors/PDMLSpec.htm

A related XML format, the Packet Summary Markup Language (PSML), is
also defined by the Analyzer group to provide packet summary information.
The PSML format is not documented in a publicly-available HTML document,
but its format is simple. Wireshark can export this format too. Some day it 
may be added to tshark so that "-Tpsml" would produce PSML.

One wonders if the "-T" option should read "-Txml" instead of "-Tpdml"
(and in the future, "-Tpsml"), but if tshark was required to produce
another XML-based format of its protocol dissection, then "-Txml" would
be ambiguous.

PDML
====
The PDML that wireshark produces is known not to be loadable into Analyzer.
It causes Analyzer to crash. As such, the PDML that wireshark produces
is be labeled with a version number of "0", which means that the PDML does
not fully follow the PDML spec. Furthermore, a creator attribute in the
"<pdml>" tag gives the version number of wireshark/tshark that produced the PDML.
In that way, as the PDML produced by wireshark matures, but still does not
meet the PDML spec, scripts can make intelligent decisions about how to
best parse the PDML, based on the "creator" attribute.

A PDML file is delimited by a "<pdml>" tag.
A PDML file contains multiple packets, denoted by the "<packet>" tag.
A packet will contain multiple protocols, denoted by the "<proto>" tag.
A protocol might contain one or more fields, denoted by the "<field>" tag.

A pseudo-protocol named "geninfo" is produced, as is required by the PDML
spec, and exported as the first protocol after the opening "<packet>" tag.
Its information comes from wireshark's "frame" protocol, which serves
the similar purpose of storing packet meta-data. Both "geninfo" and
"frame" protocols are provided in the PDML output.

The "<pdml>" tag
================
Example:
	<pdml version="0" creator="wireshark/0.9.17">

The creator is "wireshark" (i.e., the "wireshark" engine. It will always say
"wireshark", not "tshark") version 0.9.17.


The "<proto>" tag
=================
"<proto>" tags can have the following attributes:

	name - the display filter name for the protocol
	showname - the label used to describe this protocol in the protocol
		tree. This is usually the descriptive name of the protocol,
		but it can be modified by dissectors to include more data
		(tcp can do this)
	pos - the starting offset within the packet data where this
		protocol starts
	size - the number of octets in the packet data that this protocol
		covers.

The "<field>" tag
=================
"<field>" tags can have the following attributes:

	name - the display filter name for the field
	showname - the label used to describe this field in the protocol
		tree. This is usually the descriptive name of the protocol,
		followed by some representation of the value.
	pos - the starting offset within the packet data where this
		field starts
	size - the number of octets in the packet data that this field
		covers.
	value - the actual packet data, in hex, that this field covers
	show - the representation of the packet data ('value') as it would
		appear in a display filter.

Some dissectors sometimes place text into the protocol tree, without using
a field with a field-name. Those appear in PDML as "<field>" tags with no
'name' attribute, but with a 'show' attribute giving that text.

Many dissectors label the undissected payload of a protocol as belonging
to a "data" protocol, and the "data" protocol usually resided inside
that last protocol dissected. In the PDML, The "data" protocol becomes
a "data" field, placed exactly where the "data" protocol is in wireshark's
protocol tree. So, if wireshark would normally show:

+-- Frame
|
+-- Ethernet
|
+-- IP
|
+-- TCP
|
+-- HTTP
    |
    +-- Data

In PDML, the "Data" protocol would become another field under HTTP:

<packet>
	<proto name="frame">
	...
	</proto>

	<proto name="eth">
	...
	</proto>

	<proto name="ip">
	...
	</proto>

	<proto name="tcp">
	...
	</proto>

	<proto name="http">
	...
		<field name="data" value="........."/>
	</proto>
</packet>



tools/WiresharkXML.py
====================
This is a python module which provides some infrastructure for
Python developers who wish to parse PDML. It is designed to read
a PDML file and call a user's callback function every time a packet
is constructed from the protocols and fields for a single packet.

The python user should import the module, define a callback function
which accepts one argument, and call the parse_fh function:

------------------------------------------------------------
import WiresharkXML

def my_callback(packet):
	# do something

fh = open(xml_filename)
WiresharkXML.parse_fh(fh, my_callback)

# Now that the script has the packet data, do something.
------------------------------------------------------------

The object that is passed to the callback function is an
WiresharkXML.Packet object, which corresponds to a single packet.
WiresharkXML Provides 3 classes, each of which corresponds to a PDML tag:

	Packet	 - "<packet>" tag
	Protocol - "<proto>" tag
	Field    - "<field>" tag

Each of these classes has accessors which will return the defined attributes:

	get_name()
	get_showname()
	get_pos()
	get_size()
	get_value()
	get_show()

Protocols and fields can contain other fields. Thus, the Protocol and
Field class have a "children" member, which is a simple list of the
Field objects, if any, that are contained. The "children" list can be
directly accessed by code using the object. The "children" list will be
empty if this Protocol or Field contains no Fields.

Furthermore, the Packet class is a sub-class of the PacketList class.
The PacketList class provides methods to look for protocols and fields.
The term "item" is used when the item being looked for can be
a protocol or a field:

	item_exists(name) - checks if an item exists in the PacketList
	get_items(name) - returns a PacketList of all matching items


General Notes
=============
Generally, parsing XML is slow. If you're writing a script to parse
the PDML output of tshark, pass a read filter with "-R" to tshark to
try to reduce as much as possible the number of packets coming out of tshark.
The less your script has to process, the faster it will be.

'tools/msnchat' is a sample Python program that uses WiresharkXML to parse
PDML. Given one or more capture files, it runs tshark on each of them,
providing a read filter to reduce tshark's output. It finds MSN Chat
conversations in the capture file and produces nice HTML showing the
conversations. It has only been tested with capture files containing
non-simultaneous chat sessions, but was written to more-or-less handle any
number of simultaneous chat sessions.