wireshark.org protocol dissector with Osmocom additions
Go to file
Ronnie Sahlberg feab79e328 change a whole bunch of ethereal into wireshark
svn path=/trunk/; revision=18196
2006-05-21 04:49:01 +00:00
aclocal-fallback
asn1 Decode Ext-GeographicalInformation. 2006-05-17 20:09:48 +00:00
debian "fi" comes before "fr" in alphabetical order. (This also makes it match 2005-08-13 08:10:12 +00:00
diameter Correct some AVP types 2006-03-02 21:17:56 +00:00
doc update with FT_GUID, FT_OID, BASE_DEC_HEX, BASE_HEX_DEC 2006-05-15 16:28:49 +00:00
docbook From Martin Mathieson: 2006-05-11 05:09:15 +00:00
dtds From Martin Mathieson: 2006-05-16 19:04:53 +00:00
epan change a whole bunch of ethereal into wireshark 2006-05-21 04:49:01 +00:00
gtk Clean up indentation. 2006-05-15 02:43:39 +00:00
help Update manuf, FAQ, help/faq.txt 2006-03-06 17:00:33 +00:00
idl Fix svn properties where needed: 2005-08-02 06:29:49 +00:00
image Add the Wireshark logo. 2006-05-20 20:20:27 +00:00
packaging if HHC_DIR is defined in config.nmake, include the user-guide.chm file into the Win32 installer 2006-04-20 20:33:04 +00:00
plugins Use $(PLUGIN_NAME) wherever possible, so that we have a Makefile.nmake 2006-05-14 22:25:07 +00:00
radius Minor update to the dictionary 2006-03-23 17:01:14 +00:00
test preparation for a very simple regression test 2006-02-17 22:40:54 +00:00
tools Put a newline at the end of plugin.c files. 2006-05-18 11:37:32 +00:00
wiretap Squelch some compiler warnings (a time_t might be an int or a long). 2006-05-19 08:18:22 +00:00
AUTHORS Add the first layer of the bluetooth stack dissecting the hci h4 single byte 2006-05-09 09:13:20 +00:00
COPYING make the prefix "Just to avoid some misunderstandings..." a little bit more NSIS installer friendly (without making it odd looking) 2005-07-21 20:32:25 +00:00
ChangeLog Fix download URLs in the release notes. Disable building release-notes.txt, 2005-12-28 16:19:31 +00:00
FAQ Update manuf, FAQ, help/faq.txt 2006-03-06 17:00:33 +00:00
INSTALL Note that this is *not* what you use if you're building from Subversion. 2005-06-02 07:17:08 +00:00
INSTALL.configure
Makefile.am Anything linked with @PCAP_LIBS@ needs, on at least some platforms 2006-05-03 08:48:52 +00:00
Makefile.common Put the low-level sync routines into a common file so they can be shared 2006-04-03 01:56:53 +00:00
Makefile.nmake Change to address bug 933. See if this, after setup, includes the updated GTK-Wimp. 2006-05-16 15:49:03 +00:00
NEWS Fix download URLs in the release notes. Disable building release-notes.txt, 2005-12-28 16:19:31 +00:00
README Change test. 2006-05-20 17:54:12 +00:00
README.aix Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
README.bsd Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
README.hpux From Mark C Brown NETTL updates 2005-04-01 10:17:05 +00:00
README.irix Note that some of the IRIX problems might no longer exist - and get rid 2004-08-17 01:12:29 +00:00
README.linux Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
README.macos Add a note about the PNG, JPEG, and TIFF loaders not being usable (or 2005-06-19 19:17:15 +00:00
README.tru64 Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
README.vmware Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
README.win32 remove cleanbld.bat (use the distclean target instead) 2005-10-29 09:48:29 +00:00
acinclude.m4 Check several sets of additional libraries that libpcap might need 2006-04-25 18:01:43 +00:00
aclocal-flags Make aclocal-flags executable again (hopefully fixes buildbot fc4) 2005-08-02 07:03:46 +00:00
alert_box.c change nmake makefiles in /trunk and /trunk/epan so that 2005-02-13 00:10:15 +00:00
alert_box.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
autogen.sh Allow automake and aclocal to share a common version number suffix, since 2005-04-19 22:27:05 +00:00
capinfos.c same command line related changes as recently done with editcap 2006-01-11 01:38:16 +00:00
capture-pcap-util-int.h rename pcap-....c/.h files to capture-pcap-....c/.h 2005-12-06 00:07:13 +00:00
capture-pcap-util-unix.c rename pcap-....c/.h files to capture-pcap-....c/.h 2005-12-06 00:07:13 +00:00
capture-pcap-util.c an error return was missing a pcap_close() call 2006-02-25 00:02:26 +00:00
capture-pcap-util.h fix a wrong comment: AF_INET -> AT_IPv4 2006-03-25 19:04:52 +00:00
capture-wpcap.c from Daniele Orlandi: 2006-03-02 21:29:15 +00:00
capture-wpcap.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
capture.c fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message transport failed between Ethereal and dumpcap. 2006-03-13 00:30:51 +00:00
capture.h fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message transport failed between Ethereal and dumpcap. 2006-03-13 00:30:51 +00:00
capture_errs.c Include <glib.h> to declare "g_strdup_printf()". 2005-10-04 07:07:15 +00:00
capture_errs.h add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.c 2005-12-06 01:04:55 +00:00
capture_info.c Clean up indentation a bit. 2006-03-01 01:46:52 +00:00
capture_info.h Clean up indentation a bit. 2006-03-01 01:46:52 +00:00
capture_loop.c The timeout is needed if you don't have pcap_breakloop(), so we'll put 2006-05-20 23:18:44 +00:00
capture_loop.h The timeout is needed if you don't have pcap_breakloop(), so we'll put 2006-05-20 23:18:44 +00:00
capture_opts.c prepare to list the IP addresses in the command line interfaces list output 2006-04-21 22:40:33 +00:00
capture_opts.h In Tethereal, don't save to a temporary file if "-w" isn't specified, 2006-04-03 00:52:59 +00:00
capture_stop_conditions.c replace malloc and alike calls by their GLib pendants -> g_malloc 2005-08-05 23:58:58 +00:00
capture_stop_conditions.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
capture_sync.c Handle the case where we *can't* determine the pathname in which to find 2006-05-01 06:51:14 +00:00
capture_sync.h Put the low-level sync routines into a common file so they can be shared 2006-04-03 01:56:53 +00:00
capture_ui_utils.c remove dependencies to pcap.h, so getting an idea what needs to be done by dumpcap in addition to the things already done now 2006-02-17 02:18:48 +00:00
capture_ui_utils.h fix a comment 2006-02-17 01:42:33 +00:00
capture_wpcap_packet.c copy input data into the buffer given to PacketRequest(), so functions with input parameters will also work 2006-04-25 00:12:43 +00:00
capture_wpcap_packet.h as suggested by Loris: add wpcap_packet_get_version() and check the packet.dll version before using it (very restrictive for now, will check for exact DLL version strings). If version is unknown, ask user to continue or not. 2005-05-21 09:41:57 +00:00
cfile.c another two steps towards privilege seperation: 2005-02-06 21:20:35 +00:00
cfile.h timestamp display precision: 2005-08-25 21:29:54 +00:00
cfilters provide global default files for cfilters/colorfilters/dfilters 2005-06-09 07:43:32 +00:00
clopts_common.c Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn't 2005-11-17 05:59:21 +00:00
clopts_common.h Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn't 2005-11-17 05:59:21 +00:00
cmdarg_err.h With GCC 2.x and later, mark cmdarg_err() and cmdarg_err_cont() as being 2005-11-17 11:14:38 +00:00
color.h fix doxygen tags 2004-10-27 03:57:57 +00:00
color_filters.c replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32). 2005-11-06 22:43:25 +00:00
color_filters.h More char -> const char warning fixes. 2005-08-05 20:59:08 +00:00
colorfilters Add redirects to the ICMP filter. 2006-02-13 20:11:43 +00:00
conditions.c Fix Coverity run 12 CID 110: Make sure we don't dereference a NULL pointer. 2006-03-07 19:17:00 +00:00
conditions.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
config.guess Remove svn:executable 2005-08-02 05:46:16 +00:00
config.h.win32 Define HAVE_LUA_5_1 on windows as that what we have. 2006-03-15 22:30:28 +00:00
config.nmake Bump the version number to 1.1. Clean up the release notes. 2006-05-01 19:21:00 +00:00
config.sub Remove svn:executable 2005-08-02 05:46:16 +00:00
configure.in Bump the version number to 1.1. Clean up the release notes. 2006-05-01 19:21:00 +00:00
dfilters provide global default files for cfilters/colorfilters/dfilters 2005-06-09 07:43:32 +00:00
dftest.c Handle a filter that evaluates to an empty "matches everything" filter. 2006-04-06 20:07:16 +00:00
disabled_protos.c replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32). 2005-11-06 22:43:25 +00:00
disabled_protos.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
doxygen.cfg.in Remove svn:executable 2005-08-02 05:46:16 +00:00
doxygen_global.cfg fix doxygen generation 2004-10-27 04:46:17 +00:00
dumpcap.c Don't report the interface name unconditionally. 2006-04-03 03:15:29 +00:00
editcap.c - Have strptime prototype being included. 2006-03-16 19:45:02 +00:00
ethereal.desktop Additions from current Suse and Debian 2005-08-13 06:29:09 +00:00
ethereal_be.py Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
ethereal_gen.py Properly use PRIu64, and (properly) use PRId64 rather than PRIo64 to 2006-05-10 08:46:51 +00:00
file.c Add an extra null pointer check. Fixes Coverity CID 154. 2006-04-27 18:46:05 +00:00
file.h show the number of packets captured, if "Update list of packets ..." isn't used 2006-01-22 16:26:41 +00:00
fileset.c Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available in 2005-11-07 08:36:25 +00:00
fileset.h add a new feature: list the files of a "File Set" (set of files generated by capturing "Multiple Files"/ringbuffer) and jump from one file of it to the next/previous one 2005-04-29 14:51:52 +00:00
filters.c replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32). 2005-11-06 22:43:25 +00:00
filters.h "read_filter_list()" and "save_filter_list()" mallocate the path string 2005-08-06 18:42:07 +00:00
g711.c Some 'no previous declararion' warning fixes 2005-08-14 23:25:20 +00:00
g711.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
getopt.c From Peter Johansson: 2005-07-26 09:31:04 +00:00
getopt.h
globals.h Add a routine to attempt to get the absolute pathname of the executable 2006-02-12 03:15:29 +00:00
idl2eth.sh - Change $1 to $@ 2005-08-15 20:31:57 +00:00
isprint.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
log.h some minor fixes: logging and comments fixed 2005-12-16 07:43:24 +00:00
main_window.h Don't have "set_menus_for_captured_packets()" call 2005-02-06 23:16:05 +00:00
make-authors-format.pl From Graeme Hewson: make AUTHORS-SHORT not include formatting codes, 2004-10-17 23:03:11 +00:00
make-authors-short.pl From Graeme Hewson: make AUTHORS-SHORT not include formatting codes, 2004-10-17 23:03:11 +00:00
make-faq Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
make-manuf Remove S/A from company names 2005-08-27 15:11:00 +00:00
make-tapreg-dotc Include "register.h" in the machine-generated code to register taps, so 2005-10-10 18:16:21 +00:00
make-version.pl Split the version under Windows into its major, minor, and micro 2006-02-14 15:14:41 +00:00
manuf Update to current IEEE list 2006-04-13 16:34:00 +00:00
manuf.tmpl Whitespace change 2005-12-09 15:47:50 +00:00
menu.h Get rid of extra blank line at the end. 2005-02-06 23:06:23 +00:00
merge.c EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 2005-08-24 21:31:56 +00:00
merge.h Add APIs to Wiretap to return the file of the size as supplied by the OS 2005-08-19 19:40:00 +00:00
mergecap.c From Martin Mathieson: 2006-03-30 04:58:06 +00:00
mkcap.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
mkstemp.c replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32). 2005-11-06 22:43:25 +00:00
mkstemp.h
packet-range.c Some 'no previous declararion' warning fixes 2005-08-14 23:25:20 +00:00
packet-range.h Remove the fixed maximum number of subranges in a range_t; dynamically 2004-10-16 23:32:24 +00:00
pcapio.c When capturing, we only support writing to libpcap files. Given that, 2006-03-04 22:33:04 +00:00
pcapio.h When capturing, we only support writing to libpcap files. Given that, 2006-03-04 22:33:04 +00:00
perlnoutf.pl From Graeme Hewson: make AUTHORS-SHORT not include formatting codes, 2004-10-17 23:03:11 +00:00
print.c replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32). 2005-11-06 22:43:25 +00:00
print.h from Stefano Pettini: add CSV export function, similar to PSML export 2005-03-11 20:56:31 +00:00
print.ps
progress_dlg.h Allow a progress dialog to have "Stop" or "Cancel" as the "terminate 2005-11-12 11:05:02 +00:00
proto_hier_stats.c Allow a progress dialog to have "Stop" or "Cancel" as the "terminate 2005-11-12 11:05:02 +00:00
proto_hier_stats.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
ps.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
randpkt.c Check for NULL return value from wtap_dump_open(). 2006-04-26 17:31:56 +00:00
rdps.c More 'char*' -> 'const char*' warning fixes 2005-07-22 07:55:51 +00:00
register.h Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
ringbuffer.c Have the ring buffer routines take a pointer to a "bytes written" count 2006-04-29 17:54:46 +00:00
ringbuffer.h Have the ring buffer routines take a pointer to a "bytes written" count 2006-04-29 17:54:46 +00:00
simple_dialog.h C89 doesn't allow a comma after the end of the last value in an 2005-10-03 07:30:49 +00:00
snprintf-imp.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
snprintf.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
snprintf.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
stat_menu.h implement a way to add menu items to the "Analyze" menu 2005-09-13 18:45:52 +00:00
statusbar.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
strcasecmp.c
strerror.c Fix Gerald's e-mail address (and possibly provoke a copy of the main 2005-09-17 02:14:44 +00:00
strerror.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
strncasecmp.c
strptime.c
strptime.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
summary.c EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 2005-08-24 21:31:56 +00:00
summary.h remove dependencies to pcap.h, so getting an idea what needs to be done by dumpcap in addition to the things already done now 2006-02-17 02:18:48 +00:00
sync_pipe.h Put the low-level sync routines into a common file so they can be shared 2006-04-03 01:56:53 +00:00
sync_pipe_write.c Put the low-level sync routines into a common file so they can be shared 2006-04-03 01:56:53 +00:00
tap-afpstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-ansi_astat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-bootpstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-dcerpcstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-funnel.c TextWindow: 2006-03-30 19:42:49 +00:00
tap-gsm_astat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-h225counter.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-h225rassrt.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-httpstat.c coverity 155 2006-05-01 07:43:47 +00:00
tap-iostat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-iousers.c updates to get the fc and scsi dissectors 2006-04-21 11:08:24 +00:00
tap-mgcpstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-protocolinfo.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-protohierstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-rpcprogs.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-rpcstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-sctpchunkstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-sipstat.c From Martin Mathieson 2006-02-25 09:28:52 +00:00
tap-smbsids.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-smbstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-stats_tree.c fix for coverity bug 156 2006-05-06 22:00:23 +00:00
tap-wspstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap_dfilter_dlg.h add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tempfile.c remove dependencies to pcap.h, so getting an idea what needs to be done by dumpcap in addition to the things already done now 2006-02-17 02:18:48 +00:00
tempfile.h Move create_tempfile() to tempfile.c out of util.c. This means dumpcap 2006-02-12 21:52:18 +00:00
tethereal.c Have the ring buffer routines take a pointer to a "bytes written" count 2006-04-29 17:54:46 +00:00
text2pcap-scanner.l Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
text2pcap.c "help()" really just prints a usage message; it's not a full-blown help 2006-03-01 00:11:16 +00:00
text2pcap.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
timestats.c EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 2005-08-24 21:31:56 +00:00
timestats.h Add a "time_stat_init()" routine to initialize the fields of a 2005-08-22 07:12:20 +00:00
ui_util.h move some GTK only function declarations from ui_util.h to the appropriate header files in the gtk dir, as these declarations are obsolete and only confuses (at least me) 2005-12-05 22:45:54 +00:00
util.c Move create_tempfile() to tempfile.c out of util.c. This means dumpcap 2006-02-12 21:52:18 +00:00
util.h Move create_tempfile() to tempfile.c out of util.c. This means dumpcap 2006-02-12 21:52:18 +00:00
version_info.c Add Lua support by default for Win32. Fix some compilation problems. 2006-03-01 21:31:07 +00:00
version_info.h Provide not only copyright information, but a GPL blurb, in all the 2005-12-21 08:59:52 +00:00
wka.tmpl Update/add some Cisco multicast addresses 2006-03-15 10:53:33 +00:00

README

$Id$

General Information
------- -----------

Wireshark is a network traffic analyzer, or "sniffer", for Unix and
Unix-like operating systems.  It uses GTK+, a graphical user interface
library, and libpcap, a packet capture and filtering library.

The Wireshark distribution also comes with Tshark, which is a
line-oriented sniffer (similar to Sun's snoop, or tcpdump) that uses the
same dissection, capture-file reading and writing, and packet filtering
code as Wireshark, and with editcap, which is a program to read capture
files and write the packets from that capture file, possibly in a
different capture file format, and with some packets possibly removed
from the capture.

The official home of Wireshark is

    http://www.wireshark.org

The latest distribution can be found in the subdirectory

    http://www.wireshark.org/distribution


Installation
------------

Wireshark is known to compile and run on the following systems:

  - Linux (2.0 and later kernels, various distributions)
  - Solaris (2.5.1 and later)
  - FreeBSD (2.2.5 and later)
  - NetBSD
  - OpenBSD
  - Mac OS X (10.2 and later)
  - HP-UX (10.20, 11.00, 11.11)
  - Sequent PTX v4.4.5  (Nick Williams <njw@sequent.com>)
  - Tru64 UNIX (formerly Digital UNIX) (3.2 and later)
  - Irix (6.5)
  - AIX (4.3.2, with a bit of work)
  - Win32 (98, NT, 2000, XP)

and possibly on other versions of those OSes.  It should run on other
Unix-ish systems without too much trouble.

NOTE: the Makefile appears to depend on GNU "make"; it doesn't appear to
work with the "make" that comes with Solaris 7 nor the BSD "make".
Perl is also needed to create the man page.

If you decide to modify the yacc grammar or lex scanner, then
you need "flex" - it cannot be built with vanilla "lex" -
and either "bison" or the Berkeley "yacc". Your flex
version must be 2.5.1 or greater. Check this with 'flex -V'.

If you decide to modify the NetWare Core Protocol dissector, you
will need python, as the data for packet types is stored in a python
script, ncp2222.py.

You must therefore install Perl, GNU "make", "flex", and either "bison" or
Berkeley "yacc" on systems that lack them.

Full installation instructions can be found in the INSTALL file.
         
See also the appropriate README.<OS> files for OS-specific installation
instructions.

Usage
-----          

In order to capture packets from the network, you need to be running as
root, or have access to the appropriate entry under /dev if your system
is so inclined (BSD-derived systems, and systems such as Solaris and
HP-UX that support DLPI, typically fall into this category).  Although
it might be tempting to make the Wireshark executable setuid root, please
don't - alpha code is by nature not very robust, and liable to contain
security holes.

Please consult the man page for a description of each command-line
option and interface feature.


Multiple File Types
-------------------

The wiretap library is a packet-capture library currently under
development parallel to wireshark.  In the future it is hoped that
wiretap will have more features than libpcap, but wiretap is still in
its infancy. However, wiretap is used in wireshark for its ability
to read multiple file types. You can read the following file
formats:

libpcap (tcpdump -w, etc.) - this is Wireshark's native format
snoop and atmsnoop
Shomiti/Finisar Surveyor
Novell LANalyzer
Network General/Network Associates DOS-based Sniffer (compressed and
    uncompressed)
Microsoft Network Monitor
AIX's iptrace
Cinco Networks NetXRray
Network Associates Windows-based Sniffer
AG Group/WildPackets EtherPeek/TokenPeek/AiroPeek/EtherHelp
RADCOM's WAN/LAN Analyzer
Lucent/Ascend access products
HP-UX's nettl
Toshiba's ISDN routers
ISDN4BSD "i4btrace" utility
Cisco Secure Intrustion Detection System iplogging facility
pppd logs (pppdump-format files)
VMS's TCPIPtrace utility
DBS Etherwatch for VMS
Traffic captures from Visual Networks' Visual UpTime
CoSine L2 debug output
Output from Accellent's 5Views LAN agents
Endace Measurement Systems' ERF format
Linux Bluez Bluetooth stack "hcidump -w" traces
Network Instruments Observer version 9
Trace files for the EyeSDN USB S0

In addition, it can read gzipped versions of any of these files
automatically, if you have the zlib library available when compiling
Wireshark. Wireshark needs a modern version of zlib to be able to use
zlib to read gzipped files; version 1.1.3 is known to work.  Versions
prior to 1.0.9 are missing some functions that Wireshark needs and won't
work.  "./configure" should detect if you have the proper zlib version
available and, if you don't, should disable zlib support. You can always
use "./configure --disable-zlib" to explicitly disable zlib support.

Although Wireshark can read AIX iptrace files, the documentation on
AIX's iptrace packet-trace command is sparse.  The 'iptrace' command
starts a daemon which you must kill in order to stop the trace. Through
experimentation it appears that sending a HUP signal to that iptrace
daemon causes a graceful shutdown and a complete packet is written
to the trace file. If a partial packet is saved at the end, Wireshark
will complain when reading that file, but you will be able to read all
other packets.  If this occurs, please let the Wireshark developers know
at wireshark-dev@wireshark.org, and be sure to send us a copy of that trace
file if it's small and contains non-sensitive data.

Support for Lucent/Ascend products is limited to the debug trace output
generated by the MAX and Pipline series of products.  Wireshark can read
the output of the "wandsession" "wandisplay", "wannext", and "wdd"
commands.  For detailed information on use of these commands, please refer
the following pages:

"wandsession", "wandisplay", and "wannext" on the Pipeline series:
  http://aos.ascend.com/aos:/gennavviewer.html?doc_id=0900253d80006c79

"wandsession", "wandisplay", and "wannext" on the MAX series:
  http://aos.ascend.com/aos:/gennavviewer.html?doc_id=0900253d80006972

"wdd" on the Pipeline series:
  http://aos.ascend.com/aos:/gennavviewer.html?doc_id=0900253d80006877

Wireshark can also read dump trace output from the Toshiba "Compact Router"
line of ISDN routers (TR-600 and TR-650). You can telnet to the router
and start a dump session with "snoop dump".

CoSine L2 debug output can also be read by Wireshark. To get the L2
debug output, get in the diags mode first and then use
"create-pkt-log-profile" and "apply-pkt-log-profile" commands under
layer-2 category. For more detail how to use these commands, you
should examine the help command by "layer-2 create ?" or "layer-2 apply ?".

To use the Lucent/Ascend, Toshiba and CoSine traces with Wireshark, you must 
capture the trace output to a file on disk.  The trace is happening inside 
the router and the router has no way of saving the trace to a file for you.
An easy way of doing this under Unix is to run "telnet <ascend> | tee <outfile>".
Or, if your system has the "script" command installed, you can save
a shell session, including telnet to a file. For example, to a file named
tracefile.out:

$ script tracefile.out
Script started on <date/time>
$ telnet router
..... do your trace, then exit from the router's telnet session.
$ exit
Script done on <date/time>



IPv6
----
If your operating system includes IPv6 support, wireshark will attempt to
use reverse name resolution capabilities when decoding IPv6 packets.

If you want to turn off name resolution while using wireshark, start
wireshark with the "-n" option to turn off all name resolution (including
resolution of MAC addresses and TCP/UDP/SMTP port numbers to names), or
with the "-N mt" option to turn off name resolution for all
network-layer addresses (IPv4, IPv6, IPX).

You can make that the default setting by opening the Preferences dialog
box using the Preferences item in the Edit menu, selecting "Name
resolution", turning off the appropriate name resolution options,
clicking "Save", and clicking "OK".

If you would like to compile wireshark without support for IPv6 name
resolution, use the "--disable-ipv6" option with "./configure".  If you
compile wireshark without IPv6 name resolution, you will still be able to
decode IPv6 packets, but you'll only see IPv6 addresses, not host names.


SNMP
----
Wireshark can do some basic decoding of SNMP packets; it can also use the
UCD SNMP library, version 4.2.2 or later, to do more sophisticated
decoding, by reading MIB files and using the information in those files
to display OIDs and variable binding values in a friendlier fashion. 
The configure script will automatically determine whether you have the
UCD SNMP library on your system, and will use it if it's version 4.2.2
or later.  If you have an SNMP library but _do not_ want to have
wireshark use it, you can run configure with the "--without-ucd-snmp"
option.

If you have an earlier version of the UCD SNMP library on your system,
the configure script will stop, reporting that it can't find the
"sprint_realloc_objid()" routine; you should either upgrade to version
4.2.4 or later, as UCD SNMP 4.2.4 fixes some potential buffer overflow
problems, or should configure with "--without-ucd-snmp".


How to Report a Bug
-------------------
Wireshark is still under constant development, so it is possible that you will
encounter a bug while using it. Please report bugs to wireshark-dev@wireshark.org.
Be sure you tell us:

	1) Operating System and version (the command 'uname -sr' may
	   tell you this, although on Linux systems it will probably
	   tell you only the version number of the Linux kernel, not of
	   the distribution as a whole; on Linux systems, please tell us
	   both the version number of the kernel, and which version of
	   which distribution you're running)
	2) Version of GTK+ (the command 'gtk-config --version' will tell you)
	3) Version of Wireshark (the command 'wireshark -v' will tell you,
	   unless the bug is so severe as to prevent that from working,
	   and should also tell you the versions of libraries with which
	   it was built)
	4) The command you used to invoke Wireshark, and the sequence of
	   operations you performed that caused the bug to appear

If the bug is produced by a particular trace file, please be sure to send
a trace file along with your bug description. Please don't send a trace file
greater than 1 MB when compressed. If the trace file contains sensitive
information (e.g., passwords), then please do not send it.

If Wireshark died on you with a 'segmentation violation', 'bus error',
'abort', or other error that produces a UNIX core dump file, you can
help the developers a lot if you have a debugger installed.  A stack
trace can be obtained by using your debugger ('gdb' in this example),
the wireshark binary, and the resulting core file.  Here's an example of
how to use the gdb command 'backtrace' to do so.

$ gdb wireshark core
(gdb) backtrace
..... prints the stack trace
(gdb) quit
$

The core dump file may be named "wireshark.core" rather than "core" on
some platforms (e.g., BSD systems).  If you got a core dump with
Tshark rather than Wireshark, use "tshark" as the first argument to
the debugger; the core dump may be named "tshark.core".

Disclaimer
----------

There is no warranty, expressed or implied, associated with this product.
Use at your own risk.


Gerald Combs <gerald@wireshark.org>
Gilbert Ramirez <gram@alumni.rice.edu>
Guy Harris <guy@alum.mit.edu>