WireShark Complete Users Guide
WireShark Complete Users Guide
WireShark Complete Users Guide
Ulf Lamping,
Richard Sharpe, NS Computer Software and Services P/L
Ed Warnicke,
Wireshark User's Guide: 31944 for Wireshark
1.2
by Ulf Lamping, Richard Sharpe, and Ed Warnicke
Copyright © 2004-2008 Ulf Lamping Richard Sharpe Ed Warnicke
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later
version published by the Free Software Foundation.
All logos and trademarks in this document are property of their respective owner.
Table of Contents
Preface ............................................................................................................................ ix
1. Foreword .............................................................................................................. ix
2. Who should read this document? .............................................................................. ix
3. Acknowledgements ................................................................................................ ix
4. About this document ............................................................................................... x
5. Where to get the latest copy of this document? ............................................................. x
6. Providing feedback about this document ..................................................................... x
1. Introduction ................................................................................................................... 1
1.1. What is Wireshark? .............................................................................................. 1
1.1.1. Some intended purposes .............................................................................. 1
1.1.2. Features ................................................................................................... 1
1.1.3. Live capture from many different network media ............................................. 2
1.1.4. Import files from many other capture programs ............................................... 2
1.1.5. Export files for many other capture programs .................................................. 2
1.1.6. Many protocol decoders .............................................................................. 2
1.1.7. Open Source Software ................................................................................ 3
1.1.8. What Wireshark is not ................................................................................ 3
1.2. System Requirements ............................................................................................ 3
1.2.1. General Remarks ....................................................................................... 3
1.2.2. Microsoft Windows .................................................................................... 3
1.2.3. Unix / Linux ............................................................................................. 4
1.3. Where to get Wireshark? ....................................................................................... 5
1.4. A brief history of Wireshark .................................................................................. 5
1.5. Development and maintenance of Wireshark ............................................................ 5
1.6. Reporting problems and getting help ........................................................................ 6
1.6.1. Website .................................................................................................... 6
1.6.2. Wiki ........................................................................................................ 6
1.6.3. FAQ ........................................................................................................ 6
1.6.4. Mailing Lists ............................................................................................. 7
1.6.5. Reporting Problems .................................................................................... 7
1.6.6. Reporting Crashes on UNIX/Linux platforms .................................................. 8
1.6.7. Reporting Crashes on Windows platforms ...................................................... 8
2. Building and Installing Wireshark ...................................................................................... 9
2.1. Introduction ......................................................................................................... 9
2.2. Obtaining the source and binary distributions ............................................................ 9
2.3. Before you build Wireshark under UNIX ................................................................ 10
2.4. Building Wireshark from source under UNIX .......................................................... 11
2.5. Installing the binaries under UNIX ......................................................................... 12
2.5.1. Installing from rpm's under Red Hat and alike ............................................... 12
2.5.2. Installing from deb's under Debian .............................................................. 13
2.5.3. Installing from portage under Gentoo Linux .................................................. 13
2.5.4. Installing from packages under FreeBSD ...................................................... 13
2.6. Troubleshooting during the install on Unix .............................................................. 13
2.7. Building from source under Windows ..................................................................... 14
2.8. Installing Wireshark under Windows ...................................................................... 14
2.8.1. Install Wireshark ...................................................................................... 14
2.8.2. Manual WinPcap Installation ...................................................................... 16
2.8.3. Update Wireshark ..................................................................................... 16
2.8.4. Update WinPcap ...................................................................................... 16
2.8.5. Uninstall Wireshark .................................................................................. 17
2.8.6. Uninstall WinPcap .................................................................................... 17
iii
Wireshark User's Guide
iv
Wireshark User's Guide
v
Wireshark User's Guide
vi
Wireshark User's Guide
vii
Wireshark User's Guide
viii
Preface
1. Foreword
Wireshark is one of those programs that many network managers would love to be able to use, but they are
often prevented from getting what they would like from Wireshark because of the lack of documentation.
This document is part of an effort by the Wireshark team to improve the usability of Wireshark.
We hope that you find it useful, and look forward to your comments.
This book will explain all the basics and also some of the advanced features that Wireshark provides. As
Wireshark has become a very complex program since the early days, not every feature of Wireshark may
be explained in this book.
This book is not intended to explain network sniffing in general and it will not provide details about specific
network protocols. A lot of useful information regarding these topics can be found at the Wireshark Wiki
at http://wiki.wireshark.org
By reading this book, you will learn how to install Wireshark, how to use the basic elements of the graphical
user interface (such as the menu) and what's behind some of the advanced features that are not always
obvious at first sight. It will hopefully guide you around some common problems that frequently appear
for new (and sometimes even advanced) users of Wireshark.
3. Acknowledgements
The authors would like to thank the whole Wireshark team for their assistance. In particular, the authors
would like to thank:
• Gerald Combs, for initiating the Wireshark project and funding to do this documentation.
• Guy Harris, for many helpful hints and a great deal of patience in reviewing this document.
• Gilbert Ramirez, for general encouragement and helpful hints along the way.
The authors would also like to thank the following people for their helpful feedback on this document:
• Pat Eyler, for his suggestions on improving the example on generating a backtrace.
The authors would like to acknowledge those man page and README authors for the Wireshark project
from who sections of this document borrow heavily:
• Scott Renfro from whose mergecap man page Section D.7, “mergecap: Merging multiple capture
files into one ” is derived.
ix
Preface
• Ashok Narayanan from whose text2pcap man page Section D.8, “text2pcap: Converting ASCII
hexdumps to network captures ” is derived.
• Frank Singleton from whose README.idl2wrs Section D.9, “idl2wrs: Creating dissectors from
CORBA IDL files ” is derived.
It is written in DocBook/XML.
This is a warning!
You should pay attention to a warning, as otherwise data loss might occur.
This is a note!
A note will point you to common mistakes and things that might not be obvious.
This is a tip!
Tips will be helpful for your everyday work using Wireshark.
x
Chapter 1. Introduction
1.1. What is Wireshark?
Wireshark is a network packet analyzer. A network packet analyzer will try to capture network packets
and tries to display that packet data as detailed as possible.
You could think of a network packet analyzer as a measuring device used to examine what's going on
inside a network cable, just like a voltmeter is used by an electrician to examine what's going on inside
an electric cable (but at a higher level, of course).
In the past, such tools were either very expensive, proprietary, or both. However, with the advent of
Wireshark, all that has changed.
Wireshark is perhaps one of the best open source packet analyzers available today.
Beside these examples, Wireshark can be helpful in many other situations too.
1.1.2. Features
The following are some of the many features Wireshark provides:
• Import and Export packet data from and to a lot of other capture programs.
1
Introduction
However, to really appreciate its power, you have to start using it.
Figure 1.1, “ Wireshark captures packets and allows you to examine their content. ” shows Wireshark
having captured some packets and waiting for you to examine them.
Figure 1.1. Wireshark captures packets and allows you to examine their content.
2
Introduction
• Wireshark isn't an intrusion detection system. It will not warn you when someone does strange things
on your network that he/she isn't allowed to do. However, if strange things happen, Wireshark might
help you figure out what is really going on.
• Wireshark will not manipulate things on the network, it will only "measure" things from it. Wireshark
doesn't send packets on the network or do other active things (except for name resolutions, but even
that can be disabled).
• Working with a busy network can easily produce huge memory and disk space usage! For example:
Capturing on a fully saturated 100MBit/s Ethernet will produce ~ 750MBytes/min! Having a fast
processor, lots of memory and disk space is a good idea in that case.
• Wireshark won't benefit much from Multiprocessor/Hyperthread systems as time consuming tasks like
filtering packets are single threaded. No rule is without exception: during an "Update list of packets in
real time" capture, capturing traffic runs in one process and dissecting and displaying packets runs in
another process - which should benefit from two processors.
• 75MB available disk space. Capture files require additional disk space.
• 800*600 (1280*1024 or higher recommended) resolution with at least 65536 (16bit) colors (256 colors
should work if Wireshark is installed with the "legacy GTK1" selection of the Wireshark 1.0.x releases)
3
Introduction
• Ethernet: Any card supported by Windows should work. See the wiki pages on Ethernet capture
and offloading for issues that may affect your environment.
• 802.11: See the Wireshark wiki page. Capturing raw 802.11 information may be difficult without
special equipment.
Remarks:
• Many older Windows versions are no longer supported for three reasons: None of the developers use
those systems which makes support difficult. The libraries Wireshark depends on (GTK, WinPcap, …)
have dropped support for older releases. Microsoft has also dropped support for these systems.
• Windows 95, 98 and ME are no longer supported. The "old technology" releases of Windows lack
memory protection (specifically VirutalProtect) which we use to improve program safety and security.
The last known version to work was Ethereal 0.99.0 (which includes WinPcap 3.1). You can get it
from http://ethereal.com/download.html. According to this bug report, you may need to install Ethereal
0.10.0 on some systems. Microsoft retired support for Windows 98 and ME in 2006.
• Windows NT 4.0 no longer works with Wireshark. The last known version to work was Wireshark
0.99.4 (which includes WinPcap 3.1). You still can get it from http://www.wireshark.org/download/
win32/all-versions/wireshark-setup-0.99.4.exe. Microsoft retired support for Windows NT 4.0 in 2005.
• Windows CE and the embedded versions of Windows are not currently supported.
• Multiple monitor setups are supported but may behave a bit strangely.
• Apple Mac OS X
• Debian GNU/Linux
• FreeBSD
• Gentoo Linux
• HP-UX
• Mandriva Linux
• NetBSD
• OpenPKG
• rPath Linux
• Sun Solaris/i386
4
Introduction
• Sun Solaris/Sparc
• Canonical Ubuntu
If a binary package is not available for your platform, you should download the source and try to build it.
Please report your experiences to wireshark-dev[AT]wireshark.org .
A new Wireshark version will typically become available every 4-8 months.
If you want to be notified about new Wireshark releases, you should subscribe to the wireshark-announce
mailing list. You will find more details in Section 1.6.4, “Mailing Lists”.
Ethereal was initially released, after several pauses in development, in July 1998 as version 0.2.0. Within
days, patches, bug reports, and words of encouragement started arriving, so Ethereal was on its way to
success.
Not long after that, Gilbert Ramirez saw its potential and contributed a low-level dissector to it.
In October, 1998, Guy Harris of Network Appliance was looking for something better than tcpview, so he
started applying patches and contributing dissectors to Ethereal.
In late 1998, Richard Sharpe, who was giving TCP/IP courses, saw its potential on such courses, and started
looking at it to see if it supported the protocols he needed. While it didn't at that point, new protocols could
be easily added. So he started contributing dissectors and contributing patches.
The list of people who have contributed to the project has become very long since then, and almost all of
them started with a protocol that they needed that Wireshark or Ethereal did not already handle. So they
copied an existing dissector and contributed the code back to the team.
In 2006 the project moved house and re-emerged under a new name: Wireshark.
There have also been a large number of people who have contributed protocol dissectors to Wireshark,
and it is expected that this will continue. You can find a list of the people who have contributed code to
Wireshark by checking the about dialog box of Wireshark, or at the authors page on the Wireshark web site.
Wireshark is an open source software project, and is released under the GNU General Public License
(GPL). All source code is freely available under the GPL. You are welcome to modify Wireshark to suit
5
Introduction
your own needs, and it would be appreciated if you contribute your improvements back to the Wireshark
team.
You gain three benefits by contributing your improvements back to the community:
• Other people who find your contributions useful will appreciate them, and you will know that you have
helped people in the same way that the developers of Wireshark have helped people.
• The developers of Wireshark might improve your changes even more, as there's always room for
improvement. Or they may implement some advanced things on top of your code, which can be useful
for yourself too.
• The maintainers and developers of Wireshark will maintain your code as well, fixing it when API
changes or other changes are made, and generally keeping it in tune with what is happening with
Wireshark. So if Wireshark is updated (which is done often), you can get a new Wireshark version
from the website and your changes will already be included without any effort for you.
The Wireshark source code and binary kits for some platforms are all available on the download page of
the Wireshark website: http://www.wireshark.org/download.html.
1.6.1. Website
You will find lots of useful information on the Wireshark homepage at http://www.wireshark.org.
1.6.2. Wiki
The Wireshark Wiki at http://wiki.wireshark.org provides a wide range of information related to Wireshark
and packet capturing in general. You will find a lot of information not part of this user's guide. For example,
there is an explanation how to capture on a switched network, an ongoing effort to build a protocol
reference and a lot more.
And best of all, if you would like to contribute your knowledge on a specific topic (maybe a network
protocol you know well), you can edit the wiki pages by simply using your web browser.
1.6.3. FAQ
The "Frequently Asked Questions" will list often asked questions and the corresponding answers.
You will find the FAQ inside Wireshark by clicking the menu item Help/Contents and selecting the FAQ
page in the dialog shown.
6
Introduction
wireshark-announce This mailing list will inform you about new program releases, which usually
appear about every 4-8 weeks.
wireshark-users This list is for users of Wireshark. People post questions about building and
using Wireshark, others (hopefully) provide answers.
wireshark-dev This list is for Wireshark developers. If you want to start developing a
protocol dissector, join this list.
You can subscribe to each of these lists from the Wireshark web site: http://www.wireshark.org. Simply
select the mailing lists link on the left hand side of the site. The lists are archived at the Wireshark web
site as well.
Tip!
You can search in the list archives to see if someone asked the same question some time
before and maybe already got an answer. That way you don't have to wait until someone
answers your question.
When reporting problems with Wireshark, it is helpful if you supply the following information:
1. The version number of Wireshark and the dependent libraries linked with it, e.g. GTK+, etc. You can
obtain this with the command wireshark -v.
4. If you get an error/warning message, copy the text of that message (and also a few lines before and
after it, if there are some), so others may find the place where things go wrong. Please don't give
something like: "I get a warning while doing x" as this won't give a good idea where to look at.
7
Introduction
You can obtain this traceback information with the following commands:
$ gdb `whereis wireshark | cut -f2 -d: | cut -d' ' -f2` core >& bt.txt
backtrace
^D
$
Note
Type the characters in the first line verbatim! Those are back-tics there!
Note
backtrace is a gdb command. You should enter it verbatim after the first line shown above,
but it will not be echoed. The ^D (Control-D, that is, press the Control key and the D key
together) will cause gdb to exit. This will leave you with a file called bt.txt in the current
directory. Include the file with your bug report.
Note
If you do not have gdb available, you will have to check out your operating system's
debugger.
8
Chapter 2. Building and Installing
Wireshark
2.1. Introduction
As with all things, there must be a beginning, and so it is with Wireshark. To use Wireshark, you must:
• Obtain the source and build Wireshark for your operating system.
Currently, several Linux distributions ship Wireshark, but they are commonly shipping an out-of-date
version. No other versions of UNIX ship Wireshark so far, and Microsoft does not ship it with any version
of Windows. For that reason, you will need to know where to get the latest version of Wireshark and how
to install it.
This chapter shows you how to obtain source and binary packages, and how to build Wireshark from
source, should you choose to do so.
1. Download the relevant package for your needs, e.g. source or binary distribution.
2. Build the source into a binary, if you have downloaded the source.
Once you have downloaded the relevant files, you can go on to the next step.
Note!
While you will find a number of binary packages available on the Wireshark web site, you
might not find one for your platform, and they often tend to be several versions behind the
current released version, as they are contributed by people who have the platforms they are
built for.
9
Building and Installing Wireshark
For this reason, you might want to pull down the source distribution and build it, as the
process is relatively simple.
You will also need Glib. Both can be obtained from www.gtk.org
Depending on your system, you may be able to install these from binaries, e.g. RPMs, or you may need
to obtain them in source code form and build them.
If you have downloaded the source for GTK+, the instructions shown in Example 2.1, “Building GTK+
from source” may provide some help in building it:
Note!
You may need to change the version number of gtk+ in Example 2.1, “Building GTK+ from
source” to match the version of GTK+ you have downloaded. The directory you change to
will change if the version of GTK+ changes, and in all cases, tar xvf - will show you the
name of the directory you should change to.
Note!
If you use Linux, or have GNU tar installed, you can use tar zxvf gtk+-1.2.10.tar.gz. It is
also possible to use gunzip -c or gzcat rather than gzip -dc on many UNIX systems.
Note!
If you downloaded gtk+ or any other tar file using Windows, you may find your file called
gtk+-1_2_8_tar.gz.
You should consult the GTK+ web site if any errors occur in carrying out the instructions in Example 2.1,
“Building GTK+ from source”.
10
Building and Installing Wireshark
If you have downloaded the source to libpcap, the general instructions shown in Example 2.2, “Building
and installing libpcap” will assist in building it. Also, if your operating system does not support tcpdump,
you might also want to download it from the tcpdump web site and install it.
Note!
The directory you should change to will depend on the version of libpcap you have
downloaded. In all cases, tar xvf - will show you the name of the directory that has been
unpacked.
Under Red Hat 6.x and beyond (and distributions based on it, like Mandrake) you can simply install each of
the packages you need from RPMs. Most Linux systems will install GTK+ and GLib in any case, however
you will probably need to install the devel versions of each of these packages. The commands shown in
Example 2.3, “ Installing required RPMs under Red Hat Linux 6.2 and beyond ” will install all the needed
RPMs if they are not already installed.
Example 2.3. Installing required RPMs under Red Hat Linux 6.2 and beyond
cd /mnt/cdrom/RedHat/RPMS
rpm -ivh glib-1.2.6-3.i386.rpm
rpm -ivh glib-devel-1.2.6-3.i386.rpm
rpm -ivh gtk+-1.2.6-7.i386.rpm
rpm -ivh gtk+-devel-1.2.6-7.i386.rpm
rpm -ivh libpcap-0.4-19.i386.rpm
Note
If you are using a version of Red Hat later than 6.2, the required RPMs have most likely
changed. Simply use the correct RPMs from your distribution.
Under Debian you can install Wireshark using aptitude. aptitude will handle any dependency issues for
you. Example 2.4, “Installing debs under Debian” shows how to do this.
11
Building and Installing Wireshark
1. Unpack the source from its gzip'd tar file. If you are using Linux, or your version of UNIX uses GNU
tar, you can use the following command:
For other versions of UNIX, you will want to use the following commands:
gzip -d wireshark-1.2-tar.gz
tar xvf wireshark-1.2-tar
Note!
The pipeline gzip -dc wireshark-1.2-tar.gz | tar xvf - will work here as well.
Note!
If you have downloaded the Wireshark tarball under Windows, you may find that your
browser has created a file with underscores rather than periods in its file name.
3. Configure your source so it will build correctly for your version of UNIX. You can do this with the
following command:
./configure
If this step fails, you will have to rectify the problems and rerun configure. Troubleshooting hints are
provided in Section 2.6, “Troubleshooting during the install on Unix”.
4. Build the sources into a binary, with the make command. For example:
make
make install
Once you have installed Wireshark with make install above, you should be able to run it by entering
wireshark.
12
Building and Installing Wireshark
If the above step fails because of missing dependencies, install the dependencies first, and then retry the
step above. See Example 2.3, “ Installing required RPMs under Red Hat Linux 6.2 and beyond ” for
information on what RPMs you will need to have installed.
aptitude should take care of all of the dependency issues for you.
Use the following command to install downloaded Wireshark deb's under Debian:
dpkg doesn't take care of all dependencies, but reports what's missing.
USE="adns gtk ipv6 portaudio snmp ssl kerberos threads selinux" emerge wireshark
pkg_add -r wireshark
pkg_add should take care of all of the dependency issues for you.
If the configure stage fails, you will need to find out why. You can check the file config.log in the
source directory to find out what failed. The last few lines of this file should help in determining the
problem.
The standard problems are that you do not have GTK+ on your system, or you do not have a recent enough
version of GTK+. The configure will also fail if you do not have libpcap (at least the required include
files) on your system.
Another common problem is for the final compile and link stage to terminate with a complaint of: Output
too long. This is likely to be caused by an antiquated sed (such as the one shipped with Solaris). Since sed
13
Building and Installing Wireshark
is used by the libtool script to construct the final link command, this leads to mysterious problems. This
can be resolved by downloading a recent version of sed from http://directory.fsf.org/project/sed/.
If you cannot determine what the problems are, send an email to the wireshark-dev mailing list explaining
your problem, and including the output from config.log and anything else you think is relevant, like
a trace of the make stage.
For further information how to build Wireshark for Windows from the sources, have a look at the
Developer's Guide on the Documentation Page.
You may also want to have a look at the Development Wiki: http://wiki.wireshark.org/Development for
the latest available development documentation.
Simply download the Wireshark installer from: http://www.wireshark.org/download.html and execute it.
Beside the usual installer options like where to install the program, there are several optional components.
• Mate - Meta Analysis and Tracing Engine (experimental) - user configurable extension(s) of the
display filter engine, see http://wiki.wireshark.org/Mate for details.
14
Building and Installing Wireshark
• Editcap - Editcap is a program that reads a capture file and writes some or all of the packets into
another capture file.
• Text2Pcap - Text2pcap is a program that reads in an ASCII hex dump and writes the data into a
libpcap-style capture file.
• Mergecap - Mergecap is a program that combines multiple saved capture files into a single output file.
User's Guide - Local installation of the User's Guide. The Help buttons on most dialogs will require an
internet connection to show help pages if the User's Guide is not installed locally.
• Quick Launch Icon - add a Wireshark icon to the Explorer quick launch toolbar.
• Associate file extensions to Wireshark - Associate standard network trace files to Wireshark.
If you don't have WinPcap installed, you won't be able to capture live network traffic, but you will still
be able to open saved capture files.
• Currently installed WinPcap version - the Wireshark installer detects the currently installed
WinPcap version.
• Install WinPcap x.x - if the currently installed version is older than the one which comes with the
Wireshark installer (or WinPcap is not installed at all), this will be selected by default.
• Start WinPcap service "NPF" at startup - so users without administrative privileges can capture.
For special cases, there are some command line parameters available:
15
Building and Installing Wireshark
• /S runs the installer or uninstaller silently with default values. Please note: The silent installer won't
install WinPCap!
• /desktopicon installation of the desktop icon, =yes - force installation, =no - don't install, otherwise
use defaults / user settings. This option can be useful for a silent installer.
• /quicklaunchicon installation of the quick launch icon, =yes - force installation, =no - don't install,
otherwise use defaults / user settings.
• /D sets the default installation directory ($INSTDIR), overriding InstallDir and InstallDirRegKey. It
must be the last parameter used in the command line and must not contain any quotes, even if the path
contains spaces.
Example:
The following is only necessary if you want to try a different version than the one included in the Wireshark
installer, e.g. because a new WinPcap (beta) version was released.
Additional WinPcap versions (including newer alpha or beta releases) can be downloaded from the
following locations:
At the download page you will find a single installer exe called something like "auto-installer", which can
be installed under various Windows systems, including NT4.0/2000/XP/2003/Vista/7/2008.
New versions of Wireshark usually become available every 4 to 8 months. Updating Wireshark is done the
same way as installing it, you simply download and start the installer exe. A reboot is usually not required
and all your personal settings remain unchanged.
16
Building and Installing Wireshark
Warning!
If you have an older version of WinPcap installed, you must uninstall it before installing the
current version. Recent versions of the WinPcap installer will take care of this.
The Wireshark uninstaller will provide several options as to which things are to be uninstalled; the default
is to remove the core components but keep the personal settings, WinPcap and alike.
WinPcap won't be uninstalled by default, as other programs than Wireshark may use it as well.
Note!
After uninstallation of WinPcap you can't capture anything with Wireshark.
17
Chapter 3. User Interface
3.1. Introduction
By now you have installed Wireshark and are most likely keen to get started capturing your first packets.
In the next chapters we will explore:
Tip!
When starting Wireshark it's possible to specify optional settings using the command line.
See Section 10.2, “Start Wireshark from the command line” for details.
Note!
In the following chapters, a lot of screenshots from Wireshark will be shown. As Wireshark
runs on many different platforms with many different window managers, different styles
applied and there are different versions of the underlying GUI toolkit used, your screen
might look different from the provided screenshots. But as there are no real differences in
functionality, these screenshots should still be well understandable.
18
User Interface
Wireshark's main window consists of parts that are commonly known from many other GUI programs.
1. The menu (see Section 3.4, “The Menu”) is used to start actions.
2. The main toolbar (see Section 3.15, “The "Main" toolbar”) provides quick access to frequently used
items from the menu.
3. The filter toolbar (see Section 3.16, “The "Filter" toolbar”) provides a way to directly manipulate the
currently used display filter (see Section 6.3, “Filtering packets while viewing”).
4. The packet list pane (see Section 3.17, “The "Packet List" pane”) displays a summary of each packet
captured. By clicking on packets in this pane you control what is displayed in the other two panes.
5. The packet details pane (see Section 3.18, “The "Packet Details" pane”) displays the packet selected
in the packet list pane in more detail.
6. The packet bytes pane (see Section 3.19, “The "Packet Bytes" pane”) displays the data from the packet
selected in the packet list pane, and highlights the field selected in the packet details pane.
7. The statusbar (see Section 3.20, “The Statusbar”) shows some detailed information about the current
program state and the captured data.
Tip!
The layout of the main window can be customized by changing preference settings. See
Section 10.5, “Preferences” for details!
19
User Interface
Additionally, typing anywhere in the main window will start filling in a display filter.
Note!
Menu items will be greyed out if the corresponding feature isn't available. For example, you
cannot save a capture file if you didn't capture or load any data before.
File This menu contains items to open and merge capture files, save / print / export capture
files in whole or in part, and to quit from Wireshark. See Section 3.5, “The "File" menu”.
Edit This menu contains items to find a packet, time reference or mark one or more packets,
handle configuration profiles, and set your preferences; (cut, copy, and paste are not
presently implemented). See Section 3.6, “The "Edit" menu”.
20
User Interface
View This menu controls the display of the captured data, including colorization of packets,
zooming the font, showing a packet in a separate window, expanding and collapsing trees
in packet details, .... See Section 3.7, “The "View" menu”.
Go This menu contains items to go to a specific packet. See Section 3.8, “The "Go" menu”.
Capture This menu allows you to start and stop captures and to edit capture filters. See Section 3.9,
“The "Capture" menu”.
Analyze This menu contains items to manipulate display filters, enable or disable the dissection of
protocols, configure user specified decodes and follow a TCP stream. See Section 3.10,
“The "Analyze" menu”.
Statistics This menu contains items to display various statistic windows, including a summary of
the packets that have been captured, display protocol hierarchy statistics and much more.
See Section 3.11, “The "Statistics" menu”.
Telephony This menu contains items to display various telephony related statistic windows,
including a media analysis, flow diagrams, display protocol hierarchy statistics and much
more. See Section 3.12, “The "Telephony" menu”.
Tools This menu contains various tools available in Wireshark, such as creating Firewall ACL
Rules. See Section 3.13, “The "Tools" menu”.
Help This menu contains items to help the user, e.g. access to some basic help, a list of the
supported protocols, manual pages, online access to some of the webpages, and the usual
about dialog. See Section 3.14, “The "Help" menu”.
Each of these menu items is described in more detail in the sections that follow.
Tip!
You can access menu items directly or by pressing the corresponding accelerator keys which
are shown at the right side of the menu. For example, you can press the Control (or Strg in
German) and the K keys together to open the capture dialog.
21
User Interface
22
Files pops up the Wireshark List File Set dialog box (which is discussed
further in Section 5.5, “File Sets”).
File Set > Next If the currently loaded file is part of a file set, jump to the next file
File inUser
the Interface
set. If it isn't part of a file set or just the last file in that set,
this item is greyed out.
File Set > If the currently loaded file is part of a file set, jump to the previous
Table 3.2.
Previous FileFile menu items file in the set. If it isn't part of a file set or just the first file in that
set, this item is greyed out.
------
Export > as This menu item allows you to export all (or some) of the packets in
"Plain Text" the capture file to a plain ASCII text file. It pops up the Wireshark
file... Export dialog box (which is discussed further in Section 5.6.1,
“The "Export as Plain Text File" dialog box”).
Export > as This menu item allows you to export all (or some) of the packets
"PostScript" in the capture file to a PostScript file. It pops up the Wireshark
file... Export dialog box (which is discussed further in Section 5.6.2,
“The "Export as PostScript File" dialog box”).
Export > as This menu item allows you to export all (or some) of the packet
"CSV"(Comma summaries in the capture file to a .csv file (e.g. used by spreadsheet
Separated programs). It pops up the Wireshark Export dialog box (which is
Values packet discussed further in Section 5.6.3, “The "Export as CSV (Comma
summary) file... Separated Values) File" dialog box”).
Export > as "C This menu item allows you to export all (or some) of the packet
Arrays" (packet bytes in the capture file to a .c file so you can import the stream data
bytes) file... into your own C program. It pops up the Wireshark Export dialog
box (which is discussed further in Section 5.6.4, “The "Export as
C Arrays (packet bytes) file" dialog box”).
------
Export > as This menu item allows you to export all (or some) of the packets
"PSML" file... in the capture file to a PSML (packet summary markup language)
XML file. It pops up the Wireshark Export dialog box (which is
discussed further in Section 5.6.5, “The "Export as PSML File"
dialog box”).
Export > as This menu item allows you to export all (or some) of the packets in
"PDML" file... the capture file to a PDML (packet details markup language) XML
file. It pops up the Wireshark Export dialog box (which is discussed
further in Section 5.6.6, “The "Export as PDML File" dialog box”).
------
Export > Ctrl+H This menu item allows you to export the currently selected bytes
Selected Packet in the packet bytes pane to a binary file. It pops up the Wireshark
Bytes... Export dialog box (which is discussed further in Section 5.6.7,
“The "Export selected packet bytes" dialog box”)
Objects > This menu item allows you to export all or some of the captured
HTTP HTTP objects into local files. It pops up the Wireshark HTTP
object list (which is discussed further in Section 5.6.8, “The
"Export Objects" dialog box”)
------
Print... Ctrl+P This menu item allows you to print all (or some) of the packets in
the capture file. It pops up the Wireshark Print dialog box (which
is discussed further in Section 5.7, “Printing packets”).
------
Quit Ctrl+Q This menu item allows you to quit from Wireshark. Wireshark will
ask to save your capture file if you haven't previously saved it (this
can be disabled by a preference setting).
23
User Interface
24
Copy > Shift+Ctrl+F This menu item will copy the fieldname of the selected item in the
Fieldname detail view to the clipboard.
Copy > Value Shift+Ctrl+V This
Usermenu item will copy the value of the selected item in the detail
Interface
view to the clipboard.
Copy > As Shift+Ctrl+C This menu item will use the selected item in the detail view to
Filter 3.3. Edit menu items
Table create a display filter. This display filter is then copied to the
clipboard.
------
Find Packet... Ctrl+F This menu item brings up a dialog box that allows you to find a
packet by many criteria. There is further information on finding
packets in Section 6.8, “Finding packets”.
Find Next Ctrl+N This menu item tries to find the next packet matching the settings
from "Find Packet...".
Find Previous Ctrl+B This menu item tries to find the previous packet matching the
settings from "Find Packet...".
------
Mark Packet Ctrl+M This menu item "marks" the currently selected packet. See
(toggle) Section 6.10, “Marking packets” for details.
Find Next Shift+Ctrl+N Find the next marked packet.
Mark
Find Previous Shift+Ctrl+B Find the previous marked packet.
Mark
Mark All This menu item "marks" all displayed packets.
Displayed
Packets
Unmark All This menu item "unmarks" all marked packets.
Packets
------
Ignore Packet Ctrl+X This menu item marks the currently selected packet as ignored. See
(toggle) Section 6.11, “Ignoring packets” for details.
Ignore All Shift-Ctrl-Alt-X This menu item marks all displayed packets as ignored.
Displayed
Packets
Un-Ignore All Shift-Ctrl-X This menu item unmarks all ignored packets.
Packets
------
Set Time Ctrl+T This menu item set a time reference on the currently selected
Reference packet. See Section 6.12.1, “Packet time referencing” for more
(toggle) information about the time referenced packets.
Find Next This menu item tries to find the next time referenced packet.
Reference
Find Previous This menu item tries to find the previous time referenced packet.
Reference
------
Configuration Shift-Ctrl-A This menu item brings up a dialog box for handling configuration
Profiles... profiles. More detail is provided in Section 10.6, “Configuration
Profiles”.
Preferences... Shift+Ctrl+P This menu item brings up a dialog box that allows you to set
preferences for many parameters that control Wireshark. You can
also save your preferences so Wireshark will use them the next time
you start it. More detail is provided in Section 10.5, “Preferences”.
25
User Interface
26
Note!
Enabling colorization will slow down the display of
new packets while capturing / loading capture files.
User Interface
Auto Scroll in This item allows you to specify that Wireshark should scroll the
Live Capture packet list pane as new packets come in, so you are always looking
Table 3.4. View menu items at the last packet. If you do not specify this, Wireshark simply adds
new packets onto the end of the list, but does not scroll the packet
list pane.
------
Zoom In Ctrl++ Zoom into the packet data (increase the font size).
Zoom Out Ctrl+- Zoom out of the packet data (decrease the font size).
Normal Size Ctrl+= Set zoom level back to 100% (set font size back to normal).
Resize All Resize all column widths so the content will fit into it.
Columns
Note!
Resizing may take a significant amount of time,
especially if a large capture file is loaded.
------
Expand This menu item expands the currently selected subtree in the packet
Subtrees details tree.
Expand All Wireshark keeps a list of all the protocol subtrees that are
expanded, and uses it to ensure that the correct subtrees are
expanded when you display a packet. This menu item expands all
subtrees in all packets in the capture.
Collapse All This menu item collapses the tree view of all packets in the capture
list.
------
Colorize This menu item brings up a submenu that allows you to color
Conversation packets in the packet list pane based on the addresses of the
currently selected packet. This makes it easy to distinguish
packets belonging to different conversations. Section 10.3, “Packet
colorization”.
Colorize These menu items enable one of the ten temporary color filters
Conversation > based on the currently selected conversation.
Color 1-10
Colorize This menu item clears all temporary coloring rules.
Conversation >
Reset coloring
Colorize This menu item opens a dialog window in which a new permanent
Conversation > coloring rule can be created based on the currently selected
New Coloring conversation.
Rule...
Coloring This menu item brings up a dialog box that allows you to color
Rules... packets in the packet list pane according to filter expressions you
choose. It can be very useful for spotting certain types of packets,
see Section 10.3, “Packet colorization”.
------
Show Packet in This menu item brings up the selected packet in a separate window.
New Window The separate window shows only the tree view and byte view
panes.
Reload Ctrl-R This menu item allows you to reload the current capture file.
27
User Interface
28
User Interface
29
User Interface
30
User Interface
31
User Interface
32
User Interface
All menu items will bring up a new window showing specific statistical information.
33
User Interface
34
User Interface
All menu items will bring up a new window showing specific telephony related statistical information.
35
User Interface
36
User Interface
Note!
Calling a Web browser might be unsupported in your version of Wireshark. If this is the case,
the corresponding menu items will be hidden.
37
User Interface
Note!
If calling a Web browser fails on your machine, maybe because just nothing happens or
the browser is started but no page is shown, have a look at the web browser setting in the
preferences dialog.
As in the menu, only the items useful in the current program state will be available. The others will be
greyed out (e.g. you cannot save a capture file if you haven't loaded one).
38
packets in the capture file. It pops up the Wireshark
Print dialog box (which is discussed further in
Section 5.7, “Printing packets”).
------ User Interface
Find Packet... Edit/Find Packet... This item brings up a dialog box that allows you to
find a packet. There is further information on finding
Table 3.12. Main toolbar items
packets in Section 6.8, “Finding packets”.
Go Back Go/Go Back This item jumps back in the packet history.
Go Forward Go/Go Forward This item jumps forward in the packet history.
Go to Packet... Go/Go to Packet... This item brings up a dialog box that allows you to
specify a packet number to go to that packet.
Go To First Go/First Packet This item jumps to the first packet of the capture file.
Packet
Go To Last Go/Last Packet This item jumps to the last packet of the capture file.
Packet
------
Colorize View/Colorize Colorize the packet list (or not).
Auto Scroll in View/Auto Scroll Auto scroll packet list while doing a live capture (or
Live Capture in Live Capture not).
------
Zoom In View/Zoom In Zoom into the packet data (increase the font size).
Zoom Out View/Zoom Out Zoom out of the packet data (decrease the font size).
Resize Columns View/Resize Resize columns, so the content fits into them.
Columns
------
Capture Filters... Capture/Capture This item brings up a dialog box that allows you to
Filters... create and edit capture filters. You can name filters,
and you can save them for future use. More detail on
this subject is provided in Section 6.6, “Defining and
saving filters”.
Display Filters... Analyze/Display This item brings up a dialog box that allows you to
Filters... create and edit display filters. You can name filters,
and you can save them for future use. More detail on
this subject is provided in Section 6.6, “Defining and
saving filters”.
Coloring Rules... View/Coloring This item brings up a dialog box that allows you
Rules... color packets in the packet list pane according to
filter expressions you choose. It can be very useful
for spotting certain types of packets. More detail
on this subject is provided in Section 10.3, “Packet
colorization”.
Preferences... Edit/Preferences This item brings up a dialog box that allows you
to set preferences for many parameters that control
Wireshark. You can also save your preferences so
Wireshark will use them the next time you start it.
More detail is provided in Section 10.5, “Preferences”
------
Help Help/Contents This item brings up help dialog box.
39
User Interface
Note!
After you've changed something in this field, don't forget to
press the Apply button (or the Enter/Return key), to apply this
filter string to the display.
Note!
This field is also where the current filter in effect is displayed.
Expression... The middle button labeled "Add Expression..." opens a dialog box that
lets you edit a display filter from a list of protocol fields, described in
Section 6.5, “The "Filter Expression" dialog box”
Clear Reset the current display filter and clears the edit area.
Apply Apply the current value in the edit area as the new display filter.
Note!
Applying a display filter on large capture files might take
quite a long time!
40
User Interface
Each line in the packet list corresponds to one packet in the capture file. If you select a line in this pane,
more details will be displayed in the "Packet Details" and "Packet Bytes" panes.
While dissecting a packet, Wireshark will place information from the protocol dissectors into the columns.
As higher level protocols might overwrite information from lower levels, you will typically see the
information from the highest possible level only.
For example, let's look at a packet containing TCP inside IP inside an Ethernet packet. The Ethernet
dissector will write its data (such as the Ethernet addresses), the IP dissector will overwrite this by its own
(such as the IP addresses), the TCP dissector will overwrite the IP information, and so on.
There are a lot of different columns available. Which columns are displayed can be selected by preference
settings, see Section 10.5, “Preferences”.
• No. The number of the packet in the capture file. This number won't change, even if a display filter
is used.
• Time The timestamp of the packet. The presentation format of this timestamp can be changed, see
Section 6.12, “Time display formats and time references”.
There is a context menu (right mouse click) available, see details in Figure 6.3, “Pop-up menu of the
"Packet List" pane”.
41
User Interface
This pane shows the protocols and protocol fields of the packet selected in the "Packet List" pane. The
protocols and fields of the packet are displayed using a tree, which can be expanded and collapsed.
There is a context menu (right mouse click) available, see details in Figure 6.4, “Pop-up menu of the
"Packet Details" pane”.
• Generated fields Wireshark itself will generate additional protocol fields which are surrounded by
brackets. The information in these fields is derived from the known context to other packets in the
capture file. For example, Wireshark is doing a sequence/acknowledge analysis of each TCP stream,
which is displayed in the [SEQ/ACK analysis] fields of the TCP protocol.
• Links If Wireshark detected a relationship to another packet in the capture file, it will generate a link
to that packet. Links are underlined and displayed in blue. If double-clicked, Wireshark jumps to the
corresponding packet.
As usual for a hexdump, the left side shows the offset in the packet data, in the middle the packet data is
shown in a hexadecimal representation and on the right the corresponding ASCII characters (or . if not
appropriate) are displayed.
Depending on the packet data, sometimes more than one page is available, e.g. when Wireshark has
reassembled some packets into a single chunk of data, see Section 7.6, “Packet Reassembling”. In this case
there are some additional tabs shown at the bottom of the pane to let you select the page you want to see.
Note!
The additional pages might contain data picked from multiple packets.
The context menu (right mouse click) of the tab labels will show a list of all available pages. This can be
helpful if the size in the pane is too small for all the tab labels.
42
User Interface
In general, the left side will show context related information, the middle part will show the current number
of packets, and the right side will show the selected configuration profile. Drag the handles between the
text areas to change the size.
This statusbar is shown while no capture file is loaded, e.g. when Wireshark is started.
• The colorized bullet on the left shows the highest expert info level found in the currently loaded
capture file. Hovering the mouse over this icon will show a textual description of the expert info level,
and clicking the icon will bring up the Expert Infos dialog box. For a detailed description of expert
info, see Section 7.3, “Expert Infos”.
• The left side shows information about the capture file, its name, its size and the elapsed time while
it was being captured.
• The middle part shows the current number of packets in the capture file. The following values are
displayed:
• Dropped: the number of dropped packets (only displayed if Wireshark was unable to capture all
packets)
• The right side shows the selected configuration profile. Clicking in this part of the statusbar will
bring up a menu with all available configuration profiles, and selecting from this list will change the
configuration profile.
For a detailed description of configuration profiles, see Section 10.6, “Configuration Profiles”.
This is displayed if you have selected a protocol field from the "Packet Details" pane.
43
User Interface
Tip!
The value between the brackets (in this example arp.opcode) can be used as a display filter
string, representing the selected protocol field.
This is displayed if you are trying to use a display filter which may have unexpected results. For a detailed
description, see Section 6.4.4, “A common mistake”.
44
Chapter 4. Capturing Live Network
Data
4.1. Introduction
Capturing live network data is one of the major features of Wireshark.
• Capture from different kinds of network hardware (Ethernet, Token Ring, ATM, ...).
• Stop the capture on different triggers like: amount of captured data, captured time, captured number
of packets.
• Filter packets, reducing the amount of data to be captured, see Section 4.10, “Filtering while capturing”.
• Capturing into multiple files while doing a long term capture, and in addition the option to form
a ringbuffer of these files, keeping only the last x files, useful for a "very long term" capture, see
Section 4.8, “Capture files and file modes”.
• Simultaneous capturing from multiple network interfaces (however, you can start multiple instances
of Wireshark and merge capture files later).
• Stop capturing (or doing some other action), depending on the captured data.
4.2. Prerequisites
Setting up Wireshark to capture packets for the first time can be tricky.
Tip!
A comprehensive guide "How To setup a Capture" is available at: http://wiki.wireshark.org/
CaptureSetup.
• You need to choose the right network interface to capture packet data from.
• You need to capture at the right place in the network to see the traffic you want to see.
If you have any problems setting up your capture environment, you should have a look at the guide
mentioned above.
45
Capturing Live Network Data
• You can get an overview of the available local interfaces using the " Capture Interfaces" dialog
box, see Figure 4.1, “The "Capture Interfaces" dialog box on Microsoft Windows” or Figure 4.2, “The
"Capture Interfaces" dialog box on Unix/Linux”. You can start a capture from this dialog box, using
(one of) the "Capture" button(s).
• You can start capturing using the " Capture Options" dialog box, see Figure 4.3, “The "Capture
Options" dialog box”.
• If you have selected the right capture options before, you can immediately start a capture using the
" Capture Start" menu / toolbar item. The capture process will start immediately.
• If you already know the name of the capture interface, you can start Wireshark from the command
line and use the following:
wireshark -i eth0 -k
This will start Wireshark capturing on interface eth0, more details can be found at: Section 10.2, “Start
Wireshark from the command line”.
46
Capturing Live Network Data
Packets The number of packets captured from this interface, since this
dialog was opened. Will be greyed out, if no packet was captured
in the last second.
Packets/s Number of packets captured in the last second. Will be greyed out,
if no packet was captured in the last second.
Start Start a capture on this interface immediately, using the settings from
the last capture.
Options Open the Capture Options dialog with this interface selected, see
Section 4.5, “The "Capture Options" dialog box”.
Details (Microsoft Windows only) Open a dialog with detailed information about the interface, see
Section 4.7, “The "Interface Details" dialog box”.
47
Capturing Live Network Data
Tip!
If you are unsure which options to choose in this dialog box, just try keeping the defaults as
this should work well in many cases.
Interface This field specifies the interface you want to capture on. You
can only capture on one interface, and you can only capture on
interfaces that Wireshark has found on the system, either local or
remote. It is a drop-down list, so simply click on the button on the
48
Capturing Live Network Data
right hand side and select the interface you want. It defaults to the
first non-loopback interface that supports capturing, and if there
are none, the first loopback interface. On some systems, loopback
interfaces cannot be used for capturing
Note
loopback interfaces are not available on Windows
platforms.
Link-layer header type Unless you are in the rare situation that you need this, just keep
the default. For a detailed description, see Section 4.9, “Link-layer
header type”
Remote setting (Windows only) Here you can set the settings for remote capture. For a detailed
description, see Section 4.6, “The "Remote Capture Interfaces"
dialog box”
Buffer size: n megabyte(s) Enter the buffer size to be used while capturing. This is the size of
the kernel buffer which will keep the captured packets, until they
are written to disk. If you encounter packet drops, try increasing
this value.
Note
This option is only available on Windows platforms.
Capture packets in promiscuous This checkbox allows you to specify that Wireshark should put
mode the interface in promiscuous mode when capturing. If you do not
specify this, Wireshark will only capture the packets going to or
from your computer (not all packets on your LAN segment).
Note
If some other process has put the interface in
promiscuous mode you may be capturing in
promiscuous mode even if you turn off this option.
Note
Even in promiscuous mode you still won't necessarily
see all packets on your LAN segment, see http://
www.wireshark.org/faq.html#promiscsniff for some
more explanations.
Capture packets in pcap-ng This checkbox allows you to specify that Wireshark saves the
format captured packets in pcap-ng format. This next generation capture
file format is currently in development.
49
Capturing Live Network Data
Warning
This is an experimental feature. The resulting
saved file may or may not be valid. See http:/
/wiki.wireshark.org/Development/PcapNg for more
details on pcap-ng.
Limit each packet to n bytes This field allows you to specify the maximum amount of data that
will be captured for each packet, and is sometimes referred to as the
snaplen. If disabled, the value is set to the maximum 65535, which
will be sufficient for most protocols. Some rules of thumb:
• If you don't need all of the data in a packet - for example, if you
only need the link-layer, IP, and TCP headers - you might want
to choose a small snapshot length, as less CPU time is required
for copying packets, less buffer space is required for packets,
and thus perhaps fewer packets will be dropped if traffic is very
heavy.
• If you don't capture all of the data in a packet, you might find
that the packet data you want is in the part that's dropped, or that
reassembly isn't possible as the data required for reassembly is
missing.
Capture Filter This field allows you to specify a capture filter. Capture filters
are discussed in more details in Section 4.10, “Filtering while
capturing”. It defaults to empty, or no filter.
You can also click on the button labeled "Capture Filter", and
Wireshark will bring up the Capture Filters dialog box and allow
you to create and/or select a filter. Please see Section 6.6, “Defining
and saving filters”
File This field allows you to specify the file name that will be used for
the capture file. This field is left blank by default. If the field is
left blank, the capture data will be stored in a temporary file, see
Section 4.8, “Capture files and file modes” for details.
You can also click on the button to the right of this field to browse
through the filesystem.
Use multiple files Instead of using a single file, Wireshark will automatically switch
to a new one, if a specific trigger condition is reached.
Next file every n megabyte(s) Multiple files only: Switch to the next file after the given number
of byte(s)/kilobyte(s)/megabyte(s)/gigabyte(s) have been captured.
Next file every n minute(s) Multiple files only: Switch to the next file after the given number
of second(s)/minutes(s)/hours(s)/days(s) have elapsed.
50
Capturing Live Network Data
Ring buffer with n files Multiple files only: Form a ring buffer of the capture files, with the
given number of files.
Stop capture after n file(s) Multiple files only: Stop capturing after switching to the next file
the given number of times.
... after n megabytes(s) Stop capturing after the given number of byte(s)/kilobyte(s)/
megabyte(s)/gigabyte(s) have been captured. This option is greyed
out, if "Use multiple files" is selected.
... after n minute(s) Stop capturing after the given number of second(s)/minutes(s)/
hours(s)/days(s) have elapsed.
Automatic scrolling in live This option allows you to specify that Wireshark should scroll the
capture packet list pane as new packets come in, so you are always looking
at the last packet. If you do not specify this, Wireshark simply adds
new packets onto the end of the list, but does not scroll the packet
list pane. This option is greyed out if "Update list of packets in real
time" is disabled.
Hide capture info dialog If this option is checked, the capture info dialog described in
Section 4.11, “While a Capture is running ...” will be hidden.
Enable network name resolution This option allows you to control whether or not Wireshark
translates network addresses into names, see Section 7.7, “Name
Resolution”.
Enable transport name This option allows you to control whether or not Wireshark
resolution translates transport addresses into protocols, see Section 7.7,
“Name Resolution”.
4.5.6. Buttons
Once you have set the values you desire and have selected the options you need, simply click on Start to
commence the capture, or Cancel to cancel the capture.
51
Capturing Live Network Data
If you start a capture, Wireshark allows you to stop capturing when you have enough packets captured,
for details see Section 4.11, “While a Capture is running ...”.
The Remote Packet Capture Protocol service must first be running on the target platform before Wireshark
can connect to it. The easiest way is to install WinPcap from http://www.winpcap.org/install/default.htm
on the target. Once installation is completed go to the Services control panel, find the Remote Packet
Capture Protocol service and start it.
Note
Make sure you have outside access to port 2002 on the target platform. This is the port where
the Remote Packet Capture Protocol service can be reached, by default.
To access the Remote Capture Interfaces dialog use the Interfaces dropdown list on the "Capture Options"
dialog, see Figure 4.3, “The "Capture Options" dialog box”, and select "Remote...".
52
Capturing Live Network Data
Host Enter the IP address or host name of the target platform where the
Remote Packet Capture Protocol service is listening.
Port Set the port number where the Remote Packet Capture Protocol
service is listening on. Leave open to use the default port (2002).
Null authentication Select this if you don't need authentication to take place for a
remote capture to be started. This depends on the target platform.
Configuring the target platform like this makes it insecure.
Password authentication This is the normal way of connecting to a target platform. Set the
credentials needed to connect to the Remote Packet Capture Protocol
service.
53
Capturing Live Network Data
The Interface dropdown list now shows the IP address or host name of the Remote Packet Capture Protocol
service and the other field shows the interfaces on the remote target. After selecting the desired interface
just click Start to start the remote capture.
54
Capturing Live Network Data
Do not capture own RPCAP This option sets a capture filter so that the traffic flowing back
traffic from the Remote Packet Capture Protocol service to Wireshark isn't
captured as well and also send back. The recursion in this saturates
the link with duplicate traffic.
Use UDP for data transfer Remote capture control and data flows over a TCP connection. This
option allows you to choose an UDP stream for data transfer.
Sampling option None This option instructs the Remote Packet Capture Protocol service
to send back all captured packets which have passed the capture
filter. This is usually not a problem on a remote capture session with
sufficient bandwidth.
Sampling option 1 of x packets This option limits the Remote Packet Capture Protocol service to
send only a sub sampling of the captured data, in terms of number
55
Capturing Live Network Data
Sampling option 1 every x This option limits the Remote Packet Capture Protocol service to
milliseconds send only a sub sampling of the captured data, in terms of time.
This allows capture over a narrow band capture session of a higher
bandwidth interface.
Different modes of operation are available when saving this packet data to the capture file(s).
Tip!
Working with large files (several 100 MB's) can be quite slow. If you plan to do a long term
capture or capturing from a high traffic network, think about using one of the "Multiple files"
56
Capturing Live Network Data
options. This will spread the captured packets over several smaller files which can be much
more pleasant to work with.
Note!
Using Multiple files may cut context related information. Wireshark keeps context
information of the loaded packet data, so it can report context related problems (like a stream
error) and keeps information about context related protocols (e.g. where data is exchanged
at the establishing phase and only referred to in later packets). As it keeps this information
only for the loaded file, using one of the multiple file modes may cut these contexts. If the
establishing phase is saved in one file and the things you would like to see is in another, you
might not see some of the valuable context related information.
Tip!
Information about the folders used for the capture file(s), can be found in Appendix A, Files
and Folders.
"File" option "Use multiple "Ring buffer with Mode Resulting filename(s)
files" option n files" option used
- - - Single temporary etherXXXXXX (where
file XXXXXX is a unique
number)
foo.cap - - Single named file foo.cap
foo.cap x - Multiple files, foo_00001_20040205110102.cap,
continuous foo_00002_20040205110102.cap, ...
foo.cap x x Multiple files, foo_00001_20040205110102.cap,
ring buffer foo_00002_20040205110102.cap, ...
Single temporary file A temporary file will be created and used (this is the default). After
the capturing is stopped, this file can be saved later under a user
specified name.
Single named file A single capture file will be used. If you want to place the new
capture file to a specific folder, choose this mode.
Multiple files, continuous Like the "Single named file" mode, but a new file is created and
used, after reaching one of the multiple file switch conditions (one
of the "Next file every ..." values).
Multiple files, ring buffer Much like "Multiple files continuous", reaching one of the multiple
files switch conditions (one of the "Next file every ..." values) will
switch to the next file. This will be a newly created file if value of
"Ring buffer with n files" is not reached, otherwise it will replace
the oldest of the formerly used files (thus forming a "ring").
This mode will limit the maximum disk usage, even for an unlimited
amount of capture input data, keeping the latest captured data.
57
Capturing Live Network Data
If you are capturing on an 802.11 device on some versions of BSD, this might offer a choice of "Ethernet"
or "802.11". "Ethernet" will cause the captured packets to have fake Ethernet headers; "802.11" will cause
them to have IEEE 802.11 headers. Unless the capture needs to be read by an application that doesn't
support 802.11 headers, you should select "802.11".
If you are capturing on an Endace DAG card connected to a synchronous serial line, this might offer a
choice of "PPP over serial" or "Cisco HDLC"; if the protocol on the serial line is PPP, select "PPP over
serial", and if the protocol on the serial line is Cisco HDLC, select "Cisco HDLC".
If you are capturing on an Endace DAG card connected to an ATM network, this might offer a choice
of "RFC 1483 IP-over-ATM" or "Sun raw ATM". If the only traffic being captured is RFC 1483 LLC-
encapsulated IP, or if the capture needs to be read by an application that doesn't support SunATM headers,
select "RFC 1483 IP-over-ATM", otherwise select "Sun raw ATM".
If you are capturing on an Ethernet device, this might offer a choice of "Ethernet" or "DOCSIS". If you
are capturing traffic from a Cisco Cable Modem Termination System that is putting DOCSIS traffic onto
the Ethernet to be captured, select "DOCSIS", otherwise select "Ethernet".
Tip!
You will find a lot of Capture Filter examples at http://wiki.wireshark.org/CaptureFilters.
You enter the capture filter into the Filter field of the Wireshark Capture Options dialog box, as shown
in Figure 4.3, “The "Capture Options" dialog box”. The following is an outline of the syntax of the
tcpdump capture filter language. See the expression option at the tcpdump manual page for details: http:/
/www.tcpdump.org/tcpdump_man.html.
A capture filter takes the form of a series of primitive expressions connected by conjunctions (and/or)
and optionally preceded by not:
An example is shown in Example 4.1, “ A capture filter for telnet that captures traffic to and from a
particular host ”.
Example 4.1. A capture filter for telnet that captures traffic to and from a particular
host
This example captures telnet traffic to and from the host 10.0.0.5, and shows how to use two primitives
and the and conjunction. Another example is shown in Example 4.2, “ Capturing all telnet traffic not from
10.0.0.5”, and shows how to capture all telnet traffic except that from 10.0.0.5.
58
Capturing Live Network Data
[src|dst] host <host> This primitive allows you to filter on a host IP address or name.
You can optionally precede the primitive with the keyword src|
dst to specify that you are only interested in source or destination
addresses. If these are not present, packets where the specified
address appears as either the source or the destination address will
be selected.
ether [src|dst] host <ehost> This primitive allows you to filter on Ethernet host addresses. You
can optionally include the keyword src|dst between the keywords
ether and host to specify that you are only interested in source or
destination addresses. If these are not present, packets where the
specified address appears in either the source or destination address
will be selected.
gateway host <host> This primitive allows you to filter on packets that used host as a
gateway. That is, where the Ethernet source or destination was host
but neither the source nor destination IP address was host.
[src|dst] net <net> [{mask This primitive allows you to filter on network numbers. You
<mask>}|{len <len>}] can optionally precede this primitive with the keyword src|dst
to specify that you are only interested in a source or destination
network. If neither of these are present, packets will be selected
that have the specified network in either the source or destination
address. In addition, you can specify either the netmask or the CIDR
prefix for the network if they are different from your own.
[tcp|udp] [src|dst] port <port> This primitive allows you to filter on TCP and UDP port numbers.
You can optionally precede this primitive with the keywords src|dst
and tcp|udp which allow you to specify that you are only interested
in source or destination ports and TCP or UDP packets respectively.
The keywords tcp|udp must appear before src|dst.
If these are not specified, packets will be selected for both the TCP
and UDP protocols and when the specified address appears in either
the source or destination port field.
less|greater <length> This primitive allows you to filter on packets whose length was less
than or equal to the specified length, or greater than or equal to the
specified length, respectively.
ip|ether proto <protocol> This primitive allows you to filter on the specified protocol at either
the Ethernet layer or the IP layer.
<expr> relop <expr> This primitive allows you to create complex filter expressions that
select bytes or ranges of bytes in packets. Please see the tcpdump
59
Capturing Live Network Data
To avoid this, Wireshark tries to figure out if it's remotely connected (by looking at some specific
environment variables) and automatically creates a capture filter that matches aspects of the connection.
SSH_CONNECTION (ssh) <remote IP> <remote port> <local IP> <local port>
This dialog box will inform you about the number of captured packets and the time since the capture was
started. The selection of which protocols are counted cannot be changed.
Tip!
This Capture Info dialog box can be hidden, using the "Hide capture info dialog" option in
the Capture Options dialog box.
60
Capturing Live Network Data
1. Using the " Stop" button from the Capture Info dialog box .
Note!
The Capture Info dialog box might be hidden, if the option "Hide capture info dialog"
is used.
5. The capture will be automatically stopped, if one of the Stop Conditions is exceeded, e.g. the
maximum amount of data was captured.
Restart is a convenience function and equivalent to a capture stop following by an immediate capture start.
A restart can be triggered in one of the following ways:
61
Chapter 5. File Input / Output and
Printing
5.1. Introduction
This chapter will describe input and output of capture data.
• Print packets
If you haven't previously saved the current capture file, you will be asked to do so, to prevent data loss
(this behaviour can be disabled in the preferences).
In addition to its native file format (libpcap format, also used by tcpdump/WinDump and other libpcap/
WinPcap-based programs), Wireshark can read capture files from a large number of other packet capture
programs as well. See Section 5.2.2, “Input File Formats” for the list of capture formats Wireshark
understands.
62
File Input / Output and Printing
• Click the Open/Ok button to accept your selected file and open it.
• Click the Cancel button to go back to Wireshark and not load a capture file.
• View file preview information (like the filesize, the number of packets, ...), if you've selected a capture
file.
• Specify a display filter with the "Filter:" button and filter field. This filter will be used when opening
the new file. The text field background becomes green for a valid filter string and red for an invalid
one. Clicking on the Filter button causes Wireshark to pop up the Filters dialog box (which is discussed
further in Section 6.3, “Filtering packets while viewing”).
• Specify which type of name resolution is to be performed for all packets by clicking on one of the "...
name resolution" check buttons. Details about name resolution can be found in Section 7.7, “Name
Resolution”.
63
File Input / Output and Printing
Table 5.1. The system specific "Open Capture File" dialog box
Figure 5.2. "Open" - new GTK version Unix/Linux: GTK version >= 2.4
This is the common Gimp/GNOME file open dialog
- plus some Wireshark extensions.
64
File Input / Output and Printing
• libpcap, tcpdump and various other tools using tcpdump's capture format
• HP-UX's nettl
65
File Input / Output and Printing
• Gammu generated text output from Nokia DCT3 phones in Netmonitor mode
66
File Input / Output and Printing
Figure 5.5. "Save" - new GTK version Unix/Linux: GTK version >= 2.4
Figure 5.6. "Save" - old GTK version Unix/Linux: GTK version < 2.4
67
File Input / Output and Printing
With this dialog box, you can perform the following actions:
1. Type in the name of the file you wish to save the captured packets in, as a standard file name in your
file system.
3. Select the range of the packets to be saved, see Section 5.8, “The Packet Range frame”
4. Specify the format of the saved capture file by clicking on the File type drop down box. You can
choose from the types, described in Section 5.3.2, “Output File Formats”.
5. Click on the Save/Ok button to accept your selected file and save to it. If Wireshark has a problem
saving the captured packets to the file you specified, it will display an error dialog box. After clicking
OK on that error dialog box, you can try again.
6. Click on the Cancel button to go back to Wireshark and not save the captured packets.
The following file formats can be saved by Wireshark (with the known file extensions):
• libpcap, tcpdump and various other tools using tcpdump's capture format (*.pcap,*.cap,*.dmp)
68
File Input / Output and Printing
If the above tools will be more helpful than Wireshark is a different question ;-)
• Use the menu item "Merge" from the "File" menu, to open the merge dialog, see Section 5.4.1, “The
"Merge with Capture File" dialog box”. This menu item will be disabled, until you have loaded a
capture file.
• Use drag-and-drop to drop multiple files on the main window. Wireshark will try to merge the packets
in chronological order from the dropped files into a newly created temporary file. If you drop only a
single file, it will simply replace a (maybe) existing one.
• Use the mergecap tool, which is a command line tool to merge capture files. This tool provides the
most options to merge capture files, see Section D.7, “mergecap: Merging multiple capture files into
one ”.
Most controls of this dialog will work the same way as described in the "Open Capture File" dialog box,
see Section 5.2.1, “The "Open Capture File" dialog box”.
Prepend packets to existing file Prepend the packets from the selected file before the currently
loaded packets.
Merge packets chronologically Merge both the packets from the selected and currently loaded file
in chronological order.
69
File Input / Output and Printing
Append packets to existing file Append the packets from the selected file after the currently loaded
packets.
Table 5.3. The system specific "Merge Capture File As" dialog box
Figure 5.8. "Merge" - new GTK version Unix/Linux: GTK version >= 2.4
This is the common Gimp/GNOME file open dialog
- plus some Wireshark extensions.
Figure 5.9. "Merge" - old GTK version Unix/Linux: GTK version < 2.4
This is the file open dialog of former Gimp/
GNOME versions - plus some Wireshark
extensions.
As it can become tedious to work with a file set by hand, Wireshark provides some features to handle
these file sets in a convenient way.
70
File Input / Output and Printing
A filename in a file set uses the format Prefix_Number_DateTimeSuffix which might look like this:
"test_00001_20060420183910.pcap". All files of a file set share the same prefix (e.g. "test") and
suffix (e.g. ".pcap") and a varying middle part.
To find the files of a file set, Wireshark scans the directory where the currently loaded file resides
and checks for files matching the filename pattern (prefix and suffix) of the currently loaded file.
This simple mechanism usually works well, but has its drawbacks. If several file sets were captured
with the same prefix and suffix, Wireshark will detect them as a single file set. If files were renamed
or spread over several directories the mechanism will fail to find all files of a set.
The following features in the "File Set" submenu of the "File" menu are available to work with file sets
in a convenient way:
• The List Files dialog box will list the files Wireshark has recognized as being part of the current file set.
• Next File closes the current and opens the next file in the file set.
• Previous File closes the current and opens the previous file in the file set.
• Filename the name of the file. If you click on the filename (or the radio button left to it), the current
file will be closed and the corresponding capture file will be opened.
71
File Input / Output and Printing
The last line will contain info about the currently used directory where all of the files in the file set can
be found.
The content of this dialog box is updated each time a capture file is opened/closed.
Note!
There are more specialized functions to export specific data, which will be described at the
appropriate places.
XXX - add detailed descriptions of the output formats and some sample output, too.
• Export to file: frame chooses the file to export the packet data to.
• The Packet Range frame is described in Section 5.8, “The Packet Range frame”.
• The Packet Details frame is described in Section 5.9, “The Packet Format frame”.
72
File Input / Output and Printing
Tip!
You can easily convert PostScript files to PDF files using ghostscript. For example: export
to a file named foo.ps and then call: ps2pdf foo.ps
• Export to file: frame chooses the file to export the packet data to.
• The Packet Range frame is described in Section 5.8, “The Packet Range frame”.
• The Packet Details frame is described in Section 5.9, “The Packet Format frame”.
Export packet summary into CSV, used e.g. by spreadsheet programs to im-/export data.
• Export to file: frame chooses the file to export the packet data to.
• The Packet Range frame is described in Section 5.8, “The Packet Range frame”.
Export packet bytes into C arrays so you can import the stream data into your own C program.
• Export to file: frame chooses the file to export the packet data to.
• The Packet Range frame is described in Section 5.8, “The Packet Range frame”.
73
File Input / Output and Printing
• Export to file: frame chooses the file to export the packet data to.
• The Packet Range frame is described in Section 5.8, “The Packet Range frame”.
There's no such thing as a packet details frame for PSML export, as the packet format is defined by the
PSML specification.
• Export to file: frame chooses the file to export the packet data to.
• The Packet Range frame is described in Section 5.8, “The Packet Range frame”.
There's no such thing as a packet details frame for PDML export, as the packet format is defined by the
PDML specification.
74
File Input / Output and Printing
• The Save in folder: field lets you select the folder to save to (from some predefined folders).
75
File Input / Output and Printing
Columns:
• Packet num: The packet number in which this object was found. In some cases, there can be multiple
objects in the same packet.
• Hostname: The hostname of the server that sent the object as a response to an HTTP request.
• Filename: The final part of the URI (after the last slash). This is typically a filename, but may be
a long complex looking string, which typically indicates that the file was received in response to a
HTTP POST request.
Buttons:
• Save As: Saves the currently selected object as a filename you specify. The default filename to save
as is taken from the filename column of the objects list.
• Save All: Saves all objects in the list using the filename from the filename column. You will be asked
what directory / folder to save them in. If the filename is invalid for the operating system / file system
you are running Wireshark on, then an error will appear and that object will not be saved (but all of
the others will be).
76
File Input / Output and Printing
• Plain Text specifies that the packet print should be in plain text.
• PostScript specifies that the packet print process should use PostScript to
generate a better print output on PostScript aware printers.
• Output to file: specifies that printing be done to a file, using the filename entered
in the field or selected with the browse button.
This field is where you enter the file to print to if you have selected Print to a
file, or you can click the button to browse the filesystem. It is greyed out if Print
to a file is not selected.
Note!
These Print command fields are not available on windows
platforms.
This field specifies the command to use for printing. It is typically lpr. You
would change it to specify a particular queue if you need to print to a queue other
than the default. An example might be:
77
File Input / Output and Printing
lpr -Pmypostscript
Packet Range Select the packets to be printed, see Section 5.8, “The Packet Range frame”
Packet Format Select the output format of the packets to be printed. You can choose, how each
packet is printed, see Figure 5.19, “The "Packet Format" frame”
If the Captured button is set (default), all packets from the selected rule will be processed. If the Displayed
button is set, only the currently displayed packets are taken into account to the selected rule.
• From first to last marked packet process the packets from the first to the last marked one.
• Specify a packet range process a user specified range of packets, e.g. specifying 5,10-15,20- will
process the packet number five, the packets from packet number ten to fifteen (inclusive) and every
packet from number twenty to the end of the capture.
78
File Input / Output and Printing
• Packet summary line enable the output of the summary line, just as in the "Packet List" pane.
• All collapsed the info from the "Packet Details" pane in "all collapsed" state.
• As displayed the info from the "Packet Details" pane in the current state.
• All expanded the info from the "Packet Details" pane in "all expanded" state.
• Packet bytes enable the output of the packet bytes, just as in the "Packet Bytes" pane.
• Each packet on a new page put each packet on a separate page (e.g. when saving/printing to a text
file, this will put a form feed character between the packets).
79
Chapter 6. Working with captured
packets
6.1. Viewing packets you have captured
Once you have captured some packets, or you have opened a previously saved capture file, you can view
the packets that are displayed in the packet list pane by simply clicking on a packet in the packet list pane,
which will bring up the selected packet in the tree view and byte view panes.
You can then expand any part of the tree view by clicking on the plus sign (the symbol itself may vary)
to the left of that part of the payload, and you can select individual fields by clicking on them in the tree
view pane. An example with a TCP packet selected is shown in Figure 6.1, “Wireshark with a TCP packet
selected for viewing”. It also has the Acknowledgment number in the TCP header selected, which shows
up in the byte view as the selected bytes.
You can also select and view packets the same way, while Wireshark is capturing, if you selected "Update
list of packets in real time" in the Wireshark Capture Preferences dialog box.
In addition, you can view individual packets in a separate window as shown in Figure 6.2, “Viewing a
packet in a separate window”. Do this by selecting the packet in which you are interested in the packet list
pane, and then select "Show Packet in New Windows" from the Display menu. This allows you to easily
compare two or even more packets.
80
Working with captured packets
The following table gives an overview of which functions are available in this pane, where to find the
corresponding function in the main menu, and a short description of each item.
81
Item Identical to main Description
menu's item:
Mark Packet Edit Mark/unmark a packet.
(toggle) Working with captured packets
82
Working with captured packets
The following table gives an overview of which functions are available in this pane, where to find the
corresponding function in the main menu, and a short description of each item.
83
Copy/ Bytes - Copy the packet bytes to the clipboard in hexdump-like format;
(Offset Hex Text) similar to the Packet List Pane command, but copies only the
bytes relevant to the selected part of the tree (the bytes selected
in thecaptured
Working with Packet Bytes Pane).
packets
Copy/ Bytes - Copy the packet bytes to the clipboard in hexdump-like format,
(Offset Hex) but without the text portion; similar to the Packet List Pane
Table 6.2. The menu items of thecommand,
"PacketbutDetails" pop-up
copies only menu
the bytes relevant to the selected part
of the tree (the bytes selected in the Packet Bytes Pane).
Copy/ Bytes - Copy the packet bytes to the clipboard as ASCII text, excluding
(Printable Text non-printable characters; similar to the Packet List Pane
Only) command, but copies only the bytes relevant to the selected part
of the tree (the bytes selected in the Packet Bytes Pane).
Copy/ Bytes (Hex - Copy the packet bytes to the clipboard as an unpunctuated list of
Stream) hex digits; similar to the Packet List Pane command, but copies
only the bytes relevant to the selected part of the tree (the bytes
selected in the Packet Bytes Pane).
Copy/ Bytes - Copy the packet bytes to the clipboard as raw binary; similar to
(Binary Stream) the Packet List Pane command, but copies only the bytes relevant
to the selected part of the tree (the bytes selected in the Packet
Bytes Pane). The data is stored in the clipboard as MIME-type
"application/octet-stream".
84
Working with captured packets
Display filters allow you to concentrate on the packets you are interested in while hiding the currently
uninteresting ones. They allow you to select packets by:
• Protocol
To select packets based on protocol type, simply type the protocol in which you are interested in the Filter:
field in the filter toolbar of the Wireshark window and press enter to initiate the filter. Figure 6.5, “Filtering
on the TCP protocol” shows an example of what happens when you type tcp in the filter field.
Note!
All protocol and field names are entered in lowercase. Also, don't forget to press enter after
entering the filter expression.
85
Working with captured packets
As you might have noticed, only packets of the TCP protocol are displayed now (e.g. packets 1-10 are
hidden). The packet numbering will remain as before, so the first packet shown is now packet number 11.
Note!
When using a display filter, all packets remain in the capture file. The display filter only
changes the display of the capture file but not its content!
You can filter on any protocol that Wireshark understands. You can also filter on any field that a dissector
adds to the tree view, but only if the dissector has added an abbreviation for the field. A list of such fields
is available in Wireshark in the Add Expression... dialog box. You can find more information on the Add
Expression... dialog box in Section 6.5, “The "Filter Expression" dialog box”.
For example, to narrow the packet list pane down to only those packets to or from the IP address
192.168.0.1, use ip.addr==192.168.0.1.
Note!
To remove the filter, click on the Clear button to the right of the filter field.
Tip!
You will find a lot of Display Filter examples at the Wireshark Wiki Display Filter page
at http://wiki.wireshark.org/DisplayFilters.
There is a complete list of all filter fields available through the menu item "Help/Supported Protocols" in
the page "Display Filter Fields" of the Supported Protocols dialog.
XXX - add some more info here and a link to the statusbar info.
Tip!
You can use English and C-like terms in the same way, they can even be mixed in a filter
string!
86
Working with captured packets
ip.src==10.0.0.5
ne != Not equal
ip.src!=10.0.0.5
gt > Greater than
frame.len > 10
lt < Less than
frame.len ge 0x100
le <= Less than or equal to
In addition, all protocol fields are typed. Table 6.4, “Display Filter Field Types” provides a list of the types
and example of how to express them.
87
Working with captured packets
Type Example
Unsigned integer (8-bit, 16-bit, 24-bit, 32-bit) You can express integers in decimal, octal, or
hexadecimal. The following display filters are
equivalent:
ip.len le 1500
ip.len le 02734
ip.len le 0x436
eth.dst == ff:ff:ff:ff:ff:ff
eth.dst == ff-ff-ff-ff-ff-ff
eth.dst == ffff.ffff.ffff
IPv4 address ip.addr == 192.168.0.1
ip.addr == 129.111.0.0/16
IPv6 address ipv6.addr == ::1
IPX address ipx.addr == 00000000.ffffffffffff
String (text) http.request.uri == "http://www.wireshark.org/"
88
Working with captured packets
ip.scr==10.0.0.5 or ip.src==192.1.1.1
xor ^^ Logical XOR
not llc
[...] Substring Operator
eth.src[0:3] == 00:00:83
The example above uses the n:m format to specify a single range. In this case n
is the beginning offset and m is the length of the range being specified.
eth.src[1-2] == 00:83
The example above uses the n-m format to specify a single range. In this case n
is the beginning offset and m is the ending offset.
eth.src[:4] == 00:00:83:00
The example above uses the :m format, which takes everything from the
beginning of a sequence to offset m. It is equivalent to 0:m
eth.src[4:] == 20:20
The example above uses the n: format, which takes everything from offset n to
the end of the sequence.
eth.src[2] == 83
The example above uses the n format to specify a single range. In this case the
element in the sequence at offset n is selected. This is equivalent to n:1.
eth.src[0:3,1-2,:4,4:,2] ==
00:00:83:00:83:00:00:83:00:20:20:83
Wireshark allows you to string together single ranges in a comma separated list
to form compound ranges as shown above.
89
Working with captured packets
Often people use a filter string to display something like ip.addr == 1.2.3.4 which will display all packets
containing the IP address 1.2.3.4.
Then they use ip.addr != 1.2.3.4 to see all packets not containing the IP address 1.2.3.4 in it. Unfortunately,
this does not do the expected.
Instead, that expression will even be true for packets where either source or destination IP address equals
1.2.3.4. The reason for this, is that the expression ip.addr != 1.2.3.4 must be read as "the packet contains
a field named ip.addr with a value different from 1.2.3.4". As an IP datagram contains both a source and a
destination address, the expression will evaluate to true whenever at least one of the two addresses differs
from 1.2.3.4.
If you want to filter out all packets containing IP datagrams to or from IP address 1.2.3.4, then the correct
filter is !(ip.addr == 1.2.3.4) as it reads "show me all the packets for which it is not true that a field named
ip.addr exists with a value of 1.2.3.4", or in other words, "filter out all packets for which there are no
occurrences of a field named ip.addr with the value 1.2.3.4".
Tip!
The "Filter Expression" dialog box is an excellent way to learn how to write Wireshark
display filter strings.
90
Working with captured packets
When you first bring up the Filter Expression dialog box you are shown a tree list of field names, organized
by protocol, and a box for selecting a relation.
Field Name Select a protocol field from the protocol field tree. Every protocol with filterable fields
is listed at the top level. (You can search for a particular protocol entry by entering the
first few letters of the protocol name). By clicking on the "+" next to a protocol name
you can get a list of the field names available for filtering for that protocol.
Relation Select a relation from the list of available relation. The is present is a unary relation
which is true if the selected field is present in a packet. All other listed relations are binary
relations which require additional data (e.g. a Value to match) to complete.
When you select a field from the field name list and select a binary relation (such as the equality relation
==) you will be given the opportunity to enter a value, and possibly some range information.
Value You may enter an appropriate value in the Value text box. The Value will also
indicate the type of value for the field name you have selected (like character
string).
Predefined values Some of the protocol fields have predefined values available, much like
enum's in C. If the selected protocol field has such values defined, you can
choose one of them here.
OK When you have built a satisfactory expression click OK and a filter string will
be built for you.
Cancel You can leave the Add Expression... dialog box without any effect by clicking
the Cancel button.
91
Working with captured packets
To define a new filter or edit an existing one, select the Capture Filters... menu item from the Capture
menu or the Display Filters... menu item from the Analyze menu. Wireshark will then pop up the Filters
dialog as shown in Figure 6.7, “The "Capture Filters" and "Display Filters" dialog boxes”.
Note!
The mechanisms for defining and saving capture filters and display filters are almost
identical. So both will be described here, differences between these two will be marked as
such.
Warning!
You must use Save to save your filters permanently. Ok or Apply will not save the filters,
so they will be lost when you close Wireshark.
Figure 6.7. The "Capture Filters" and "Display Filters" dialog boxes
New This button adds a new filter to the list of filters. The currently entered values
from Filter name and Filter string will be used. If any of these fields are empty,
it will be set to "new".
Delete This button deletes the selected filter. It will be greyed out, if no filter is
selected.
Filter You can select a filter from this list (which will fill in the filter name and filter
string in the fields down at the bottom of the dialog box).
Filter name: You can change the name of the currently selected filter here.
Note!
The filter name will only be used in this dialog to identify the
filter for your convenience, it will not be used elsewhere. You
can add multiple filters with the same name, but this is not very
useful.
92
Working with captured packets
Filter string: You can change the filter string of the currently selected filter here. Display
Filter only: the string will be syntax checked while you are typing.
Add Expression... Display Filter only: This button brings up the Add Expression dialog box
which assists in building filter strings. You can find more information about
the Add Expression dialog in Section 6.5, “The "Filter Expression" dialog
box”
OK Display Filter only: This button applies the selected filter to the current display
and closes the dialog.
Apply Display Filter only: This button applies the selected filter to the current
display, and keeps the dialog open.
Save Save the current settings in this dialog. The file location and format is
explained in Appendix A, Files and Folders.
• Display filter
Simply enter a display filter string into the Filter: field, select a direction, and click on OK.
For example, to find the three way handshake for a connection from host 192.168.0.1, use the following
filter string:
93
Working with captured packets
For more details on display filters, see Section 6.3, “Filtering packets while viewing”
• Hex Value
For example, use "00:00" to find the next packet including two null bytes in the packet data.
• String
The value to be found will be syntax checked while you type it in. If the syntax check of your value
succeeds, the background of the entry field will turn green, if it fails, it will turn red.
• Up
• Down
94
Working with captured packets
This dialog box will let you enter a packet number. When you press OK, Wireshark will jump to that
packet.
Note!
As these protocol fields now work like links (just as in your Web browser), it's easier to
simply double-click on the field to jump to the corresponding field.
Warning!
The packet marks are not stored in the capture file or anywhere else, so all packet marks will
be lost if you close the capture file.
You can use packet marking to control the output of packets when saving/exporting/printing. To do so, an
option in the packet range is available, see Section 5.8, “The Packet Range frame”.
• Mark all displayed packets set the mark state of all displayed packets.
These mark functions are available from the "Edit" menu, and the "Mark packet (toggle)" function is also
available from the pop-up menu of the "Packet List" pane.
95
Working with captured packets
Warning!
The packet ignored marks are not stored in the capture file or anywhere else, so all packet
ignored marks will be lost if you close the capture file.
• Ignore all displayed packets set the ignored state of all displayed packets.
These ignore functions are available from the "Edit" menu, and the "Ignore packet (toggle)" function is
also available from the pop-up menu of the "Packet List" pane.
A detailed description of timestamps, timezones and alike can be found at: Section 7.4, “Time Stamps”.
The timestamp presentation format and the precision in the packet list can be chosen using the View menu,
see Figure 3.5, “The "View" Menu”.
• Date and Time of Day: 1970-01-01 01:02:03.123456 The absolute date and time of the day when
the packet was captured.
• Time of Day: 01:02:03.123456 The absolute time of the day when the packet was captured.
• Seconds Since Beginning of Capture: 123.123456 The time relative to the start of the capture file or
the first "Time Reference" before this packet (see Section 6.12.1, “Packet time referencing”).
• Seconds Since Previous Captured Packet: 1.123456 The time relative to the previous captured
packet.
• Seconds Since Previous Displayed Packet: 1.123456 The time relative to the previous displayed
packet.
• Seconds Since Epoch (1970-01-01): 1234567890.123456 The time relative to epoch (midnight UTC
of January 1, 1970).
The available precisions (aka. the number of displayed decimal places) are:
• Automatic The timestamp precision of the loaded capture file format will be used (the default).
Precision example: If you have a timestamp and it's displayed using, "Seconds Since Previous Packet", :
the value might be 1.123456. This will be displayed using the "Automatic" setting for libpcap files (which
is microseconds). If you use Seconds it would show simply 1 and if you use Nanoseconds it shows
1.123456000.
96
Working with captured packets
Warning!
The time references will not be saved permanently and will be lost when you close the capture
file.
Note!
Time referencing will only be useful, if the time display format is set to "Seconds Since
Beginning of Capture". If one of the other time display formats are used, time referencing
will have no effect (and will make no sense either).
To work with time references, choose one of the "Time Reference" items in the "Edit" menu , see
Section 3.6, “The "Edit" menu”, or from the pop-up menu of the "Packet List" pane.
• Set Time Reference (toggle) Toggles the time reference state of the currently selected packet to on
or off.
• Find Next Find the next time referenced packet in the "Packet List" pane.
• Find Previous Find the previous time referenced packet in the "Packet List" pane.
97
Working with captured packets
A time referenced packet will be marked with the string *REF* in the Time column (see packet number
10). All subsequent packets will show the time since the last time reference.
98
Chapter 7. Advanced Topics
7.1. Introduction
In this chapter some of the advanced features of Wireshark will be described.
Simply select a TCP packet in the packet list of the stream/connection you are interested in and then select
the Follow TCP Stream menu item from the Wireshark Tools menu (or use the context menu in the packet
list). Wireshark will set an appropriate display filter and pop up a dialog box with all the data from the
TCP stream laid out in order, as shown in Figure 7.1, “The "Follow TCP Stream" dialog box”.
Note!
It is worthwhile noting that Follow TCP Stream installs a display filter to select all the packets
in the TCP stream you have selected.
99
Advanced Topics
The stream content is displayed in the same sequence as it appeared on the network. Traffic from A to B
is marked in red, while traffic from B to A is marked in blue. If you like, you can change these colors in
the Edit/Preferences "Colors" page.
Non-printable characters will be replaced by dots. XXX - What about line wrapping (maximum line length)
and CRNL conversions?
The stream content won't be updated while doing a live capture. To get the latest content you'll have to
reopen the dialog.
1. Save As: Save the stream data in the currently selected format.
3. Direction: Choose the stream direction to be displayed ("Entire conversation", "data from A to B
only" or "data from B to A only").
4. Filter out this stream: Apply a display filter removing the current TCP stream data from the display.
5. Close: Close this dialog box, leaving the current display filter in effect.
You can choose to view the data in one of the following formats:
1. ASCII: In this view you see the data from each direction in ASCII. Obviously best for ASCII based
protocols, e.g. HTTP.
3. HEX Dump: This allows you to see all the data. This will require a lot of screen space and is best
used with binary protocols.
4. C Arrays: This allows you to import the stream data into your own C program.
5. Raw: This allows you to load the unaltered stream data into a different program for further
examination. The display will look the same as the ASCII setting, but "Save As" will result in a
binary file.
The general idea behind the following "Expert Info" is to have a better display of "uncommon" or just
notable network behaviour. This way, both novice and expert users will hopefully find probable network
problems a lot faster, compared to scanning the packet list "manually" .
100
Advanced Topics
The following will first describe the components of a single expert info, then the User Interface.
7.3.1.1. Severity
Every expert info has a specific severity level. The following severity levels are used, in parentheses are
the colors in which the items will be marked in the GUI:
• Chat (grey): information about usual workflow, e.g. a TCP packet with the SYN flag set
• Note (cyan): notable things, e.g. an application returned an "usual" error code like HTTP 404
• Warn (yellow): warning, e.g. application returned an "unusual" error code like a connection problem
7.3.1.2. Group
There are some common groups of expert infos. The following are currently implemented:
• Sequence: protocol sequence suspicious, e.g. sequence wasn't continuous or a retransmission was
detected or ...
• Response Code: problem with application response code, e.g. HTTP 404 page not found
• Request Code: an application request (e.g. File Handle == x), usually Chat level
• Reassemble: problems while reassembling, e.g. not all fragments were available or an exception
happened while reassembling
• Protocol: violation of protocol specs (e.g. invalid field values or illegal lengths), dissection of this
packet is probably continued
• Malformed: malformed packet or dissector has a bug, dissection of this packet aborted
It's possible that more such group values will be added in the future ...
101
Advanced Topics
7.3.1.3. Protocol
The protocol in which the expert info was caused.
7.3.1.4. Summary
Each expert info will also have a short additional text with some further explanation.
XXX - "Analyze/Expert Info" also exists but is subject to removal and therefore not explained here.
There are usually a lot of identical expert infos only differing in the packet number. These identical infos
will be combined into a single line - with a count column showing how often they appeared in the capture
file. Clicking on the plus sign shows the individual packet numbers in a tree view.
102
Advanced Topics
The protocol field causing an expert info is colorized, e.g. uses a cyan background for a note severity
level. This color is propagated to the toplevel protocol item in the tree, so it's easy to find the field that
caused the expert info.
For the example screenshot above, the IP "Time to live" value is very low (only 1), so the corresponding
protocol field is marked with a cyan background. To easier find that item in the packet tree, the IP protocol
toplevel item is marked cyan as well.
An optional "Expert Info Severity" packet list column is available (since SVN 22387 -> 0.99.7), that
displays the most significant severity of a packet, or stays empty if everything seems ok. This column
is not displayed by default, but can be easily added using the Preferences Columns page described in
Section 10.5, “Preferences”.
While packets are captured, each packet is time stamped as it comes in. These time stamps will be saved
to the capture file, so they also will be available for (later) analysis.
So where do these time stamps come from? While capturing, Wireshark gets the time stamps from the
libpcap (WinPcap) library, which in turn gets them from the operating system kernel. If the capture data
is loaded from a capture file, Wireshark obviously gets the data from that file.
While reading or writing capture files, Wireshark converts the time stamp data between the capture file
format and the internal format as required.
While capturing, Wireshark uses the libpcap (WinPcap) capture library which supports microsecond
resolution. Unless you are working with specialized capturing hardware, this resolution should be
adequate.
103
Advanced Topics
The common libpcap capture file format that is used by Wireshark (and a lot of other tools) supports a
fixed microsecond resolution "0.123456" only.
Note!
Writing data into a capture file format that doesn't provide the capability to store the
actual precision will lead to loss of information. Example: If you load a capture file
with nanosecond resolution and store the capture data to a libpcap file (with microsecond
resolution) Wireshark obviously must reduce the precision from nanosecond to microsecond.
7.4.3. Accuracy
It's often asked: "Which time stamp accuracy is provided by Wireshark?". Well, Wireshark doesn't create
any time stamps itself but simply gets them from "somewhere else" and displays them. So accuracy will
depend on the capture system (operating system, performance, ...) that you use. Because of this, the above
question is difficult to answer in a general way.
Note!
USB connected network adapters often provide a very bad time stamp accuracy. The
incoming packets have to take "a long and winding road" to travel through the USB cable
until they actually reach the kernel. As the incoming packets are time stamped when they are
processed by the kernel, this time stamping mechanism becomes very inaccurate.
Conclusion: don't use USB connected NIC's when you need precise time stamp accuracy!
(XXX - are there any such NIC's that generate time stamps on the USB hardware?)
First of all, there are two reasons why you may not need to think about time zones at all:
• You are only interested in the time differences between the packet time stamps and don't need to know
the exact date and time of the captured packets (which is often the case).
• You don't get capture files from different time zones than your own, so there are simply no time zone
problems. For example: everyone in your team is working in the same time zone as yourself.
104
Advanced Topics
People expect that the time reflects the sunset. Dawn should be in the morning maybe around 06:00
and dusk in the evening maybe at 20:00. These times will obviously vary depending on the season.
It would be very confusing if everyone on earth would use the same global time as this would
correspond to the sunset only at a small part of the world.
For that reason, the earth is split into several different time zones, each zone with a local time that
corresponds to the local sunset.
The time zone's base time is UTC (Coordinated Universal Time) or Zulu Time (military and
aviation). The older term GMT (Greenwich Mean Time) shouldn't be used as it is slightly incorrect
(up to 0.9 seconds difference to UTC). The UTC base time equals to 0 (based at Greenwich, England)
and all time zones have an offset to UTC between -12 to +14 hours!
For example: If you live in Berlin you are in a time zone one hour earlier than UTC, so you are in
time zone "+1" (time difference in hours compared to UTC). If it's 3 o'clock in Berlin it's 2 o'clock
in UTC "at the same moment".
Be aware that at a few places on earth don't use time zones with even hour offsets (e.g. New Delhi
uses UTC+05:30)!
Daylight Saving Time (DST), also known as Summer Time, is intended to "save" some daylight
during the summer months. To do this, a lot of countries (but not all!) add a DST hour to the already
existing UTC offset. So you may need to take another hour (or in very rare cases even two hours!)
difference into your "time zone calculations".
Unfortunately, the date at which DST actually takes effect is different throughout the world. You
may also note, that the northern and southern hemispheres have opposite DST's (e.g. while it's
summer in Europe it's winter in Australia).
Keep in mind: UTC remains the same all year around, regardless of DST!
Further time zone and DST information can be found at: http://wwp.greenwichmeantime.com/ and http://
www.timeanddate.com/worldclock/.
You should set your computers time and time zone in the correct sequence:
This way you will tell your computer both the local time and also the time offset to UTC.
105
Advanced Topics
Tip!
If you travel around the world, it's an often made mistake to adjust the hours of your computer
clock to the local time. Don't adjust the hours but your time zone setting instead! For your
computer, the time is essentially the same as before, you are simply in a different time zone
with a different local time!
Tip!
You can use the Network Time Protocol (NTP) to automatically adjust your computer to the
correct time, by synchronizing it to Internet NTP clock servers. NTP clients are available for
all operating systems that Wireshark supports (and for a lot more), for examples see: http://
www.ntp.org/.
Wireshark's native capture file format (libpcap format), and some other capture file formats, such as
the Windows Sniffer, EtherPeek, AiroPeek, and Sun snoop formats, save the arrival time of packets as
UTC values. UN*X systems, and "Windows NT based" systems (Windows NT 4.0, 2000, XP, Server
2003, Vista, Server 2008) represent time internally as UTC. When Wireshark is capturing, no conversion
is necessary. However, if the system time zone is not set correctly, the system's UTC time might not
be correctly set even if the system clock appears to display correct local time. "Windows 9x based"
systems (Windows 95, Windows 98, Windows Me) represent time internally as local time. When capturing,
WinPcap has to convert the time to UTC before supplying it to Wireshark. If the system's time zone is not
set correctly, that conversion will not be done correctly.
Other capture file formats, such as the Microsoft Network Monitor, DOS-based Sniffer, and Network
Instruments Observer formats, save the arrival time of packets as local time values.
Internally to Wireshark, time stamps are represented in UTC; this means that, when reading capture files
that save the arrival time of packets as local time values, Wireshark must convert those local time values
to UTC values.
Wireshark in turn will display the time stamps always in local time. The displaying computer will convert
them from UTC to local time and displays this (local) time. For capture files saving the arrival time of
packets as UTC values, this means that the arrival time will be displayed as the local time in your time
zone, which might not be the same as the arrival time in the time zone in which the packet was captured.
For capture files saving the arrival time of packets as local time values, the conversion to UTC will be
done using your time zone's offset from UTC and DST rules, which means the conversion will not be done
correctly; the conversion back to local time for display might undo this correctly, in which case the arrival
time will be displayed as the arrival time in which the packet was captured.
Table 7.2. Time zone examples for UTC arrival times (without DST)
Los Angeles New York Madrid London Berlin Tokyo
Capture File 10:00 10:00 10:00 10:00 10:00 10:00
(UTC)
Local Offset -8 -5 -1 0 +1 +9
to UTC
Displayed 02:00 05:00 09:00 10:00 11:00 19:00
Time (Local
Time)
106
Advanced Topics
An example: Let's assume that someone in Los Angeles captured a packet with Wireshark at exactly 2
o'clock local time and sends you this capture file. The capture file's time stamp will be represented in UTC
as 10 o'clock. You are located in Berlin and will see 11 o'clock on your Wireshark display.
Now you have a phone call, video conference or Internet meeting with that one to talk about that capture
file. As you are both looking at the displayed time on your local computers, the one in Los Angeles still
sees 2 o'clock but you in Berlin will see 11 o'clock. The time displays are different as both Wireshark
displays will show the (different) local times at the same point in time.
Conclusion: You may not bother about the date/time of the time stamp you currently look at, unless you
must make sure that the date/time is as expected. So, if you get a capture file from a different time zone and/
or DST, you'll have to find out the time zone/DST difference between the two local times and "mentally
adjust" the time stamps accordingly. In any case, make sure that every computer in question has the correct
time and time zone setting.
In that case the network protocol has to handle the chunk boundaries itself and (if required) spread the
data over multiple packets. It obviously also needs a mechanism to determine the chunk boundaries on
the receiving side.
Tip!
Wireshark calls this mechanism reassembling, although a specific protocol specification
might use a different term for this (e.g. desegmentation, defragmentation, ...).
Note!
Reassembling might take place at several protocol layers, so it's possible that multiple tabs
in the "Packet Bytes" pane appear.
Note!
You will find the reassembled data in the last packet of the chunk.
107
Advanced Topics
An example: In a HTTP GET response, the requested data (e.g. an HTML page) is returned. Wireshark
will show the hex dump of the data in a new tab "Uncompressed entity body" in the "Packet Bytes" pane.
Reassembling is enabled in the preferences by default. The defaults were changed from disabled to enabled
in September 2005. If you created your preference settings before this date, you might look if reassembling
is actually enabled, as it can be extremely helpful while analyzing network packets.
The enabling or disabling of the reassemble settings of a protocol typically requires two things:
1. the lower level protocol (e.g., TCP) must support reassembly. Often this reassembly can be enabled
or disabled via the protocol preferences.
2. the higher level protocol (e.g., HTTP) must use the reassembly mechanism to reassemble fragmented
protocol data. This too can often be enabled or disabled via the protocol preferences.
The tooltip of the higher level protocol setting will notify you if and which lower level protocol setting
also has to be considered.
The name resolution feature can be en-/disabled separately for the protocol layers of the following sections.
• Name resolution will often fail. The name to be resolved might simply be unknown by the name
servers asked or the servers are just not available and the name is also not found in Wireshark's
configuration files.
• The resolved names are not stored in the capture file or somewhere else. So the resolved names
might not be available if you open the capture file later or on a different machine. Each time you open a
capture file it may look "slightly different", maybe simply because you can't connect to a name server
(which you could connect before).
• DNS may add additional packets to your capture file. You may see packets to/from your machine
in your capture file, which are caused by name resolution network services of the machine Wireshark
captures from. XXX - are there any other such packets than DNS ones?
• Resolved DNS names are cached by Wireshark. This is required for acceptable performance.
However, if the name resolution information should change while Wireshark is running, Wireshark
won't notice a change to the name resolution information once it gets cached. If this information
changes while Wireshark is running, e.g. a new DHCP lease takes effect, Wireshark won't notice it.
XXX - is this true for all or only for DNS info?
Tip!
The name resolution in the packet list is done while the list is filled. If a name could be
resolved after a packet was added to the list, that former entry won't be changed. As the name
108
Advanced Topics
resolution results are cached, you can use "View/Reload" to rebuild the packet list, this time
with the correctly resolved names. However, this isn't possible while a capture is in progress.
ARP name resolution (system service): Wireshark will ask the operating system to convert an Ethernet
address to the corresponding IP address (e.g. 00:09:5b:01:02:03 -> 192.168.0.1).
Ethernet codes (ethers file): If the ARP name resolution failed, Wireshark tries to convert the Ethernet
address to a known device name, which has been assigned by the user using an ethers file (e.g.
00:09:5b:01:02:03 -> homerouter).
Ethernet manufacturer codes (manuf file): If neither ARP or ethers returns a result, Wireshark tries
to convert the first 3 bytes of an ethernet address to an abbreviated manufacturer name, which has been
assigned by the IEEE (e.g. 00:09:5b:01:02:03 -> Netgear_01:02:03).
DNS/ADNS name resolution (system/library service): Wireshark will ask the operating system (or
the ADNS library), to convert an IP address to the hostname associated with it (e.g. 216.239.37.99 ->
www.1.google.com). The DNS service is using synchronous calls to the DNS server. So Wireshark will
stop responding until a response to a DNS request is returned. If possible, you might consider using the
ADNS library (which won't wait for a network response).
Warning!
Enabling network name resolution when your name server is unavailable may significantly
slow down Wireshark while it waits for all of the name server requests to time out. Use
ADNS in that case.
DNS vs. ADNS: here's a short comparison: Both mechanisms are used to convert an IP address to some
human readable (domain) name. The usual DNS call gethostname() will try to convert the address to a
name. To do this, it will first ask the systems hosts file (e.g. /etc/hosts) if it finds a matching entry. If that
fails, it will ask the configured DNS server(s) about the name.
So the real difference between DNS and ADNS comes when the system has to wait for the DNS server
about a name resolution. The system call gethostname() will wait until a name is resolved or an error
occurs. If the DNS server is unavailable, this might take quite a while (several seconds). The ADNS service
will work a bit differently. It will also ask the DNS server, but it won't wait for the answer. It will just
return to Wireshark in a very short amount of time. The actual (and the following) address fields won't
show the resolved name until the ADNS call returned. As mentioned above, the values get cached, so you
can use View/Reload to "update" these fields to show the resolved values.
hosts name resolution (hosts file): If DNS name resolution failed, Wireshark will try to convert an IP
address to the hostname associated with it, using a hosts file provided by the user (e.g. 216.239.37.99 -
> www.google.com).
109
Advanced Topics
TCP/UDP port conversion (system service): Wireshark will ask the operating system to convert a TCP
or UDP port to its well known name (e.g. 80 -> http).
XXX - mention the role of the /etc/services file (but don't forget the files and folders section)!
7.8. Checksums
Several network protocols use checksums to ensure data integrity.
Tip!
Applying checksums as described here is also known as redundancy checking.
Checksums are used to ensure the integrity of data portions for data transmission or storage. A
checksum is basically a calculated summary of such a data portion.
Network data transmissions often produce errors, such as toggled, missing or duplicated bits. As a
result, the data received might not be identical to the data transmitted, which is obviously a bad thing.
Because of these transmission errors, network protocols very often use checksums to detect such
errors. The transmitter will calculate a checksum of the data and transmits the data together with the
checksum. The receiver will calculate the checksum of the received data with the same algorithm
as the transmitter. If the received and calculated checksums don't match a transmission error has
occurred.
Some checksum algorithms are able to recover (simple) errors by calculating where the expected
error must be and repairing it.
If there are errors that cannot be recovered, the receiving side throws away the packet. Depending
on the network protocol, this data loss is simply ignored or the sending side needs to detect this loss
somehow and retransmits the required packet(s).
Using a checksum drastically reduces the number of undetected transmission errors. However, the
usual checksum algorithms cannot guarantee an error detection of 100%, so a very small number
of transmission errors may remain undetected.
There are several different kinds of checksum algorithms; an example of an often used checksum
algorithm is CRC32. The checksum algorithm actually chosen for a specific network protocol will
depend on the expected error rate of the network medium, the importance of error detection, the
processor load to perform the calculation, the performance needed and many other things.
110
Advanced Topics
It will do the same calculation as a "normal receiver" would do, and shows the checksum fields in the
packet details with a comment, e.g.: [correct], [invalid, must be 0x12345678] or alike.
Checksum validation can be switched off for various protocols in the Wireshark protocol preferences, e.g.
to (very slightly) increase performance.
If the checksum validation is enabled and it detected an invalid checksum, features like packet
reassembling won't be processed. This is avoided as incorrect connection data could "confuse" the internal
database.
For example: The Ethernet transmitting hardware calculates the Ethernet CRC32 checksum and the
receiving hardware validates this checksum. If the received checksum is wrong Wireshark won't even see
the packet, as the Ethernet hardware internally throws away the packet.
Higher level checksums are "traditionally" calculated by the protocol implementation and the completed
packet is then handed over to the hardware.
Recent network hardware can perform advanced features such as IP checksum calculation, also known as
checksum offloading. The network driver won't calculate the checksum itself but will simply hand over
an empty (zero or garbage filled) checksum field to the hardware.
Note!
Checksum offloading often causes confusion as the network packets to be transmitted are
handed over to Wireshark before the checksums are actually calculated. Wireshark gets these
"empty" checksums and displays them as invalid, even though the packets will contain valid
checksums when they leave the network hardware later.
Checksum offloading can be confusing and having a lot of [invalid] messages on the screen can be
quite annoying. As mentioned above, invalid checksums may lead to unreassembled packets, making the
analysis of the packet data much harder.
• Turn off the checksum offloading in the network driver, if this option is available.
• Turn off checksum validation of the specific protocol in the Wireshark preferences.
111
Chapter 8. Statistics
8.1. Introduction
Wireshark provides a wide range of network statistics which can be accessed via the Statistics menu.
These statistics range from general information about the loaded capture file (like the number of captured
packets), to statistics about specific protocols (e.g. statistics about the number of HTTP requests and
responses captured).
• General statistics:
Note!
The protocol specific statistics requires detailed knowledge about the specific protocol.
Unless you are familiar with that protocol, statistics about it will be pretty hard to understand.
112
Statistics
• Time: the timestamps when the first and the last packet were captured (and the time between them).
• Capture: information from the time when the capture was done (only available if the packet data was
captured from the network and not loaded from a file).
• Traffic: some statistics of the network traffic seen. If a display filter is set, you will see values in the
Captured column, and if any packages are marked, you will see values in the Marked column. The
values in the Captured column will remain the same as before, while the values in the Displayed
column will reflect the values corresponding to the packets shown in the display. The values in the
Marked column will reflect the values corresponding to the marked packages.
113
Statistics
This is a tree of all the protocols in the capture. You can collapse or expand subtrees, by clicking on the
plus / minus icons. By default, all trees are expanded.
Each row contains the statistical values of one protocol. The Display filter will show the current display
filter.
• % Packets: the percentage of protocol packets, relative to all packets in the capture
• End Packets: the absolute number of packets of this protocol (where this protocol was the highest
protocol to decode)
• End Bytes: the absolute number of bytes of this protocol (where this protocol was the highest protocol
to decode)
• End MBit/s: the bandwidth of this protocol, relative to the capture time (where this protocol was the
highest protocol to decode)
Note!
Packets will usually contain multiple protocols, so more than one protocol will be counted for
each packet. Example: In the screenshot IP has 99,17% and TCP 85,83% (which is together
much more than 100%).
114
Statistics
Note!
Protocol layers can consist of packets that won't contain any higher layer protocol, so the
sum of all higher layer packets may not sum up to the protocols packet count. Example: In
the screenshot TCP has 85,83% but the sum of the subprotocols (HTTP, ...) is much less.
This may be caused by TCP protocol overhead, e.g. TCP ACK packets won't be counted as
packets of the higher layer).
Note!
A single packet can contain the same protocol more than once. In this case, the protocol
is counted more than once. For example: in some tunneling configurations the IP layer can
appear twice.
8.4. Conversations
Statistics of the captured conversations.
115
Statistics
Each row in the list shows the statistical values for exactly one conversation.
Name resolution will be done if selected in the window and if it is active for the specific protocol layer
(MAC layer for the selected Ethernet endpoints page).
Limit to display filter will only show conversations matching the current display filter.
The copy button will copy the list values to the clipboard in CSV (Comma Separated Values) format.
Tip!
This window will be updated frequently, so it will be useful, even if you open it before (or
while) you are doing a live capture.
8.5. Endpoints
Statistics of the endpoints captured.
Tip!
If you are looking for a feature other network tools call a hostlist, here is the right place to
look. The list of Ethernet or IP endpoints is usually what you're looking for.
• IPX: an IPX endpoint is concatenation of a 32 bit network number and 48 bit node address, be default
the Ethernets' MAC address.
• SCTP: a SCTP endpoint is a combination of the host IP addresses (plural) and the SCTP port used. So
different SCTP ports on the same IP address are different SCTP endpoints, but the same SCTP port on
different IP addresses of the same host are still the same endpoint.
116
Statistics
• TCP: a TCP endpoint is a combination of the IP address and the TCP port used, so different TCP ports
on the same IP address are different TCP endpoints.
• Token Ring: a Token Ring endpoint is identical to the Token Ring MAC address.
• UDP: a UDP endpoint is a combination of the IP address and the UDP port used, so different UDP
ports on the same IP address are different UDP endpoints.
For each supported protocol, a tab is shown in this window. Each tab label shows the number of endpoints
captured (e.g. the tab label "Ethernet: 5" tells you that five ethernet endpoints have been captured). If no
endpoints of a specific protocol were captured, the tab label will be greyed out (although the related page
can still be selected).
Each row in the list shows the statistical values for exactly one endpoint.
Name resolution will be done if selected in the window and if it is active for the specific protocol layer
(MAC layer for the selected Ethernet endpoints page). As you might have noticed, the first row has a name
resolution of the first three bytes "Netgear", the second row's address was resolved to an IP address (using
117
Statistics
ARP) and the third was resolved to a broadcast (unresolved this would still be: ff:ff:ff:ff:ff:ff); the last two
Ethernet addresses remain unresolved.
Limit to display filter will only show conversations matching the current display filter.
The copy button will copy the list values to the clipboard in CSV (Comma Separated Values) format.
Tip!
This window will be updated frequently, so it will be useful, even if you open it before (or
while) you are doing a live capture.
• Graphs
• Graph 1-5: enable the specific graph 1-5 (only graph 1 is enabled by default)
118
Statistics
• Filter: a display filter for this graph (only the packets that pass this filter will be taken into account
for this graph)
• X Axis
• View as time of day: option to view x direction labels as time of day instead of seconds or minutes
since beginning of capture
• Y Axis
• Unit: the unit for the y direction (Packets/Tick, Bytes/Tick, Bits/Tick, Advanced...) [XXX -
describe the Advanced feature.]
The save button will save the currently displayed portion of the graph as one of various file formats. The
save feature is only available when using GTK version 2.6 or higher (the latest Windows versions comply
with this requirement) and Wireshark version 0.99.7 or higher.
The copy button will copy values from selected graphs to the clipboard in CSV (Comma Separated Values)
format. The copy feature is only available in Wireshark version 0.99.8 or higher.
Tip!
Click in the graph to select the first package in the selected interval.
Service response time statistics are currently available for the following protocols:
• DCE-RPC
• Fibre Channel
• H.225 RAS
• LDAP
• LTE MAC
• MGCP
• ONC-RPC
• SMB
119
Statistics
Note!
The other Service Response Time windows will work the same way (or only slightly
different) compared to the following description.
You can optionally set a display filter, to reduce the amount of packets.
Each row corresponds to a method of the interface selected (so the EPM interface in version 3 has 7
methods). For each method the number of calls, and the statistics of the SRT time is calculated.
120
Statistics
Each row in the list shows the statistical values for exactly one wireless network.
Name resolution will be done if selected in the window and if it is active for the MAC layer.
Only show existing networks will exclude probe requests with a SSID not matching any network from
the list.
The copy button will copy the list values to the clipboard in CSV (Comma Separated Values) format.
Tip!
This window will be updated frequently, so it will be useful, even if you open it before (or
while) you are doing a live capture.
121
Chapter 9. Telephony
9.1. Introduction
Wireshark provides a wide range of telephony related network statistics which can be accessed via the
Telephony menu.
These statistics range from specific signaling protocols, to analysis of signaling and media flows. If
encoded in a compatible encoding the media flow can even be played.
Starting with basic data as packet number and sequence number, further statistics are created based on
arrival time, delay, jitter, packet size, etc.
Besides the per packet statistics, the lower pane shows the overall statistics, with minimums and maximums
for delta, jitter and clock skew. Also an indication of lost packets is included.
The RTP Stream Analysis window further provides the option to save the RTP payload (as raw data or, if in
a PCM encoding, in an Audio file). Other options a to export and plot various statistics on the RTP streams.
122
Telephony
The top pane shows statistics for common channels. Each row in the middle pane shows statistical
highlights for exactly one UE/C-RNTI. In the lower pane, you can see the for the currently selected UE/
C-RNTI the traffic broken down by individual channel.
123
Telephony
At the top, the check-box allows this window to include RLC PDUs found withing MAC PDUs or not.
This will affect both the PDUs counted as well as the display filters generated (see below).
The upper list shows summaries of each active UE. Each row in the lower list shows statistical highlights
for individual channels within the selected UE.
The lower part of the windows allows display filters to be generated and set for the selected channel. Note
that in the case of Acknowledged Mode channels, if a single direction is chosen, the generated filter will
show data in that direction and control PDUs in the opposite direction.
124
Chapter 10. Customizing Wireshark
10.1. Introduction
Wireshark's default behaviour will usually suit your needs pretty well. However, as you become more
familiar with Wireshark, it can be customized in various ways to suit your needs even better. In this chapter
we explore:
Wireshark supports a large number of command line parameters. To see what they are, simply enter the
command wireshark -h and the help information shown in Example 10.1, “Help information available
from Wireshark” (or something similar) should be printed.
125
Customizing Wireshark
Wireshark 1.3.2
Interactively dump and analyze network traffic.
See http://www.wireshark.org for more information.
Capture interface:
-i <interface> name or idx of interface (def: first non-loopback)
-f <capture filter> packet filter in libpcap filter syntax
-s <snaplen> packet snapshot length (def: 65535)
-p don't capture in promiscuous mode
-k start capturing immediately (def: do nothing)
-Q quit Wireshark after capturing
-S update packet display when new packets are captured
-l turn on automatic scrolling while -S is in use
-B <buffer size> size of kernel buffer (def: 1MB)
-y <link type> link layer type (def: first appropriate)
-D print list of interfaces and exit
-L print list of link-layer types of iface and exit
Processing:
-R <read filter> packet filter in Wireshark display filter syntax
-n disable all name resolutions (def: all enabled)
-N <name resolve flags> enable specific name resolution(s): "mntC"
User interface:
-C <config profile> start with specified configuration profile
-g <packet number> go to specified packet number after "-r"
-J <jump filter> jump to the first packet matching the (display) filter
-j search backwards for a matching packet after "-J"
-m <font> set the font name used for most text
-t ad|a|r|d|dd|e output format of time stamps (def: r: rel. to first)
-X <key>:<value> eXtension options, see man page for details
-z <statistics> show various statistics, see man page for details
Output:
-w <outfile|-> set the output filename (or '-' for stdout)
Miscellaneous:
-h display this help and exit
-v display version info and exit
-P <key>:<path> persconf:path - personal configuration files
persdata:path - personal data files
-o <name>:<value> ... override preference or recent setting
-K <keytab> keytab file to use for kerberos decryption
126
Customizing Wireshark
The first thing to notice is that issuing the command wireshark by itself will bring up Wireshark. However,
you can include as many of the command line parameters as you like. Their meanings are as follows ( in
alphabetical order ): XXX - is the alphabetical order a good choice? Maybe better task based?
-a <capture autostop condition> Specify a criterion that specifies when Wireshark is to stop writing
to a capture file. The criterion is of the form test:value, where test
is one of:
-b <capture ring buffer option> If a maximum capture file size was specified, this option causes
Wireshark to run in "ring buffer" mode, with the specified number
of files. In "ring buffer" mode, Wireshark will write to several
capture files. Their name is based on the number of the file and on
the creation date and time.
When the first capture file fills up, Wireshark will switch to writing
to the next file, until it fills up the last file, at which point it'll discard
the data in the first file (unless 0 is specified, in which case, the
number of files is unlimited) and start writing to that file and so on.
-B <capture buffer size (Win32 Win32 only: set capture buffer size (in MB, default is 1MB). This
only)> is used by the the capture driver to buffer packet data until that
data can be written to disk. If you encounter packet drops while
capturing, try to increase this size.
127
Customizing Wireshark
-c <capture packet count> This option specifies the maximum number of packets to capture
when capturing live data. It would be used in conjunction with the
-k option.
Note that "can capture" means that Wireshark was able to open
that device to do a live capture; if, on your system, a program
doing a network capture must be run from an account with special
privileges (for example, as root), then, if Wireshark is run with the
-D flag and is not run from such an account, it will not list any
interfaces.
-f <capture filter> This option sets the initial capture filter expression to be used when
capturing packets.
-g <packet number> After reading in a capture file using the -r flag, go to the given
packet number.
-i <capture interface> Set the name of the network interface or pipe to use for live packet
capture.
-J <jump filter> After reading in a capture file using the -r flag, jump to the first
packet which matches the filter expression. The filter expression is
in display filter format. If an exact match cannot be found the first
packet afterwards is selected.
-j Use this option after the -J option to search backwards for a first
packet to go to.
128
Customizing Wireshark
-L List the data link types supported by the interface and exit.
-m <font> This option sets the name of the font used for most text displayed
by Wireshark. XXX - add an example!
-N <name resolving flags> Turns on name resolving for particular types of addresses and port
numbers; the argument is a string that may contain the letters m
to enable MAC address resolution, n to enable network address
resolution, and t to enable transport-layer port number resolution.
This overrides -n if both -N and -n are present. The letter C enables
concurrent (asynchronous) DNS lookups.
-o <preference/recent settings> Sets a preference or recent value, overriding the default value and
any value read from a preference/recent file. The argument to the
flag is a string of the form prefname:value, where prefname is the
name of the preference (which is the same name that would appear
in the preference/recent file), and value is the value to which it
should be set. Multiple instances of -o <preference settings> can
be given on a single command line.
wireshark -o mgcp.display_dissect_tree:TRUE
wireshark -o mgcp.display_dissect_tree:TRUE -o
mgcp.udp.callagent_port:2627
Tip!
You can get a list of all available preference strings
from the preferences file, see Appendix A, Files and
Folders.
129
Customizing Wireshark
-p Don't put the interface into promiscuous mode. Note that the
interface might be in promiscuous mode for some other reason;
hence, -p cannot be used to ensure that the only traffic that is
captured is traffic sent to or from the machine on which Wireshark
is running, broadcast traffic, and multicast traffic to addresses
received by that machine.
-P <path setting> Special path settings usually detected automatically. This is used
for special cases, e.g. starting Wireshark from a known location on
an USB stick.
-r <infile> This option provides the name of a capture file for Wireshark to read
and display. This capture file can be in one of the formats Wireshark
understands.
-R <read (display) filter> This option specifies a display filter to be applied when reading
packets from a capture file. The syntax of this filter is that of the
display filters discussed in Section 6.3, “Filtering packets while
viewing”. Packets not matching the filter are discarded.
-s <capture snaplen> This option specifies the snapshot length to use when capturing
packets. Wireshark will only capture <snaplen> bytes of data for
each packet.
-t <time stamp format> This option sets the format of packet timestamps that are displayed
in the packet list window. The format can be one of:
130
Customizing Wireshark
-w <savefile> This option sets the name of the savefile to be used when saving
a capture file.
-y <capture link type> If a capture is started from the command line with -k, set the data
link type to use while capturing packets. The values reported by -
L are the values that can be used.
-z <statistics-string> Get Wireshark to collect various types of statistics and display the
result in a window that updates in semi-real time. XXX - add more
details here!
Tip!
You will find a lot of Coloring Rule examples at the Wireshark Wiki Coloring Rules page
at http://wiki.wireshark.org/ColoringRules.
There are two types of coloring rules in Wireshark. Temporary ones that are only used until you quit the
program. And permanent ones that will be saved to a preference file so that they are available on a next
session.
Temporary coloring rules can be added by selecting a packet and pressing the <ctrl> key together with one
of the number keys. This will create a coloring rule based on the currently selected conversation. It will
try to create a conversation filter based on TCP first, then UDP, then IP and at last Ethernet. Temporary
filters can also be created by selecting the "Colorize with Filter > Color X" menu items when rightclicking
in the packet-detail pane.
To permanently colorize packets, select the Coloring Rules... menu item from the View menu; Wireshark
will pop up the "Coloring Rules" dialog box as shown in Figure 10.1, “The "Coloring Rules" dialog box”.
131
Customizing Wireshark
Once the Coloring Rules dialog box is up, there are a number of buttons you can use, depending on whether
or not you have any color filters installed already.
Note!
You will need to carefully select the order the coloring rules are listed as they are applied
in order from top to bottom. So, more specific rules need to be listed before more general
rules. For example, if you have a color rule for UDP before the one for DNS, the color rule
for DNS will never be applied (as DNS uses UDP, so the UDP rule will match first).
If this is the first time you have used Coloring Rules, click on the New button which will bring up the Edit
color filter dialog box as shown in Figure 10.2, “The "Edit Color Filter" dialog box”.
In the Edit Color dialog box, simply enter a name for the color filter, and enter a filter string in the Filter
text field. Figure 10.2, “The "Edit Color Filter" dialog box” shows the values arp and arp which means
that the name of the color filter is arp and the filter will select protocols of type arp. Once you have
entered these values, you can choose a foreground and background color for packets that match the filter
expression. Click on Foreground color... or Background color... to achieve this and Wireshark will
pop up the Choose foreground/background color for protocol dialog box as shown in Figure 10.3, “The
"Choose color" dialog box”.
132
Customizing Wireshark
Select the color you desire for the selected packets and click on OK.
Note!
You must select a color in the colorbar next to the colorwheel to load values into the RGB
values. Alternatively, you can set the values to select the color you want.
Figure 10.4, “Using color filters with Wireshark” shows an example of several color filters being used in
Wireshark. You may not like the color choices, however, feel free to choose your own.
If you are uncertain which coloring rule actually took place for a specific packet, have a look at the
[Coloring Rule Name: ...] and [Coloring Rule String: ...] fields.
133
Customizing Wireshark
Each protocol has its own dissector, so dissecting a complete packet will typically involve several
dissectors. As Wireshark tries to find the right dissector for each packet (using static "routes" and heuristics
"guessing"), it might choose the wrong dissector in your specific case. For example, Wireshark won't know
if you use a common protocol on an uncommon TCP port, e.g. using HTTP on TCP port 800 instead of
the standard port 80.
There are two ways to control the relations between protocol dissectors: disable a protocol dissector
completely or temporarily divert the way Wireshark calls the dissectors.
Note!
Disabling a protocol will prevent information about higher-layer protocols from being
displayed. For example, suppose you disabled the IP protocol and selected a packet
containing Ethernet, IP, TCP, and HTTP information. The Ethernet information would be
displayed, but the IP, TCP and HTTP information would not - disabling IP would prevent it
and the other protocols from being displayed.
To enable/disable protocols select the Enabled Protocols... item from the Analyze menu; Wireshark will
pop up the "Enabled Protocols" dialog box as shown in Figure 10.5, “The "Enabled Protocols" dialog box”.
134
Customizing Wireshark
To disable or enable a protocol, simply click on it using the mouse or press the space bar when the protocol
is highlighted. Note that typing the first few letters of the protocol name when the Enabled Protocols dialog
box is active will temporarily open a search text box and automatically select the first matching protocol
name (if it exists).
Warning!
You have to use the Save button to save your settings. The OK or Apply buttons will not
save your changes permanently, so they will be lost when Wireshark is closed.
5. Apply: Apply the changes and keep the dialog box open.
6. Save: Save the settings to the disabled_protos, see Appendix A, Files and Folders for details.
135
Customizing Wireshark
Decode As is accessed by selecting the Decode As... item from the Analyze menu; Wireshark will pop up
the "Decode As" dialog box as shown in Figure 10.6, “The "Decode As" dialog box”.
The content of this dialog box depends on the selected packet when it was opened.
Warning!
The user specified decodes can not be saved. If you quit Wireshark, these settings will be lost.
3. Link/Network/Transport: Specify the network layer at which "Decode As" should take place.
Which of these pages are available depends on the content of the selected packet when this dialog
box is opened.
4. Show Current: Open a dialog box showing the current list of user specified decodes.
5. OK: Apply the currently selected decode and close the dialog box.
6. Apply: Apply the currently selected decode and keep the dialog box open.
136
Customizing Wireshark
10.5. Preferences
There are a number of preferences you can set. Simply select the Preferences... menu item from the Edit
menu; and Wireshark will pop up the Preferences dialog box as shown in Figure 10.8, “The preferences
dialog box”, with the "User Interface" page as default. On the left side is a tree where you can select the
page to be shown.
Note!
Preference settings are added frequently. For a recent explanation of the preference
pages and their settings have a look at the Wireshark Wiki Preferences page at http://
wiki.wireshark.org/Preferences.
Warning!
The OK or Apply button will not save the preference settings, you'll have to save the settings
by clicking the Save button.
• The OK button will apply the preferences settings and close the dialog.
• The Apply button will apply the preferences settings and keep the dialog open.
• The Save button will apply the preferences settings, save the settings on the hard disk and keep the
dialog open.
• The Cancel button will restore all preferences settings to the last saved state.
137
Customizing Wireshark
Each row contains options for each interface available on your computer.
138
Customizing Wireshark
• Default link-layer: each interface may provide several link-layer header types. The default link-layer
chosen here is the one used when you first start Wireshark. It is also possible to change this value in
Section 4.5, “The "Capture Options" dialog box” when you start a capture. For a detailed description,
see Section 4.9, “Link-layer header type”.
• Comment: a user provided description of the interface. This comment will be used as a description
instead of the operating system description.
• Hide?: enable this option to hide the interface from other parts of the program.
• Disabled Protocols (disabled_protos) (Section 10.4.1, “The "Enabled Protocols" dialog box”)
• K12 Protocols (k12_protos) (Section 10.10, “Tektronix K12xx/15 RF5 protocols Table”)
• PRES Users Context List (pres_context_list) (Section 10.11, “PRES Users Context List”)
• SMI Modules (smi_modules) (Section 10.13, “SMI (MIB and PIB) Modules”)
• SMI Paths (smi_paths) (Section 10.14, “SMI (MIB and PIB) Paths”)
• SNMP Enterprise Specific Trap Types (snmp_specific_traps) (Section 10.15, “SNMP Enterprise
Specific Trap Types”)
• User DLTs Table (user_dlts) (Section 10.17, “User DLTs protocol table”)
• Some recent settings (recent), such as pane sizes in the Main window (Section 3.3, “The Main
window”), column widths in the packet list (Section 3.17, “The "Packet List" pane”), all selections
in the "View" menu (Section 3.7, “The "View" menu”) and the last directory navigated to in the File
Open dialog.
139
Customizing Wireshark
Other configurations
All other configurations are stored in the personal configuration folder, and are common to
all profiles.
New This button adds a new profile to the profiles list. The name of the
created profile is "New profile" and can be changed in the Properties
field.
Copy This button adds a new profile to the profiles list, copying all
configuration from the profile currently selected in the list. The name
of the created profile is the same as the copied profile, with the text
"(copy)" applied. The name can be changed in the Properties field.
Delete This button deletes the selected profile, including all configuration
files used in this profile. It is not possible to delete the "Default"
profile.
Configuration Profiles You can select a configuration profile from this list (which will fill in
the profile name in the fields down at the bottom of the dialog box).
Profile name: You can change the name of the currently selected profile here.
Illegal characters
On Windows the profile name cannot start or end with
a period (.), and cannot contain any of the following
characters: \ / : * ? " < > |
140
Customizing Wireshark
OK This button saves all changes, applies the selected profile and closes
the dialog.
Apply This button saves all changes, applies the selected profile and keeps
the dialog open.
Cancel Close this dialog. This will discard unsaved settings, new profiles will
not be added and deleted profiles will not be deleted.
Display Filter Macros can be managed with a Section 10.7, “User Table” by selecting Analyze # Display
Filter Macros from the menu. The User Table has the following fields
Text The replacement text for the macro it uses $1, $2, $3, ... as the input arguments.
This table is handled by an Section 10.7, “User Table” with the following fields.
Database pathname This specifies a directory containing GeoIP data files. Any files beginning
with Geo and ending with .dat will be automatically loaded. A total of 8
files can be loaded.
The locations for your data files are up to you, but /usr/share/GeoIP
(Linux), C:\GeoIP (Windows), C:\Program Files\Wireshark
\GeoIP (Windows) might be good choices.
141
Customizing Wireshark
Stk file to protocol matching is handled by an Section 10.7, “User Table” with the following fields.
Match string A partial match for an stk filename, the first match wins, so if you have a specific case
and a general one the specific one must appear first in the list.
Protocol This is the name of the encapsulating protocol (the lowest layer in the packet data) it
can be either just the name of the protocol (e.g. mtp2, eth_witoutfcs, sscf-nni ) or the
name of the encapsulation protocol and the "application" protocol over it separated
by a colon (e.g sscop:sscf-nni, sscop:alcap, sscop:nbap, ...)
This table is handled by an Section 10.7, “User Table” with the following fields.
Context Id An Integer representing the presentation context identifier for which this
association is valid.
Syntax Name OID The object identifier representing the abstract syntax name, which defines the
protocol that is carried over this association.
This table is handled by an Section 10.7, “User Table” with the following fields.
Network Indicator An Integer representing the network indicator for which this association is
valid.
Called DPCs An range of integers representing the dpcs for which this association is valid.
Called SSNs An range of integers representing the ssns for which this association is valid.
142
Customizing Wireshark
This table is handled by an Section 10.7, “User Table” with the following fields.
Enterprise OID The object identifier representing the object generating the trap.
This table is handled by an Section 10.7, “User Table” with the following fields.
Engine ID If given this entry will be used only for packets whose engine id is this.
This field takes an hexadecimal string in the form 0102030405.
Username This is the userName. When a single user has more than one password
for different SNMP-engines the first entry to match both is taken, if you
need a catch all engine-id (empty) that entry should be the last one.
Privacy password The privacy password. Use '\xDD' for unprintable characters. An
hexadecimal password must be entered as a sequence of '\xDD' characters.
For example the hex password 010203040506 must be entered as
'\x01\x02\x03\x04\x05\x06'.
This table is handled by an Section 10.7, “User Table” with the following fields.
Payload protocol This is the name of the payload protocol (the lowest layer in the packet data).
(e.g. "eth" for ethernet, "ip" for IPv4)
143
Customizing Wireshark
Header size If there is a header protocol (before the payload protocol) this tells which size
this header is. A value of 0 disables the header protocol.
Header protocol The name of the header protocol to be used (uses "data" as default).
Trailer size If there is a trailer protocol (after the payload protocol) this tells which size this
trailer is. A value of 0 disables the trailer protocol.
Trailer protocol The name of the trailer protocol to be used (uses "data" as default).
This table is handled by an Section 10.7, “User Table” with the following fields.
Initiator's SPI Initiator's SPI of the IKE_SA. This field takes hexadecimal string without
"0x" prefix and the length must be 16 hex chars (represents 8 octets).
Responder's SPI Responder's SPI of the IKE_SA. This field takes hexadecimal string
without "0x" prefix and the length must be 16 hex chars (represents 8
octets).
SK_ai Key used to calculate Integrity Checksum Data for IKEv2 packets from
responder to initiator. This field takes hexadecimal string without "0x"
prefix and its length must meet the requirement of the integrity algorithm
selected.
SK_ar Key used to calculate Integrity Checksum Data for IKEv2 packets from
initiator to responder. This field takes hexadecimal string without "0x"
prefix and its length must meet the requirement of the integrity algorithm
selected.
144
Chapter 11. Lua Support in Wireshark
11.1. Introduction
Wireshark has an embedded Lua interpreter. Lua is a powerful light-weight programming language
designed for extending applications. Lua is designed and implemented by a team at PUC-Rio, the Pontifical
Catholic University of Rio de Janeiro in Brazil. Lua was born and raised at Tecgraf, the Computer Graphics
Technology Group of PUC-Rio, and is now housed at Lua.org. Both Tecgraf and Lua.org are laboratories
of the Department of Computer Science.
Wireshark's Lua interpreter starts by loading init.lua that is located in the global configuration directory
of Wireshark. Lua is disabled by default by setting the variable disable_lua to true in init.lua. To enable
lua the line that sets that variable must be removed or commented out.
After loading init.lua from the data directory if lua is enabled Wireshark will try to load a file named
init.lua in the user's directory.
Wireshark will also load all files with .lua suffix from both the global and the personal plugins directory.
The command line option -X lua_script:<file.lua> can be used to load lua scripts as well.
The Lua code will be executed once after all the protocols have being initialized and before reading any file.
local vs_protos = {
[2] = "mtp2",
[3] = "mtp3",
[4] = "alcap",
[5] = "h248",
[6] = "ranap",
[7] = "rnsap",
[8] = "nbap"
}
local protos = {
[2] = Dissector.get("mtp2"),
[3] = Dissector.get("mtp3"),
[4] = Dissector.get("alcap"),
[5] = Dissector.get("h248"),
[6] = Dissector.get("ranap"),
[7] = Dissector.get("rnsap"),
[8] = Dissector.get("nbap"),
[9] = Dissector.get("rrc"),
145
Lua Support in Wireshark
function p_multi.dissector(buf,pkt,root)
local t = root:add(p_multi,buf(0,2))
t:add(f_proto,buf(0,1))
t:add(f_dir,buf(1,1))
end
wtap_encap_table:add(wtap.USER15,p_multi)
wtap_encap_table:add(wtap.USER12,p_multi)
udp_encap_table:add(7555,p_multi)
end
do
local function menuable_tap()
-- Declare the window we will use
local tw = TextWindow.new("Address Counter")
function remove()
-- this way we remove the listener than otherwise will remain running indifinitelly
tap:remove();
end
ips[tostring(pinfo.src)] = src + 1
ips[tostring(pinfo.dst)] = dst + 1
146
Lua Support in Wireshark
end
-- this function will be called once every few seconds to update our window
function tap.draw(t)
tw:clear()
for ip,num in pairs(ips) do
tw:append(ip .. "\t" .. num .. "\n");
end
end
11.4.1.1.1.1. Arguments
11.4.1.1.1.2. Returns
11.4.1.1.1.3. Errors
11.4.1.1.2. dumper:close()
Closes a dumper
11.4.1.1.2.1. Errors
147
Lua Support in Wireshark
11.4.1.1.3. dumper:flush()
Writes all unsaved data of a dumper to the disk.
11.4.1.1.4.1. Arguments
11.4.1.1.5. dumper:new_for_current([filetype])
Creates a capture file using the same encapsulation as the one of the cuurrent packet
11.4.1.1.5.1. Arguments
11.4.1.1.5.2. Returns
11.4.1.1.5.3. Errors
11.4.1.1.6. dumper:dump_current()
Dumps the current packet as it is.
11.4.1.1.6.1. Errors
11.4.1.2. PseudoHeader
A pseudoheader to be used to save captured frames.
11.4.1.2.1. PseudoHeader.none()
Creates a "no" pseudoheader.
11.4.1.2.1.1. Returns
A null pseudoheader
11.4.1.2.2. PseudoHeader.eth([fcslen])
Creates an ethernet pseudoheader
11.4.1.2.2.1. Arguments
148
Lua Support in Wireshark
11.4.1.2.2.2. Returns
11.4.1.2.3.1. Arguments
11.4.1.2.3.2. Returns
11.4.1.2.4. PseudoHeader.mtp2()
Creates an MTP2 PseudoHeader
11.4.1.2.4.1. Returns
11.4.2.1.1. Field.new(fieldname)
Create a Field extractor
11.4.2.1.1.1. Arguments
11.4.2.1.1.2. Returns
11.4.2.1.1.3. Errors
149
Lua Support in Wireshark
11.4.2.1.2. field:__call()
Obtain all values (see FieldInfo) for this field.
11.4.2.1.2.1. Returns
11.4.2.1.2.2. Errors
11.4.2.2. FieldInfo
An extracted Field
11.4.2.2.1. fieldinfo:__len()
Obtain the Length of the field
11.4.2.2.2. fieldinfo:__unm()
Obtain the Offset of the field
11.4.2.2.3. fieldinfo:__call()
Obtain the Value of the field
11.4.2.2.4. fieldinfo:__tostring()
The string representation of the field
11.4.2.2.5. fieldinfo:__eq()
Checks whether lhs is within rhs
11.4.2.2.5.1. Errors
11.4.2.2.6. fieldinfo:__le()
Checks whether the end byte of lhs is before the end of rhs
11.4.2.2.7. fieldinfo:__lt()
Checks whether the end byte of rhs is before the beginning of rhs
11.4.2.2.7.1. Errors
11.4.2.2.8. fieldinfo.name
The name of this field
150
Lua Support in Wireshark
11.4.2.2.9. fieldinfo.label
The string representing this field
11.4.2.2.10. fieldinfo.value
The value of this field
11.4.2.2.11. fieldinfo.len
The length of this field
11.4.2.2.12. fieldinfo.offset
The offset of this field
11.4.2.3.1.1. Errors
11.4.3.1.1.1. Arguments
11.4.3.1.1.2. Returns
11.4.3.1.2.1. Arguments
151
Lua Support in Wireshark
11.4.3.1.2.2. Errors
11.4.3.1.3. progdlg:stopped()
Checks wheher the user has pressed the stop button.
11.4.3.1.3.1. Returns
11.4.3.1.3.2. Errors
11.4.3.1.4. progdlg:close()
Appends text
11.4.3.1.4.1. Errors
11.4.3.2. TextWindow
Manages a text window.
11.4.3.2.1. TextWindow.new([title])
Creates a new TextWindow.
11.4.3.2.1.1. Arguments
11.4.3.2.1.2. Returns
11.4.3.2.2. textwindow:set_atclose(action)
Set the function that will be called when the window closes
11.4.3.2.2.1. Arguments
11.4.3.2.2.2. Returns
11.4.3.2.2.3. Errors
152
Lua Support in Wireshark
11.4.3.2.3. textwindow:set(text)
Sets the text.
11.4.3.2.3.1. Arguments
11.4.3.2.3.2. Returns
11.4.3.2.3.3. Errors
11.4.3.2.4. textwindow:append(text)
Appends text
11.4.3.2.4.1. Arguments
11.4.3.2.4.2. Returns
11.4.3.2.4.3. Errors
11.4.3.2.5. textwindow:prepend(text)
Prepends text
11.4.3.2.5.1. Arguments
11.4.3.2.5.2. Returns
11.4.3.2.5.3. Errors
11.4.3.2.6. textwindow:clear()
Erases all text in the window.
11.4.3.2.6.1. Returns
11.4.3.2.6.2. Errors
153
Lua Support in Wireshark
11.4.3.2.7. textwindow:get_text()
Get the text of the window
11.4.3.2.7.1. Returns
11.4.3.2.7.2. Errors
11.4.3.2.8. textwindow:set_editable([editable])
Make this window editable
11.4.3.2.8.1. Arguments
11.4.3.2.8.2. Returns
11.4.3.2.8.3. Errors
11.4.3.2.9.2. Returns
11.4.3.2.9.3. Errors
11.4.3.3.1.1. Returns
154
Lua Support in Wireshark
11.4.3.3.2.1. Arguments
name The name of the menu item. The submenus are to be separated by '/'s. (string)
action The function to be called when the menu item is invoked. (function taking no
arguments and returning nothing)
group (optional) The menu group into which the menu item is to be
inserted. If omitted, defaults to MENU_STAT_GENERIC. One
of MENU_STAT_UNSORTED (Statistics), MENU_STAT_GENERIC
(Statistics, first section), MENU_STAT_CONVERSATION (Statistics/
Conversation List), MENU_STAT_ENDPOINT (Statistics/Endpoint
List), MENU_STAT_RESPONSE (Statistics/Service Response Time),
MENU_STAT_TELEPHONY (Telephony), MENU_ANALYZE (Analyze),
MENU_ANALYZE_CONVERSATION (Analyze/Conversation Filter),
MENU_TOOLS_UNSORTED (Tools). (number)
11.4.3.3.3.1. Arguments
11.4.3.3.3.2. Errors
11.4.3.3.4. retap_packets()
Rescan all packets and just run taps - don't reconstruct the display.
11.4.3.3.5. copy_to_clipboard(text)
Copy a string into the clipboard
11.4.3.3.5.1. Arguments
11.4.3.3.6.1. Arguments
155
Lua Support in Wireshark
11.4.3.3.7. set_filter(text)
Set the main filter text
11.4.3.3.7.1. Arguments
11.4.3.3.8. apply_filter()
Apply the filter in the main filter box
11.4.3.3.9. reload()
Reload the current capture file
11.4.3.3.10. browser_open_url(url)
Open an url in a browser
11.4.3.3.10.1. Arguments
11.4.3.3.11. browser_open_data_file(filename)
Open an file in a browser
11.4.3.3.11.1. Arguments
11.4.4.1.1.1. Arguments
filter (optional) A filter that when matches the tap.packet function gets called (use nil to be
called for every packet)
11.4.4.1.1.2. Returns
11.4.4.1.1.3. Errors
156
Lua Support in Wireshark
11.4.4.1.2. listener:remove()
Removes a tap listener
11.4.4.1.3. listener.packet
A function that will be called once every packet matches the Listener listener filter. function
tap.packet(pinfo,tvb,userdata) ... end
11.4.4.1.4. listener.draw
A function that will be called once every few seconds to redraw the gui objects in tshark this funtion is
called oly at the very end of the capture file. function tap.draw(userdata) ... end
11.4.4.1.5. listener.reset
A function that will be called at the end of the capture run. function tap.reset(userdata) ... end
11.4.5.1.1. Address.ip(hostname)
Creates an Address Object representing an IP address.
11.4.5.1.1.1. Arguments
11.4.5.1.1.2. Returns
11.4.5.1.2. address:__tostring()
11.4.5.1.2.1. Returns
11.4.5.1.3. address:__eq()
Compares two Addresses
11.4.5.1.4. address:__le()
Compares two Addresses
11.4.5.1.5. address:__lt()
Compares two Addresses
11.4.5.2. Column
A Column in the packet list
157
Lua Support in Wireshark
11.4.5.2.1. column:__tostring()
11.4.5.2.1.1. Returns
11.4.5.2.2. column:clear()
Clears a Column
11.4.5.2.3. column:set(text)
Sets the text of a Column
11.4.5.2.3.1. Arguments
11.4.5.2.4. column:append(text)
Appends text to a Column
11.4.5.2.4.1. Arguments
11.4.5.2.5. column:preppend(text)
Prepends text to a Column
11.4.5.2.5.1. Arguments
11.4.5.3. Columns
The Columns of the packet list.
11.4.5.3.1. columns:__tostring()
11.4.5.3.1.1. Returns
11.4.5.3.2.1. Arguments
11.4.5.4. Pinfo
Packet information
158
Lua Support in Wireshark
11.4.5.4.1. pinfo.number
The number of this packet in the current file
11.4.5.4.2. pinfo.len
The length of the frame
11.4.5.4.3. pinfo.caplen
The captured length of the frame
11.4.5.4.4. pinfo.abs_ts
When the packet was captured
11.4.5.4.5. pinfo.rel_ts
Number of seconds passed since beginning of capture
11.4.5.4.6. pinfo.delta_ts
Number of seconds passed since the last captured packet
11.4.5.4.7. pinfo.delta_dis_ts
Number of seconds passed since the last displayed packet
11.4.5.4.8. pinfo.visited
Whether this packet hass been already visited
11.4.5.4.9. pinfo.src
Source Address of this Packet
11.4.5.4.10. pinfo.dst
Destination Address of this Packet
11.4.5.4.11. pinfo.lo
lower Address of this Packet
11.4.5.4.12. pinfo.hi
higher Address of this Packet
11.4.5.4.13. pinfo.dl_src
Data Link Source Address of this Packet
11.4.5.4.14. pinfo.dl_dst
Data Link Destination Address of this Packet
159
Lua Support in Wireshark
11.4.5.4.15. pinfo.net_src
Network Layer Source Address of this Packet
11.4.5.4.16. pinfo.net_dst
Network Layer Destination Address of this Packet
11.4.5.4.17. pinfo.ptype
Type of Port of .src_port and .dst_port
11.4.5.4.18. pinfo.src_port
Source Port of this Packet
11.4.5.4.19. pinfo.dst_port
Source Address of this Packet
11.4.5.4.20. pinfo.ipproto
IP Protocol id
11.4.5.4.21. pinfo.circuit_id
For circuit based protocols
11.4.5.4.22. pinfo.match
Port/Data we are matching
11.4.5.4.23. pinfo.curr_proto
Which Protocol are we dissecting
11.4.5.4.24. pinfo.columns
Accesss to the packet list columns
11.4.5.4.25. pinfo.cols
Accesss to the packet list columns (equivalent to pinfo.columns)
11.4.5.4.26. pinfo.desegment_len
Estimated number of additional bytes required for completing the PDU
11.4.5.4.27. pinfo.desegment_offset
Offset in the tvbuff at which the dissector will continue processing when next called
11.4.5.4.28. pinfo.private_data
Access to private data
160
Lua Support in Wireshark
11.4.6.1.1. Dissector.get(name)
Obtains a dissector reference by name
11.4.6.1.1.1. Arguments
11.4.6.1.1.2. Returns
11.4.6.1.2.1. Arguments
11.4.6.2. DissectorTable
A table of subdissectors of a particular protocol (e.g. TCP subdissectors like http, smtp, sip are added to
table "tcp.port"). Useful to add more dissectors to a table so that they appear in the Decode As... dialog.
11.4.6.2.1.1. Arguments
uiname (optional) The name of the table in the User Interface (defaults to the name given).
11.4.6.2.1.2. Returns
11.4.6.2.2. DissectorTable.get(tablename)
Obtain a reference to an existing dissector table.
161
Lua Support in Wireshark
11.4.6.2.2.1. Arguments
11.4.6.2.2.2. Returns
The DissectorTable
11.4.6.2.3.1. Arguments
pattern The pattern to match (either an integer or a string depending on the table's type).
11.4.6.2.4.1. Arguments
pattern The pattern to match (either an integer or a string depending on the table's type).
11.4.6.2.5.1. Arguments
pattern The pattern to be matched (either an integer or a string depending on the table's type).
11.4.6.2.6. dissectortable:get_dissector(pattern)
Try to obtain a dissector from a table.
11.4.6.2.6.1. Arguments
pattern The pattern to be matched (either an integer or a string depending on the table's type).
11.4.6.2.6.2. Returns
11.4.6.3. Pref
A preference of a Protocol.
162
Lua Support in Wireshark
11.4.6.3.1.1. Arguments
label The Label (text in the right side of the preference input) for this preference
11.4.6.3.2.1. Arguments
label The Label (text in the right side of the preference input) for this preference
11.4.6.3.3.1. Arguments
label The Label (text in the right side of the preference input) for this preference
11.4.6.3.4.1. Arguments
label The Label (text in the right side of the preference input) for this preference
11.4.6.3.5.1. Arguments
label The Label (text in the right side of the preference input) for this preference
163
Lua Support in Wireshark
11.4.6.3.6.1. Arguments
11.4.6.4. Prefs
The table of preferences of a protocol
11.4.6.4.1.1. Arguments
11.4.6.4.1.2. Errors
11.4.6.4.2. prefs:__index(name)
Get the value of a preference setting
11.4.6.4.2.1. Arguments
11.4.6.4.2.2. Returns
11.4.6.4.2.3. Errors
11.4.6.5. Proto
A new protocol in wireshark. Protocols have more uses, the main one is to dissect a protocol. But they can
be just dummies used to register preferences for other purposes.
164
Lua Support in Wireshark
11.4.6.5.1.2. Returns
11.4.6.5.2. proto.dissector
The protocol's dissector, a function you define
11.4.6.5.3. proto.fields
The Fields Table of this dissector
11.4.6.5.4. proto.prefs
The preferences of this dissector
11.4.6.5.5. proto.init
The init routine of this dissector, a function you define
11.4.6.5.6. proto.name
The name given to this dissector
11.4.6.6. ProtoField
A Protocol field (to be used when adding items to the dissection tree)
11.4.6.6.1.1. Arguments
name Actual name of the field (the string that appears in the tree).
abbr Filter name of the field (the string that is used in filters).
165
Lua Support in Wireshark
11.4.6.6.1.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
valuestring (optional) A table containing the text that corresponds to the values
11.4.6.6.2.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
valuestring (optional) A table containing the text that corresponds to the values
11.4.6.6.3.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
valuestring (optional) A table containing the text that corresponds to the values
166
Lua Support in Wireshark
11.4.6.6.4.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
valuestring (optional) A table containing the text that corresponds to the values
11.4.6.6.5.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
valuestring (optional) A table containing the text that corresponds to the values
11.4.6.6.6.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
valuestring (optional) A table containing the text that corresponds to the values
167
Lua Support in Wireshark
11.4.6.6.7.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
valuestring (optional) A table containing the text that corresponds to the values
11.4.6.6.8.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
valuestring (optional) A table containing the text that corresponds to the values
11.4.6.6.9.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
valuestring (optional) A table containing the text that corresponds to the values
168
Lua Support in Wireshark
11.4.6.6.10.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
valuestring (optional) A table containing the text that corresponds to the values
11.4.6.6.11.2. Returns
11.4.6.6.12.1. Arguments
name (optional) Actual name of the field (the string that appears in the tree)
valuestring (optional) A table containing the text that corresponds to the values
11.4.6.6.12.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
169
Lua Support in Wireshark
11.4.6.6.13.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
11.4.6.6.14.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
11.4.6.6.15.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
11.4.6.6.16.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
170
Lua Support in Wireshark
11.4.6.6.17.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
11.4.6.6.18.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
11.4.6.6.19.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
11.4.6.6.20.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
11.4.6.6.21.2. Returns
171
Lua Support in Wireshark
name (optional) Actual name of the field (the string that appears in the tree)
11.4.6.6.22.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
11.4.6.6.23.2. Returns
name (optional) Actual name of the field (the string that appears in the tree)
11.4.6.6.24.2. Returns
11.4.6.7.1.1. Arguments
172
Lua Support in Wireshark
11.4.7.1.1. treeitem:add()
Adds an child item to a given item, returning the child. tree_item:add([proto_field | proto], [tvbrange],
[label], ...) if the proto_field represents a numeric value (int, uint or float) is to be treated as a Big Endian
(network order) Value.
11.4.7.1.1.1. Returns
11.4.7.1.2. treeitem:add_le()
Adds (and returns) an child item to a given item, returning the child. tree_item:add([proto_field | proto],
[tvbrange], [label], ...) if the proto_field represents a numeric value (int, uint or float) is to be treated as
a Little Endian Value.
11.4.7.1.2.1. Returns
11.4.7.1.3. treeitem:set_text(text)
Sets the text of the label
11.4.7.1.3.1. Arguments
11.4.7.1.4. treeitem:append_text(text)
Appends text to the label
11.4.7.1.4.1. Arguments
11.4.7.1.5.1. Arguments
11.4.7.1.6.1. Arguments
173
Lua Support in Wireshark
11.4.7.1.7. treeitem:set_generated()
Marks the TreeItem as a generated field (with data infered but not contained in the packet).
11.4.7.1.8. treeitem:set_hidden()
Should not be used
11.4.7.1.9. treeitem:set_len(len)
Set TreeItem's length inside tvb, after it has already been created.
11.4.7.1.9.1. Arguments
11.4.8.1.1.1. Arguments
hexbytes (optional) A string consisting of hexadecimal bytes like "00 B1 A2" or "1a2b3c4d"
11.4.8.1.1.2. Returns
11.4.8.1.2.1. Arguments
11.4.8.1.2.2. Returns
11.4.8.1.2.3. Errors
11.4.8.1.3. bytearray:prepend(prepended)
Prepend a ByteArray to this ByteArray
174
Lua Support in Wireshark
11.4.8.1.3.1. Arguments
11.4.8.1.3.2. Errors
11.4.8.1.4. bytearray:append(appended)
Append a ByteArray to this ByteArray
11.4.8.1.4.1. Arguments
11.4.8.1.4.2. Errors
11.4.8.1.5. bytearray:set_size(size)
Sets the size of a ByteArray, either truncating it or filling it with zeros.
11.4.8.1.5.1. Arguments
11.4.8.1.5.2. Errors
11.4.8.1.6.1. Arguments
11.4.8.1.7. bytearray:get_index(index)
Get the value of a byte in a ByteArray
11.4.8.1.7.1. Arguments
11.4.8.1.7.2. Returns
11.4.8.1.8. bytearray:len()
Obtain the length of a ByteArray
175
Lua Support in Wireshark
11.4.8.1.8.1. Returns
11.4.8.1.9.1. Arguments
11.4.8.1.9.2. Returns
11.4.8.2. Int
Int64 represents a 64 bit integer. Lua uses one single number representation which can be chosen at compile
time and since it is often set to IEEE 754 double precision floating point, we cannot store a 64 bit integer
with full precision. For details, see: http://lua-users.org/wiki/FloatingPoint
11.4.8.3. Tvb
A Tvb represents the packet's buffer. It is passed as an argument to listeners and dissectors, and can be
used to extract information (via TvbRange) from the packet's data. Beware that Tvbs are usable only by the
current listener or dissector call and are destroyed as soon as the listener/dissector returns, so references to
them are unusable once the function has returned. To create a tvbrange the tvb must be called with offset
and length as optional arguments ( the offset defaults to 0 and the length to tvb:len() )
11.4.8.3.1.1. Arguments
11.4.8.3.1.2. Returns
11.4.8.3.2. Tvb.tvb(range)
Creates a (sub)Tvb from using a TvbRange
11.4.8.3.2.1. Arguments
176
Lua Support in Wireshark
11.4.8.3.3. tvb:__tostring()
Convert the bytes of a Tvb into a string, to be used for debugging purposes as '...' will be appended in
case the string is too long.
11.4.8.3.3.1. Returns
The string.
11.4.8.3.4. tvb:len()
Obtain the length of a TVB
11.4.8.3.4.1. Returns
11.4.8.3.5. tvb:offset()
Returns the raw offset (from the beginning of the source Tvb) of a sub Tvb.
11.4.8.3.5.1. Returns
11.4.8.3.6. tvb:__call()
Equivalent to tvb:range(...)
11.4.8.3.7. wslua:__concat()
Concatenate two objects to a string
11.4.8.4. TvbRange
A TvbRange represents an usable range of a Tvb and is used to extract data from the Tvb that generated it
TvbRanges are created by calling a tvb (e.g. tvb(offset,length)). If the TvbRange span is outside the Tvb's
range the creation will cause a runtime error.
11.4.8.4.1.1. Arguments
offset (optional) The offset (in octets) from the begining of the Tvb. Defaults to 0.
length (optional) The length (in octets) of the range. Defaults to until the end of the Tvb.
11.4.8.4.1.2. Returns
The TvbRange
11.4.8.4.2. tvbrange:uint()
Get a Big Endian (network order) unsigned integer from a TvbRange. The range must be 1, 2, 3 or 4
octets long.
177
Lua Support in Wireshark
11.4.8.4.2.1. Returns
11.4.8.4.3. tvbrange:le_uint()
Get a Little Endian unsigned integer from a TvbRange. The range must be 1, 2, 3 or 4 octets long.
11.4.8.4.3.1. Returns
11.4.8.4.4. tvbrange:uint64()
Get a Big Endian (network order) unsigned 64 bit integer from a TvbRange. The range must be 1-8 octets
long.
11.4.8.4.5. tvbrange:le_uint64()
Get a Little Endian unsigned 64 bit integer from a TvbRange. The range must be 1-8 octets long.
11.4.8.4.6. tvbrange:int()
Get a Big Endian (network order) signed integer from a TvbRange. The range must be 1, 2 or 4 octets long.
11.4.8.4.6.1. Returns
11.4.8.4.7. tvbrange:le_int()
Get a Little Endian signed integer from a TvbRange. The range must be 1, 2 or 4 octets long.
11.4.8.4.7.1. Returns
11.4.8.4.8. tvbrange:int64()
Get a Big Endian (network order) signed 64 bit integer from a TvbRange. The range must be 1-8 octets
long.
11.4.8.4.9. tvbrange:le_int64()
Get a Little Endian signed 64 bit integer from a TvbRange. The range must be 1-8 octets long.
11.4.8.4.10. tvbrange:float()
Get a Big Endian (network order) floating point number from a TvbRange. The range must be 4 or 8
octets long.
11.4.8.4.10.1. Returns
11.4.8.4.11. tvbrange:le_float()
Get a Little Endian floating point number from a TvbRange. The range must be 4 or 8 octets long.
178
Lua Support in Wireshark
11.4.8.4.11.1. Returns
11.4.8.4.12. tvbrange:ipv4()
Get an IPv4 Address from a TvbRange.
11.4.8.4.12.1. Returns
11.4.8.4.13. tvbrange:le_ipv4()
Get an Little Endian IPv4 Address from a TvbRange.
11.4.8.4.13.1. Returns
11.4.8.4.14. tvbrange:ether()
Get an Ethernet Address from a TvbRange.
11.4.8.4.14.1. Returns
11.4.8.4.14.2. Errors
11.4.8.4.15. tvbrange:string()
Obtain a string from a TvbRange
11.4.8.4.15.1. Returns
The string
11.4.8.4.16. tvbrange:stringz()
Obtain a zero terminated string from a TvbRange
11.4.8.4.16.1. Returns
11.4.8.4.17. tvbrange:bytes()
Obtain a ByteArray
11.4.8.4.17.1. Returns
The ByteArray
179
Lua Support in Wireshark
11.4.8.4.18.1. Arguments
position (optional) The bit offset from the begining of the TvbRange. Defaults to 0.
11.4.8.4.18.2. Returns
11.4.8.4.19.1. Arguments
offset (optional) The offset (in octets) from the begining of the TvbRange. Defaults to 0.
length (optional) The length (in octets) of the range. Defaults to until the end of the TvbRange.
11.4.8.4.19.2. Returns
The TvbRange
11.4.8.4.20. tvbrange:len()
Obtain the length of a TvbRange
11.4.8.4.21. tvbrange:offset()
Obtain the offset in a TvbRange
11.4.8.4.22. tvbrange:__tostring()
Converts the TvbRange into a string. As the string gets truncated you should use this only for debugging
purposes or if what you want is to have a truncated string in the format 67:89:AB:...
11.4.8.5. UInt
UInt64 represents a 64 bit unsigned integer.
11.4.9.1.1.1. Arguments
180
Lua Support in Wireshark
extension (optional) If given, only file with this extension will be returned
11.4.9.1.1.2. Returns
11.4.9.1.2. dir:__call()
At every invocation will return one file (nil when done)
11.4.9.1.3. dir:close()
Closes the directory
11.4.9.2.1.1. Arguments
11.4.9.2.1.2. Returns
11.4.9.2.2. format_time(timestamp)
Formats a relative timestamp in a human readable form
11.4.9.2.2.1. Arguments
11.4.9.2.2.2. Returns
11.4.9.2.3. report_failure(text)
Reports a failure to the user
11.4.9.2.3.1. Arguments
text Message
11.4.9.2.4. critical(...)
Will add a log entry with critical severity
11.4.9.2.4.1. Arguments
181
Lua Support in Wireshark
11.4.9.2.5. warn(...)
Will add a log entry with warn severity
11.4.9.2.5.1. Arguments
11.4.9.2.6. message(...)
Will add a log entry with message severity
11.4.9.2.6.1. Arguments
11.4.9.2.7. info(...)
Will add a log entry with info severity
11.4.9.2.7.1. Arguments
11.4.9.2.8. debug(...)
Will add a log entry with debug severity
11.4.9.2.8.1. Arguments
11.4.9.2.9. loadfile(filename)
Lua's loadfile() has been modified so that if a file does not exist in the current directory it will look for
it in wireshark's user and system directories
11.4.9.2.9.1. Arguments
11.4.9.2.10. dofile(filename)
Lua's dofile() has been modified so that if a file does not exist in the current directory it will look for it
in wireshark's user and system directories
11.4.9.2.10.1. Arguments
11.4.9.2.11. persconffile_path([filename])
11.4.9.2.11.1. Arguments
11.4.9.2.11.2. Returns
182
Lua Support in Wireshark
11.4.9.2.12. datafile_path([filename])
11.4.9.2.12.1. Arguments
11.4.9.2.12.2. Returns
11.4.9.2.13.1. Arguments
argument Argument
183
Appendix A. Files and Folders
A.1. Capture Files
To understand which information will remain available after the captured packets are saved to a capture
file, it's helpful to know a bit about the capture file contents.
Wireshark uses the libpcap file format as the default format to save captured packets; this format has
existed for a long time and it's pretty simple. However, it has some drawbacks: it's not extensible and lacks
some information that would be really helpful (e.g. being able to add a comment to a packet such as "the
problems start here" would be really nice).
In addition to the libpcap format, Wireshark supports several different capture file formats. However, the
problems described above also applies for these formats.
A new capture file format "PCAP Next Generation Dump File Format" is currently under development,
which will fix these drawbacks. However, it still might take a while until the new file format is ready and
Wireshark can use it.
A detailed description of the libpcap file format can be found at: http://wiki.wireshark.org/Development/
LibpcapFileFormat
• name resolution information, see Section 7.7, “Name Resolution” for details
Warning!
The name resolution information is rebuilt each time Wireshark is restarted so this
information might even change when the capture file is reopened on the same machine
later!
184
Files and Folders
• ...
Tip
A list of the folders Wireshark actually uses can be found under the Folders tab in the dialog
box shown when you select About Wireshark from the Help menu.
The content format of the configuration files is the same on all platforms. However, to match the different
policies for Unix and Windows platforms, different folders are used for these files.
185
Files and Folders
186
Files and Folders
Windows folders
%APPDATA% points to the personal configuration folder, e.g.: C:\Documents
and Settings\<username>\Application Data (details can be found at:
Section A.3.1, “Windows profiles”),
Unix/Linux folders
The /etc folder is the global Wireshark configuration folder. The folder actually used on
your system may vary, maybe something like: /usr/local/etc.
variable: value
The settings from this file are read in at program start and written
to disk when you press the Save button in the "Preferences" dialog
box.
recent This file contains various GUI related settings like the main window
position and size, the recent files list and such. It is a simple text
file containing statements of the form:
variable: value
cfilters This file contains all the capture filters that you have defined and
saved. It consists of one or more lines, where each line has the
following format:
The settings from this file are read in at program start and written to
disk when you press the Save button in the "Capture Filters" dialog
box.
dfilters This file contains all the display filters that you have defined and
saved. It consists of one or more lines, where each line has the
following format:
187
Files and Folders
The settings from this file are read in at program start and written to
disk when you press the Save button in the "Display Filters" dialog
box.
colorfilters This file contains all the color filters that you have defined and
saved. It consists of one or more lines, where each line has the
following format:
The settings from this file are read in at program start and written to
disk when you press the Save button in the "Coloring Rules" dialog
box.
disabled_protos Each line in this file specifies a disabled protocol name. The
following are some examples:
tcp
udp
The settings from this file are read in at program start and written
to disk when you press the Save button in the "Enabled Protocols"
dialog box.
Each line in these files consists of one hardware address and name
separated by whitespace. The digits of hardware addresses are
separated by colons (:), dashes (-) or periods(.). The following are
some examples:
ff-ff-ff-ff-ff-ff Broadcast
c0-00-ff-ff-ff-ff TR_broadcast
00.2b.08.93.4b.a1 Freds_machine
The settings from this file are read in at program start and never
written by Wireshark.
manuf Wireshark uses the files listed in Table A.1, “Configuration files
and folders overview” to translate the first three bytes of an Ethernet
address into a manufacturers name. This file has the same format
as the ethers file, except addresses are three bytes long.
An example is:
The settings from this file are read in at program start and never
written by Wireshark.
188
Files and Folders
hosts Wireshark uses the files listed in Table A.1, “Configuration files
and folders overview” to translate IPv4 and IPv6 addresses into
names.
This file has the same format as the usual /etc/hosts file on Unix
systems.
An example is:
The settings from this file are read in at program start and never
written by Wireshark.
services Wireshark uses the files listed in Table A.1, “Configuration files
and folders overview” to translate port numbers into names.
An example is:
The settings from this file are read in at program start and never
written by Wireshark.
subnets Wireshark uses the files listed in Table A.1, “Configuration files
and folders overview” to translate an IPv4 address into a subnet
name. If no exact match from the hosts file or from DNS is found,
Wireshark will attempt a partial match for the subnet of the address.
An example is:
The settings from this file are read in at program start and never
written by Wireshark.
ipxnets Wireshark uses the files listed in Table A.1, “Configuration files
and folders overview” to translate IPX network numbers into
names.
189
Files and Folders
An example is:
C0.A8.2C.00 HR
c0-a8-1c-00 CEO
00:00:BE:EF IT_Server1
110f FileServer3
The settings from this file are read in at program start and never
written by Wireshark.
plugins folder Wireshark searches for plugins in the directories listed in Table A.1,
“Configuration files and folders overview”. They are searched in
the order listed.
temp folder If you start a new capture and don't specify a filename for it,
Wireshark uses this directory to store that file; see Section 4.8,
“Capture files and file modes”.
As already mentioned, you can find the currently used folders in the About Wireshark dialog.
Note!
If you've upgraded to a new Windows version, your profile might be kept in the former
location, so the defaults mentioned here might not apply.
The following guides you to the right place where to look for Wireshark's profile data.
Vista C:\Users\<username>\AppData\Roaming
\Wireshark
ME/98 - with enabled user In Windows ME and 98 you can enable separate user
profiles (no longer supported by profiles. In that case, something like: C:\windows\Profiles
Wireshark) \<username>\Application Data\Wireshark is used.
ME/98/95 (no longer supported The default in Windows ME/98/95 is: all users work with the
by Wireshark) same profile, which is located at: C:\windows\Application
Data\Wireshark
190
Files and Folders
As Wireshark is using the correct places to store its profile data, your settings will travel with you, if you
logon to a different computer the next time.
There is an exception to this: The "Local Settings" folder in your profile data (typically something like:
C:\Documents and Settings\<username>\Local Settings) will not be transferred to the
domain server. This is the default for temporary capture files.
NT 4 C:\TEMP
191
Appendix B. Protocols and Protocol
Fields
Wireshark distinguishes between protocols (e.g. tcp) and protocol fields (e.g. tcp.port).
A comprehensive list of all protocols and protocol fields can be found at: http://www.wireshark.org/docs/
dfref/
192
Appendix C. Wireshark Messages
Wireshark provides you with additional information generated out of the plain packet data or it may need
to indicate dissection problems. Messages generated by Wireshark are usually placed in [] parentheses.
• Wrong dissector: Wireshark erroneously has chosen the wrong protocol dissector for this packet. This
will happen e.g. if you are using a protocol not on its well known TCP or UDP port. You may try
Analyze|Decode As to circumvent this problem.
• Packet not reassembled: The packet is longer than a single frame and it is not reassembled, see
Section 7.6, “Packet Reassembling” for further details.
• Packet is malformed: The packet is actually wrong (malformed), meaning that a part of the packet is
just not as expected (not following the protocol specifications).
• Dissector is buggy: The corresponding protocol dissector is simply buggy or still incomplete.
Any of the above is possible. You'll have to look into the specific situation to determine the reason. You
could disable the dissector by disabling the protocol on the Analyze menu and check how Wireshark
displays the packet then. You could (if it's TCP) enable reassembly for TCP and the specific dissector
(if possible) in the Edit|Preferences menu. You could check the packet contents yourself by reading the
packet bytes and comparing it to the protocol specification. This could reveal a dissector bug. Or you could
find out that the packet is indeed wrong.
193
Wireshark Messages
194
Appendix D. Related command line
tools
D.1. Introduction
Besides the Wireshark GUI application, there are some command line tools which can be helpful for doing
some more specialized things. These tools will be described in this chapter.
However, the default tcpdump parameters result in a capture file where each packet is truncated, because
most versions of tcpdump, will, by default, only capture the first 68 or 96 bytes of each packet.
To ensure that you capture complete packets, use the following command:
You will have to specify the correct interface and the name of a file to save into. In addition, you will
have to terminate the capture with ^C when you believe you have captured enough packets.
Note!
tcpdump is not part of the Wireshark distribution. You can get it from: http://
www.tcpdump.org for various platforms.
Without any options set it will use the pcap library to capture traffic from the first available network
interface and write the received raw packet data, along with the packets' time stamps into a libpcap file.
195
Related command line tools
Packet capturing is performed with the pcap library. The capture filter syntax follows the rules of the pcap
library.
dumpcap -h
Dumpcap 1.1.4
Capture network packets and dump them into a libpcap file.
See http://www.wireshark.org for more information.
Capture interface:
-i <interface> name or idx of interface (def: first non-loopback)
-f <capture filter> packet filter in libpcap filter syntax
-s <snaplen> packet snapshot length (def: 65535)
-p don't capture in promiscuous mode
-B <buffer size> size of kernel buffer (def: 1MB)
-y <link type> link layer type (def: first appropriate)
-D print list of interfaces and exit
-L print list of link-layer types of iface and exit
-S print statistics for each interface once every second
-M for -D, -L, and -S produce machine-readable output
Stop conditions:
-c <packet count> stop after n packets (def: infinite)
-a <autostop cond.> ... duration:NUM - stop after NUM seconds
filesize:NUM - stop this file after NUM KB
files:NUM - stop after NUM files
Output (files):
-w <filename> name of file to save (def: tempfile)
-b <ringbuffer opt.> ... duration:NUM - switch to next file after NUM secs
filesize:NUM - switch to next file after NUM KB
files:NUM - ringbuffer: replace after NUM files
-n use pcapng format instead of pcap
Miscellaneous:
-v print version information and exit
-h display this help and exit
196
Related command line tools
$ capinfos -h
Capinfos 1.1.4
Prints information about capture files.
See http://www.wireshark.org for more information.
General:
-t display the capture file type
-E display the capture file encapsulation
Size:
-c display the number of packets
-s display the size of the file (in bytes)
-d display the total length of all packets (in bytes)
Time:
-u display the capture duration (in seconds)
-a display the capture start time
-e display the capture end time
Statistic:
-y display average data rate (in bytes/sec)
-i display average data rate (in bits/sec)
-z display average packet size (in bytes)
-x display average packet rate (in packets/sec)
Miscellaneous:
-h display this help and exit
197
Related command line tools
$ editcap -h
Editcap 1.1.4
Edit and/or translate the format of capture files.
See http://www.wireshark.org for more information.
Packet selection:
-r keep the selected packets; default is to delete them.
-A <start time> don't output packets whose timestamp is before the
given time (format as YYYY-MM-DD hh:mm:ss).
-B <stop time> don't output packets whose timestamp is after the
given time (format as YYYY-MM-DD hh:mm:ss).
Packet manipulation:
-s <snaplen> truncate each packet to max. <snaplen> bytes of data.
-C <choplen> chop each packet at the end by <choplen> bytes.
-t <time adjustment> adjust the timestamp of each packet;
<time adjustment> is in relative seconds (e.g. -0.5).
-E <error probability> set the probability (between 0.0 and 1.0 incl.)
that a particular packet byte will be randomly changed.
Output File(s):
-c <packets per file> split the packet output to different files
based on uniform packet counts
with a maximum of <packets per file> each.
-i <seconds per file> split the packet output to different files
based on uniform time intervals
with a maximum of <seconds per file> each.
-F <capture type> set the output file type; default is libpcap.
an empty "-F" option will list the file types.
-T <encap type> set the output file encapsulation type;
default is the same as the input file.
an empty "-T" option will list the encapsulation types.
Miscellaneous:
-h display this help and exit.
-v verbose output.
If -v is used with any of the 'Duplicate Packet
Removal' options (-d, -D or -w) then Packet lengths
and MD5 hashes are printed to standard-out.
198
Related command line tools
$ editcap -F
editcap: option requires an argument -- F
editcap: The available capture file types for "F":
libpcap - Wireshark/tcpdump/... - libpcap
nseclibpcap - Wireshark - nanosecond libpcap
modlibpcap - Modified tcpdump - libpcap
nokialibpcap - Nokia tcpdump - libpcap
rh6_1libpcap - RedHat 6.1 tcpdump - libpcap
suse6_3libpcap - SuSE 6.3 tcpdump - libpcap
5views - Accellent 5Views capture
dct2000 - Catapult DCT2000 trace (.out format)
nettl - HP-UX nettl trace
netmon1 - Microsoft NetMon 1.x
netmon2 - Microsoft NetMon 2.x
ngsniffer - NA Sniffer (DOS)
ngwsniffer_1_1 - NA Sniffer (Windows) 1.1
ngwsniffer_2_0 - NA Sniffer (Windows) 2.00x
niobserverv9 - Network Instruments Observer (V9)
lanalyzer - Novell LANalyzer
snoop - Sun snoop
rf5 - Tektronix K12xx 32-bit .rf5 format
visual - Visual Networks traffic capture
k12text - K12 text file
commview - TamoSoft CommView
pcapng - Wireshark - pcapng (experimental)
$ editcap -T
editcap: option requires an argument -- T
editcap: The available encapsulation types for "T":
ether - Ethernet
tr - Token Ring
slip - SLIP
ppp - PPP
fddi - FDDI
fddi-swapped - FDDI with bit-swapped MAC addresses
rawip - Raw IP
arcnet - ARCNET
arcnet_linux - Linux ARCNET
atm-rfc1483 - RFC 1483 ATM
linux-atm-clip - Linux ATM CLIP
lapb - LAPB
atm-pdus - ATM PDUs
atm-pdus-untruncated - ATM PDUs - untruncated
null - NULL
ascend - Lucent/Ascend access equipment
isdn - ISDN
ip-over-fc - RFC 2625 IP-over-Fibre Channel
ppp-with-direction - PPP with Directional Info
ieee-802-11 - IEEE 802.11 Wireless LAN
prism - IEEE 802.11 plus Prism II monitor mode header
ieee-802-11-radio - IEEE 802.11 Wireless LAN with radio information
ieee-802-11-radiotap - IEEE 802.11 plus radiotap WLAN header
ieee-802-11-avs - IEEE 802.11 plus AVS WLAN header
linux-sll - Linux cooked-mode capture
frelay - Frame Relay
frelay-with-direction - Frame Relay with Directional Info
chdlc - Cisco HDLC
ios - Cisco IOS internal
ltalk - Localtalk
199
Related command line tools
200
Related command line tools
By default, it writes the capture file in libpcap format, and writes all of the packets in the input capture
files to the output file. The -F flag can be used to specify the format in which to write the capture file; it can
write the file in libpcap format (standard libpcap format, a modified format used by some patched versions
of libpcap, the format used by Red Hat Linux 6.1, or the format used by SuSE Linux 6.3), snoop format,
uncompressed Sniffer format, Microsoft Network Monitor 1.x format, and the format used by Windows-
based versions of the Sniffer software.
Packets from the input files are merged in chronological order based on each frame's timestamp, unless
the -a flag is specified. Mergecap assumes that frames within a single capture file are already stored in
chronological order. When the -a flag is specified, packets are copied directly from each input file to the
output file, independent of each frame's timestamp.
If the -s flag is used to specify a snapshot length, frames in the input file with more captured data than
the specified snapshot length will have only the amount of data specified by the snapshot length written
to the output file. This may be useful if the program that is to read the output file cannot handle packets
larger than a certain size (for example, the versions of snoop in Solaris 2.5.1 and Solaris 2.6 appear to
reject Ethernet frames larger than the standard Ethernet MTU, making them incapable of handling gigabit
Ethernet captures if jumbo frames were used).
If the -T flag is used to specify an encapsulation type, the encapsulation type of the output capture file will
be forced to the specified type, rather than being the type appropriate to the encapsulation type of the input
capture file. Note that this merely forces the encapsulation type of the output file to be the specified type;
201
Related command line tools
the packet headers of the packets will not be translated from the encapsulation type of the input capture
file to the specified encapsulation type (for example, it will not translate an Ethernet capture to an FDDI
capture if an Ethernet capture is read and '-T fddi' is specified).
$ mergecap -h
Mergecap 1.1.4
Merge two or more capture files into one.
See http://www.wireshark.org for more information.
Output:
-a concatenate rather than merge files.
default is to merge based on frame timestamps.
-s <snaplen> truncate packets to <snaplen> bytes of data.
-w <outfile>|- set the output filename to <outfile> or '-' for stdout.
-F <capture type> set the output file type; default is libpcap.
an empty "-F" option will list the file types.
-T <encap type> set the output file encapsulation type;
default is the same as the first input file.
an empty "-T" option will list the encapsulation types.
Miscellaneous:
-h display this help and exit.
-v verbose output.
Text2pcap is a program that reads in an ASCII hex dump and writes the data described into a libpcap-
style capture file. text2pcap can read hexdumps with multiple packets in them, and build a capture file of
multiple packets. text2pcap is also capable of generating dummy Ethernet, IP and UDP headers, in order
to build fully processable packet dumps from hexdumps of application-level data only.
Text2pcap understands a hexdump of the form generated by od -A x -t x1. In other words, each byte is
individually displayed and surrounded with a space. Each line begins with an offset describing the position
in the file. The offset is a hex number (can also be octal - see -o), of more than two hex digits. Here is a
sample dump that text2pcap can recognize:
000000 00 e0 1e a7 05 6f 00 10 ........
000008 5a a0 b9 12 08 00 46 00 ........
000010 03 68 00 00 00 00 0a 2e ........
202
Related command line tools
000018 ee 33 0f 19 08 7f 0f 19 ........
000020 03 80 94 04 00 00 10 01 ........
000028 16 a2 0a 00 03 50 00 0c ........
000030 01 01 0f 19 03 80 11 01 ........
There is no limit on the width or number of bytes per line. Also the text dump at the end of the line is
ignored. Bytes/hex numbers can be uppercase or lowercase. Any text before the offset is ignored, including
email forwarding characters '>'. Any lines of text between the bytestring lines is ignored. The offsets are
used to track the bytes, so offsets must be correct. Any line which has only bytes without a leading offset
is ignored. An offset is recognized as being a hex number longer than two characters. Any text after the
bytes is ignored (e.g. the character dump). Any hex numbers in this text are also ignored. An offset of
zero is indicative of starting a new packet, so a single text file with a series of hexdumps can be converted
into a packet capture with multiple packets. Multiple packets are read in with timestamps differing by one
second each. In general, short of these restrictions, text2pcap is pretty liberal about reading in hexdumps
and has been tested with a variety of mangled outputs (including being forwarded through email multiple
times, with limited line wrap etc.)
There are a couple of other special features to note. Any line where the first non-whitespace character is
'#' will be ignored as a comment. Any line beginning with #TEXT2PCAP is a directive and options can be
inserted after this command to be processed by text2pcap. Currently there are no directives implemented;
in the future, these may be used to give more fine grained control on the dump and the way it should be
processed e.g. timestamps, encapsulation type etc.
Text2pcap also allows the user to read in dumps of application-level data, by inserting dummy L2, L3
and L4 headers before each packet. Possiblities include inserting headers such as Ethernet, Ethernet + IP,
Ethernet + IP + UDP, or Ethernet + Ip + TCP before each packet. This allows Wireshark or any other full-
packet decoder to handle these dumps.
203
Related command line tools
$ text2pcap -h
Text2pcap 1.1.4
Generate a capture file from an ASCII hexdump of packets.
See http://www.wireshark.org for more information.
Input:
-o hex|oct|dec parse offsets as (h)ex, (o)ctal or (d)ecimal; default is hex.
-t <timefmt> treats the text before the packet as a date/time code;
the specified argument is a format string of the sort
supported by strptime.
Example: The time "10:15:14.5476" has the format code
"%H:%M:%S."
NOTE: The subsecond component delimiter must be given
(.) but no pattern is required; the remaining number
is assumed to be fractions of a second.
NOTE: Date/time fields from the current date/time are
used as the default for unspecified fields.
Output:
-l <typenum> link-layer type number; default is 1 (Ethernet).
See the file net/bpf.h for list of numbers.
Use this option if your dump is a complete hex dump
of an encapsulated packet and you wish to specify
the exact type of encapsulation.
Example: -l 7 for ARCNet packets.
-m <max-packet> max packet length in output; default is 64000
Miscellaneous:
-h display this help and exit.
-d detailed debug of parser states.
-q generate no output at all (automatically turns off -d).
204
Related command line tools
idl2wrs basically parses the data struct given to it by the omniidl compiler, and using the GIOP API
available in packet-giop.[ch], generates get_CDR_xxx calls to decode the CORBA traffic on the wire.
idl2wrs A simple shell script wrapper that the end user should use to generate the
dissector from the IDL file(s).
I have also had comments/feedback that this tool would be good for say a CORBA class when teaching
students what CORBA traffic looks like "on the wire".
It is also COOL to work on a great Open Source project such as the case with "Wireshark" ( http://
www.wireshark.org )
2. omniidl from the the omniORB package must be available. See http://omniorb.sourceforge.net/
3. Of course you need Wireshark installed to compile the code and tweak it if required. idl2wrs is part
of the standard Wireshark distribution
To use idl2wrs to generate an Wireshark dissector from an idl file use the following procedure:
205
Related command line tools
e.g.:
idl2wrs echo.idl
You may wish to comment out the register_giop_user_module() code and that will leave you with
heuristic dissection.
If you don't want to use the shell script wrapper, then try steps 3 or 4 instead.
e.g.:
omniidl -p ./ -b wireshark_be echo.idl
You may wish to comment out the register_giop_user_module() code and that will leave you with
heuristic dissection.
5. Copy the resulting C code to subdirectory epan/dissectors/ inside your Wireshark source directory.
cp packet-test-idl.c /dir/where/wireshark/lives/epan/dissectors/
The new dissector has to be added to Makefile.common in the same directory. Look for the declaration
CLEAN_DISSECTOR_SRC and add the new dissector there. For example,
CLEAN_DISSECTOR_SRC = \
packet-2dparityfec.c \
packet-3com-njack.c \
...
becomes
CLEAN_DISSECTOR_SRC = \
packet-test-idl.c \
packet-2dparityfec.c \
packet-3com-njack.c \
...
For the next steps, go up to the top of your Wireshark source directory.
6. Run configure
./configure (or ./autogen.sh)
206
Related command line tools
make
8. Good Luck !!
D.9.4. TODO
1. Exception code not generated (yet), but can be added manually.
2. Enums not converted to symbolic values (yet), but can be added manually.
D.9.5. Limitations
See the TODO list inside packet-giop.c
D.9.6. Notes
1. The "-p ./" option passed to omniidl indicates that the wireshark_be.py and wireshark_gen.py are
residing in the current directory. This may need tweaking if you place these files somewhere else.
2. If it complains about being unable to find some modules (e.g. tempfile.py), you may want to check
if PYTHONPATH is set correctly. On my Linux box, it is PYTHONPATH=/usr/lib/python2.4/
207
Appendix E. This Document's License
(GPL)
As with the original licence and documentation distributed with Wireshark, this document is covered by
the GNU General Public Licence (GNU GPL).
If you haven't read the GPL before, please do so. It explains all the things that you are allowed to do with
this code and documentation.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
208
This Document's License (GPL)
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
209
This Document's License (GPL)
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
210
This Document's License (GPL)
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
211
This Document's License (GPL)
NO WARRANTY
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail.
212
This Document's License (GPL)
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.
213