=head1 NAME ethereal - Interactively browse network traffic =head1 SYNOPSYS B S<[ B<-a> capture autostop condition ] ...> S<[ B<-b> ring buffer options] ...> S<[ B<-B> byte view height ]> S<[ B<-c> count ]> S<[ B<-f> capture filter expression ]> S<[ B<-h> ]> S<[ B<-i> interface ]> S<[ B<-k> ]> S<[ B<-l> ]> S<[ B<-L> ]> S<[ B<-m> font ]> S<[ B<-n> ]> S<[ B<-N> resolving flags ] > S<[ B<-o> preference setting ] ...> S<[ B<-p> ]> S<[ B<-P> packet list height ]> S<[ B<-Q> ]> S<[ B<-r> infile ]> S<[ B<-R> display filter expression ]> S<[ B<-S> ]> S<[ B<-s> snaplen ]> S<[ B<-T> details view height ]> S<[ B<-t> time stamp format ]> S<[ B<-v> ]> S<[ B<-w> savefile]> S<[ B<-y> link type ]> S<[ B<-z> statistics-string ]> S<[ infile ]> =head1 DESCRIPTION B is a GUI network protocol analyzer. It lets you interactively browse packet data from a live network or from a previously saved capture file. B's native capture file format is B format, which is also the format used by B and various other tools. B can read / import the following file formats: =over 4 =item * libpcap, tcpdump and various other tools using tcpdump's capture format =item * B and B =item * Shomiti/Finisar B captures =item * Novell B captures =item * Microsoft B captures =item * AIX's B captures =item * Cinco Networks B captures =item * Network Associates Windows-based B captures =item * Network General/Network Associates DOS-based B (compressed or uncompressed) captures =item * AG Group/WildPackets B/B/B/B/B captures =item * B's WAN/LAN analyzer captures =item * Network Instruments B version 9 captures =item * B router debug output =item * files from HP-UX's B =item * B ISDN routers dump output =item * the output from B from the ISDN4BSD project =item * traces from the B USB S0. =item * the output in B format from the Cisco Secure Intrusion Detection System =item * B (pppdump format) =item * the output from VMS's B/B/B utilities =item * the text output from the B VMS utility =item * Visual Networks' B traffic capture =item * the output from B L2 debug =item * the output from Accellent's B<5Views> LAN agents =item * Endace Measurement Systems' ERF format captures =item * Linux Bluez Bluetooth stack B traces =back 4 There is no need to tell B what type of file you are reading; it will determine the file type by itself. B is also capable of reading any of these file formats if they are compressed using gzip. B recognizes this directly from the file; the '.gz' extension is not required for this purpose. Like other protocol analyzers, B's main window shows 3 views of a packet. It shows a summary line, briefly describing what the packet is. A packet details display is shown, allowing you to drill down to exact protocol or field that you interested in. Finally, a hex dump shows you exactly what the packet looks like when it goes over the wire. In addition, B has some features that make it unique. It can assemble all the packets in a TCP conversation and show you the ASCII (or EBCDIC, or hex) data in that conversation. Display filters in B are very powerful; more fields are filterable in B than in other protocol analyzers, and the syntax you can use to create your filters is richer. As B progresses, expect more and more protocol fields to be allowed in display filters. Packet capturing is performed with the pcap library. The capture filter syntax follows the rules of the pcap library. This syntax is different from the display filter syntax. Compressed file support uses (and therefore requires) the zlib library. If the zlib library is not present, B will compile, but will be unable to read compressed files. The pathname of a capture file to be read can be specified with the B<-r> option or can be specified as a command-line argument. =head1 OPTIONS =over 4 Most users will want to start B without options and configure it from the menus instead. Those users may just skip this section. =item -a Specify a criterion that specifies when B is to stop writing to a capture file. The criterion is of the form IB<:>I, where I is one of: =for man .RS =for html

=item duration Stop writing to a capture file after I seconds have elapsed. =item filesize Stop writing to a capture file after it reaches a size of I kilobytes (where a kilobyte is 1000 bytes, not 1024 bytes). If this option is used together with the -b option, Ethereal will stop writing to the current capture file and switch to the next one if filesize is reached. =item files Stop writing to capture files after I number of files were written. =for man .RE =for html
=item -b Cause B to run in "multiple files" mode. In "multiple files" mode, B will write to several capture files. When the first capture file fills up, B will switch writing to the next file. Their name is based on the number of the file and on the creation date and time. If the I option is set, B will fill up files until the last file, at which point it'll discard the data in the first file and start writing to that file and so on. If the I option is not set, B will fill up new files until one of the capture stop conditions match. If the optional I is specified, B will switch also to the next file when the specified number of seconds has elapsed even if the current file is not completely filled up. The criterion is of the form IB<:>I, where I is one of: B:I switch to the next file after I seconds have elapsed. B:I switch to the next file after it reaches a size of I kilobytes (where a kilobyte is 1000 bytes, not 1024 bytes). B:I begin again with the first file after I number of files were written (form a ring buffer). =item -B Set the initial height of the byte view (bottom) pane. =item -c Set the default number of packets to read when capturing live data. =item -f Set the capture filter expression. =item -h Print the version and options and exit. =item -i Set the name of the network interface or pipe to use for live packet capture. Network interface names should match one of the names listed in "B". If you're using Unix, "B" or "B" might also work to list interface names, although not all versions of Unix support the B<-a> flag to B. Pipe names should be either the name of a FIFO (named pipe) or ``-'' to read data from the standard input. Data read from pipes must be in standard libpcap format. =item -k Start the capture session immediately. If the B<-i> flag was specified, the capture uses the specified interface. Otherwise, B searches the list of interfaces, choosing the first non-loopback interface if there are any non-loopback interfaces, and choosing the first loopback interface if there are no non-loopback interfaces; if there are no interfaces, B reports an error and doesn't start the capture. =item -l Turn on automatic scrolling if the packet display is being updated automatically as packets arrive during a capture (as specified by the B<-S> flag). =item -L List the data link types supported by the interface and exit. =item -m Set the name of the font used by B for most text. B will construct the name of the bold font used for the data in the byte view pane that corresponds to the field selected in the packet details pane from the name of the main text font. =item -n Disable network object name resolution (such as hostname, TCP and UDP port names). =item -N Turn on name resolving for particular types of addresses and port numbers, with name resolving for other types of addresses and port numbers turned off; the argument is a string that may contain the letters B to enable MAC address resolution, B to enable network address resolution, and B to enable transport-layer port number resolution. This overrides B<-n> if both B<-N> and B<-n> are present. The letter B enables concurrent (asynchronous) DNS lookups. =item -o Set a preference value, overriding the default value and any value read from a preference file. The argument to the flag is a string of the form IB<:>I, where I is the name of the preference (which is the same name that would appear in the preference file), and I is the value to which it should be set. =item -p I put the interface into promiscuous mode. Note that the interface might be in promiscuous mode for some other reason; hence, B<-p> cannot be used to ensure that the only traffic that is captured is traffic sent to or from the machine on which B is running, broadcast traffic, and multicast traffic to addresses received by that machine. =item -P Set the initial height of the packet list (top) pane. =item -Q Cause B to exit after the end of capture session (useful in batch mode with B<-c> option for instance); this option requires the B<-i> and B<-w> parameters. =item -r Read packet data from I. =item -R When reading a capture file specified with the B<-r> flag, causes the specified filter (which uses the syntax of display filters, rather than that of capture filters) to be applied to all packets read from the capture file; packets not matching the filter are discarded. =item -S Perform the live packet capture in a separate process, and automatically update the packet display as packets are seen. =item -s Set the default snapshot length to use when capturing live data. No more than I bytes of each network packet will be read into memory, or saved to disk. =item -T Set the initial height of the packet details (middle) pane. =item -t Set the format of the packet timestamp displayed in the packet list window. The format can be one of 'r' (relative), 'a' (absolute), 'ad' (absolute with date), or 'd' (delta). The relative time is the time elapsed between the first packet and the current packet. The absolute time is the actual time the packet was captured, with no date displayed; the absolute date and time is the actual time and date the packet was captured. The delta time is the time since the previous packet was captured. The default is relative. =item -v Print the version and exit. =item -w Set the default capture file name. =item -y If a capture is started from the command line with B<-k>, set the data link type to use while capturing packets. The values reported by B<-L> are the values that can be used. =item -z Get B to collect various types of statistics and display the result in a window that updates in semi-real time. Currently implemented statistics are: B<-z> dcerpc,srt,I,I.I[,I] Collect call/reply SRT (Service Response Time) data for DCERPC interface I, version I.I. Data collected is number of calls for each procedure, MinSRT, MaxSRT and AvgSRT. Example: use B<-z dcerpc,srt,12345778-1234-abcd-ef00-0123456789ac,1.0> to collect data for CIFS SAMR Interface. This option can be used multiple times on the command line. If the optional filterstring is provided, the stats will only be calculated on those calls that match that filter. Example: use B<-z dcerpc,srt,12345778-1234-abcd-ef00-0123456789ac,1.0,ip.addr==1.2.3.4> to collect SAMR SRT statistics for a specific host. B<-z> io,stat Collect packet/bytes statistics for the capture in intervals of 1 seconds. This option will open a window with up to 5 color-coded graphs where number-of-packets-per-second or number-of-bytes-per-second statistics can be calculated and displayed. This option can be used multiple times on the command line. This graph window can also be opened from the Analyze:Statistics:Traffic:IO-Stat menu item. B<-z> rpc,srt,I,I[,] Collect call/reply SRT (Service Response Time) data for I/I. Data collected is number of calls for each procedure, MinSRT, MaxSRT and AvgSRT. Example: use B<-z rpc,srt,100003,3> to collect data for NFS v3. This option can be used multiple times on the command line. If the optional filter string is provided, the stats will only be calculated on those calls that match that filter. Example: use B<-z rpc,srt,100003,3,nfs.fh.hash==0x12345678> to collect NFS v3 SRT statistics for a specific file. B<-z> rpc,programs Collect call/reply RTT data for all known ONC-RPC programs/versions. Data collected is number of calls for each protocol/version, MinRTT, MaxRTT and AvgRTT. B<-z> smb,srt[,I] Collect call/reply SRT (Service Response Time) data for SMB. Data collected is number of calls for each SMB command, MinSRT, MaxSRT and AvgSRT. Example: use B<-z smb,srt>. The data will be presented as separate tables for all normal SMB commands, all Transaction2 commands and all NT Transaction commands. Only those commands that are seen in the capture will have its stats displayed. Only the first command in a xAndX command chain will be used in the calculation. So for common SessionSetupAndX + TreeConnectAndX chains, only the SessionSetupAndX call will be used in the statistics. This is a flaw that might be fixed in the future. This option can be used multiple times on the command line. If the optional filterstring is provided, the stats will only be calculated on those calls that match that filter. Example: use B<-z "smb,srt,ip.addr==1.2.3.4"> to only collect stats for SMB packets echanged by the host at IP address 1.2.3.4 . B<-z> fc,srt[,I] Collect call/reply SRT (Service Response Time) data for FC. Data collected is number of calls for each Fibre Channel command, MinSRT, MaxSRT and AvgSRT. Example: use B<-z fc,srt>. The Service Response Time is calculated as the time delta between the First packet of the exchange and the Last packet of the exchange. The data will be presented as separate tables for all normal FC commands, Only those commands that are seen in the capture will have its stats displayed. This option can be used multiple times on the command line. If the optional filterstring is provided, the stats will only be calculated on those calls that match that filter. Example: use B<-z "fc,srt,fc.id==01.02.03"> to only collect stats for FC packets echanged by the host at FC address 01.02.03 . B<-z> ldap,srt[,I] Collect call/reply SRT (Service Response Time) data for LDAP. Data collected is number of calls for each implemented LDAP command, MinSRT, MaxSRT and AvgSRT. Example: use B<-z ldap,srt>. The Service Response Time is calculated as the time delta between the Request and the Response. The data will be presented as separate tables for all implemented LDAP commands, Only those commands that are seen in the capture will have its stats displayed. This option can be used multiple times on the command line. If the optional filterstring is provided, the stats will only be calculated on those calls that match that filter. Example: use B<-z "ldap,srt,ip.addr==10.1.1.1"> to only collect stats for LDAP packets echanged by the host at IP address 10.1.1.1 . The only LDAP command that are currently implemented and the stats will be available for are: BIND SEARCH MODIFY ADD DELETE MODRDN COMPARE EXTENDED B<-z> mgcp,srt[I<,filter>] Collect requests/response SRT (Service Response Time) data for MGCP. This is similar to B<-z smb,srt>). Data collected is number of calls for each known MGCP Type, Minimum SRT, Maximum SRT and Average SRT. Example: use B<-z mgcp,srt>. This option can be used multiple times on the command line. If the optional filterstring is provided, the stats will only be calculated on those calls that match that filter. Example: use B<-z "mgcp,srt,ip.addr==1.2.3.4"> to only collect stats for MGCP packets exchanged by the host at IP address 1.2.3.4 . B<-z> conv,I[,I] Create a table that lists all conversations that could be seen in the capture. I specifies for which type of conversation we want to generate the statistics; currently the supported ones are "eth" Ethernet "fc" Fibre Channel addresses "fddi" FDDI addresses "ip" IP addresses "ipx" IPX addresses "tcp" TCP/IP socket pairs Both IPv4 and IPv6 are supported "tr" TokenRing "udp" UDP/IP socket pairs Both IPv4 and IPv6 are supported If the optional filter string is specified, only those packets that match the filter will be used in the calculations. The table is presented with one line for each conversation and displays number of packets/bytes in each direction as well as total number of packets/bytes. By default, the table is sorted according to total number of packets. These tables can also be generated at runtime by selecting the appropriate conversation type from the menu "Tools/Statistics/Conversation List/". B<-z> h225,counter[I<,filter>] Count ITU-T H.225 messages and their reasons. In the first column you get a list of H.225 messages and H.225 message reasons, which occur in the current capture file. The number of occurences of each message or reason is displayed in the second column. Example: use B<-z h225,counter>. This option can be used multiple times on the command line. If the optional filterstring is provided, the stats will only be calculated on those calls that match that filter. Example: use B<-z "h225,counter,ip.addr==1.2.3.4"> to only collect stats for H.225 packets exchanged by the host at IP address 1.2.3.4 . B<-z> h225,srt[I<,filter>] Collect requests/response SRT (Service Response Time) data for ITU-T H.225 RAS. Data collected is number of calls of each ITU-T H.225 RAS Message Type, Minimum SRT, Maximum SRT, Average SRT, Minimum in Packet, and Maximum in Packet. You will also get the number of Open Requests (Unresponded Requests), Discarded Responses (Responses without matching request) and Duplicate Messages. Example: use B<-z h225,srt>. This option can be used multiple times on the command line. If the optional filterstring is provided, the stats will only be calculated on those calls that match that filter. Example: use B<-z "h225,srt,ip.addr==1.2.3.4"> to only collect stats for ITU-T H.225 RAS packets exchanged by the host at IP address 1.2.3.4 . B<-z> sip,stat[I<,filter>] This option will activate a counter for SIP messages. You will get the number of occurences of each SIP Method and of each SIP Status-Code. Additionally you also get the number of resent SIP Messages (only for SIP over UDP). Example: use B<-z sip,stat>. This option can be used multiple times on the command line. If the optional filter string is provided, the stats will only be calculated on those calls that match that filter. Example: use B<-z "sip,stat,ip.addr==1.2.3.4"> to only collect stats for SIP packets exchanged by the host at IP address 1.2.3.4 . =back =head1 INTERFACE =head2 MENU ITEMS =over 4 =item File:Open =item File:Open Recent =item File:Close Open or close a capture file. The I dialog box allows a filter to be specified; when the capture file is read, the filter is applied to all packets read from the file, and packets not matching the filter are discarded. The I is a submenu and will show a list of previously opened files. =item File:Merge Merge another capture file to the currently loaded one. The I dialog box allows the merge "Prepended", "Chronologically" or "Appended", relative to the already loaded one. =item File:Save =item File:Save As Save the current capture, or the packets currently displayed from that capture, to a file. Check boxes let you select whether to save all packets, or just those that have passed the current display filter and/or those that are currently marked, and an option menu lets you select (from a list of file formats in which at particular capture, or the packets currently displayed from that capture, can be saved), a file format in which to save it. =item File:Export Export captured data into an external format. Note: the data cannot be imported back into Ethereal, so be sure to keep the capture file. =item File:Print Print packet data from the current capture. You can select the range of packets to be printed (which packets are printed), and the output format of each packet (how each packet is printed). The output format will be similar to the displayed values, so a summary line, the packet details view, and/or the hex dump of the packet can be printed. Printing options can be set with the I menu item, or in the dialog box popped up by this menu item. =item File:Quit Exit the application. =item Edit:Find Packet Search forward or backward, starting with the currently selected packet (or the most recently selected packet, if no packet is selected). Search criteria can be a display filter expression, a string of hexadecimal digits, or a text string. When searching for a text string, you can search the packet data, or you can search the text in the Info column in the packet list pane or in the packet details pane. Hexadecimal digits can be separated by colons, periods, or dashes. Text string searches can be ASCII or Unicode (or both), and may be case insensitive. =item Edit:Find Next =item Edit:Find Previous Search forward / backward for a packet matching the filter from the previous search, starting with the currently selected packet (or the most recently selected packet, if no packet is selected). =item Edit:Time Reference:Set Time Reference (toggle) Set (or unset if currently set) the selected packet as a Time Reference packet. When a packet is set as a Time Reference packet, the timestamps in the packet list pane will be replaced with the string "*REF*". The relative time timestamp in later packets will then be calculated relative to the timestamp of this Time Reference packet and not the first packet in the capture. Packets that have been selected as Time Reference packets will always be displayed in the packet list pane. Display filters will not affect or hide these packets. If there is a column displayed for "Culmulative Bytes" this counter will be reset at every Time Reference packet. =item Edit:Time Reference:Find Next =item Edit:Time Reference:Find Previous Search forward / backward for a time referenced packet. =item Edit:Mark Packet (toggle) Mark (or unmark if currently marked) the selected packet. The field "frame.marked" is set for packets that are marked, so that, for example, a display filters can be used to display only marked packets, and so that the L dialog can be used to find the next or previous marked packet. =item Edit:Mark All Packets =item Edit:Unmark All Packets Mark / Unmark all packets that are currently displayed. =item Edit:Preferences Set the GUI, capture, printing and protocol options (see L dialog below). =item View:Main Toolbar =item View:Filter Toolbar =item View:Statusbar Show or hide the main window controls. =item View:Packet List =item View:Packet Details =item View:Packet Bytes Show or hide the main window panes. =item View:Colorize Packet List Enable or disable the coloring rules. Disabling will improve performance. =item View:Time Display Format Set the format of the packet timestamp displayed in the packet list window to relative, absolute, absolute date and time, or delta. =item View:Name Resolution Enable or disable translation of addresses to names in the display. =item View:Auto Scroll in Live Capture Enable or disable the automatic scrolling of the packet list while a live capture is in progress. =item View:Zoom In =item View:Zoom Out Zoom into / out of the main window data (by changing the font size). =item View:Normal Size Reset the zoom factor of zoom in / zoom out back to normal font size. =item View:Resize Columns Resize the columns to best fit the current packet display. =item View:Collapse All =item View:Expand All Collapse / Expand all branches of the packet details. =item View:Expand Tree Expands the currently selected item in the packet details. =item View:Coloring Rules Change the foreground and background colors of the packet information in the list of packets, based upon display filters. The list of display filters is applied to each packet sequentially. After the first display filter matches a packet, any additional display filters in the list are ignored. Therefore, if you are filtering on the existence of protocols, you should list the higher-level protocols first, and the lower-level protocols last. =over =item How Colorization Works Packets are colored according to a list of color filters. Each filter consists of a name, a filter expression and a coloration. A packet is colored according to the first filter that it matches, Color filter expressions use exactly the same syntax as display filter expressions. When Ethereal starts, the color filters are loaded from: =over 1. The user's personal color filters file or, if that does not exist, 2. The global color filters file. =back If neither of these exist then the packets will not be colored. =back =item View:Show Packet In New Window Create a new window containing a packet details view and a hex dump window of the currently selected packet; this window will continue to display that packet's details and data even if another packet is selected. =item View:Reload Reload a capture file. Same as I and I the same file again. =item Go:Back Go back in previously visited packets history. =item Go:Forward Go forward in previously visited packets history. =item Go:Go To Packet Go to a particular numbered packet. =item Go:Go To Corresponding Packet If a field in the packet details pane containing a packet number is selected, go to the packet number specified by that field. (This works only if the dissector that put that entry into the packet details put it into the details as a filterable field rather than just as text.) This can be used, for example, to go to the packet for the request corresponding to a reply, or the reply corresponding to a request, if that packet number has been put into the packet details. =item Go:First Packet =item Go:Last Packet Go to the first / last packet in the capture. =item Capture:Start Initiate a live packet capture (see L dialog below). A temporary file will be created to hold the capture. The location of the file can be chosen by setting your TMPDIR environment variable before starting B. Otherwise, the default TMPDIR location is system-dependent, but is likely either F or F. =item Capture:Stop In a capture that updates the packet display as packets arrive (so that Ethereal responds to user input other than pressing the "Stop" button in the capture packet statistics dialog box), stop the capture. =item Capture:Interfaces Shows a dialogs box with all currently known interfaces and displaying the current network traffic amount. Capture sessions can be started from here. Beware: keeping this box open results in high system load! =item Capture:Capture Filters Edit the saved list of capture filters, allowing filters to be added, changed, or deleted. =item Analyze:Display Filters Edit the saved list of display filters, allowing filters to be added, changed, or deleted. =item Analyze:Apply as Filter Create a display filter, or add to the display filter strip at the bottom, a display filter based on the data currently highlighted in the packe details, and apply the filter. If that data is a field that can be tested in a display filter expression, the display filter will test that field; otherwise, the display filter will be based on absolute offset within the packet, and so could be unreliable if the packet contains protocols with variable-length headers, such as a source-routed token-ring packet. The B option creates a display filter that tests for a match of the data; the B option creates a display filter that tests for a non-match of the data. The B, B, B, and B options add to the end of the display filter in the strip at the bottom an AND or OR operator followed by the new display filter expression. =item Analyze:Prepare a Filter Create a display filter, or add to the display filter strip at the bottom, a display filter based on the data currently highlighted in the packet details, but don't apply the filter. =item Analyze:Enabled Protocols Allow protocol dissection to be enabled or disabled for a specific protocol. Individual protocols can be enabled or disabled by clicking on them in the list or by highlighting them and pressing the space bar. The entire list can be enabled, disabled, or inverted using the buttons below the list. When a protocol is disabled, dissection in a particular packet stops when that protocol is reached, and Ethereal moves on to the next packet. Any higher-layer protocols that would otherwise have been processed will not be displayed. For example, disabling TCP will prevent the dissection and display of TCP, HTTP, SMTP, Telnet, and any other protocol exclusively dependent on TCP. The list of protocols can be saved, so that Ethereal will start up with the protocols in that list disabled. =item Analyze:Decode As If you have a packet selected, present a dialog allowing you to change which dissectors are used to decode this packet. The dialog has one panel each for the link layer, network layer and transport layer protocol/port numbers, and will allow each of these to be changed independently. For example, if the selected packet is a TCP packet to port 12345, using this dialog you can instruct Ethereal to decode all packets to or from that TCP port as HTTP packets. =item Analyze:User Specified Decodes Create a new window showing whether any protocol ID to dissector mappings have been changed by the user. This window also allows the user to reset all decodes to their default values. =item Analyze:Follow TCP Stream If you have a TCP packet selected, display the contents of the data stream for the TCP connection to which that packet belongs, as text, in a separate window, and leave the list of packets in a filtered state, with only those packets that are part of that TCP connection being displayed. You can revert to your old view by pressing ENTER in the display filter text box, thereby invoking your old display filter (or resetting it back to no display filter). The window in which the data stream is displayed lets you select: =over 8 =item * whether to display the entire conversation, or one or the other side of it; =item * whether the data being displayed is to be treated as ASCII or EBCDIC text or as raw hex data; =back 4 and lets you print what's currently being displayed, using the same print options that are used for the I menu item, or save it as text to a file. =item Statistics:Summary Show summary information about the capture, including elapsed time, packet counts, byte counts, and the like. If a display filter is in effect, summary information will be shown about the capture and about the packets currently being displayed. =item Statistics:Protocol Hierarchy Show the number of packets, and the number of bytes in those packets, for each protocol in the trace. It organizes the protocols in the same hierarchy in which they were found in the trace. Besides counting the packets in which the protocol exists, a count is also made for packets in which the protocol is the last protocol in the stack. These last-protocol counts show you how many packets (and the byte count associated with those packets) B in a particular protocol. In the table, they are listed under "End Packets" and "End Bytes". =item Statistics:IO Graphs Open a window where up to 5 graphs in different colors can be displayed to indicate number of packets or number of bytes per second for all packets matching the specified filter. By default only one graph will be displayed showing number of packets per second. The top part of the window contains the graphs and scales for the X and Y axis. If the graph is too long to fit inside the window there is a horizontal scrollbar below the drawing area that can scroll the graphs to the left or the right. The horizontal axis displays the time into the capture and the vertical axis will display the measured quantity at that time. Below the drawing area and the scrollbar are the controls. On the bottom left there will be five similar sets of controls to control each induvidual graph such as "Display: