aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2003-09-02From Jean-Michel Fayard: show in Tools:Summary window statistics aboutguy1-1/+9
packets that passed the current display filter, as well as about the entire capture. Document the Tools:Summary item in the man page. Update Gerald's e-mail address. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8344 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-29Add endpoint talkers support for FDDI to ethereal and tetherealsahlberg2-1/+3
Welcome FDDI into the endpoint talkers family. Nobody gets left behind! git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8310 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-29From Vincent Jardin: Add support for Teredogerald1-0/+1
(draft-huitema-v6ops-teredo-00.txt). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8305 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-28From Giles Scott: Nortel/SynOptics Network Management Protocol support.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8290 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-27From Richard Urwin:guy1-28/+58
use Export and Import for the buttons in GTK+ 2.x as well; get rid of a duplicate fclose; other fixes. Update the description of color filters in the Ethereal man page to reflect the change, clean up the formatting (use =item), and add the global and personal color filters files to the FILES section; refer to them as "color filters" files rather than "colorfilters" files, as the FILES section gives the "colorfilters" file name so you don't have to use that as the name. Clean up white space. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8285 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-27Fix a typo.guy2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8284 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).gram2-2/+12
The search uses a naive approach; more work is required to add a Boyer-Moore Search algorithm. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8280 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-26From Jesper Peterson:guy1-0/+1
Extract the FCS decoding section of the PPP_HDLC dissector to allow the CHDLC dissector to use the same routine. The ppp_options used for preferences has been renamed to fcs_options and exported via packet-ppp.h so CHDLC gets a separate (but identical) FCS preference. This means prefs.h has to be included before packet-ppp.h so a couple of ppp related files (packet-{gtp,null,raw,vj}.c) had their includes slightly re-arranged. From me: make the PPP/CHDLC FCS code use "crc32()" to check the 32-bit FCS. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8271 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-25H.263 updates from Niklas Ogren.guy1-0/+1
Put him in the authors list in the Ethereal man page. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8254 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-24Clean up the text, and boldface "-z talkers" in "These statisticsguy1-14/+19
windows can also be invoked from the Ethereal command line using the -z talkers argument" (as pod2man suggests be done). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8244 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-24Update for the tethereal talkers to amke it support IPX.sahlberg1-0/+1
Useage is -z talkers,ipx[,<filter>] git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8242 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-24Add endpoint talker support for IPXsahlberg1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8240 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-24Add support for Fibre Channel talker statistics for tethereal.sahlberg1-0/+1
-z talkers,fc[,<filter>] to invoke it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8237 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-24Update manpage for ethereal.sahlberg2-3/+36
Update the talkers tap for tethereal (iousers) and change the command line to invoke the tethereal version from -z io,users, to -z talkers, to be the same as for ethereal. Sorry if it breaks some scripts but io,users was a very nonintuitive name for this option. talkers is not much better but at least a little bit more descriptive/intuitive. Anyone with a better name for this are welcome to provide a patch. The tethereal version is now agnostic to wether v4 or v6 are transporting UDP/TCP git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8236 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-21From Lars Roland:guy1-11/+13
A scrollable GtkCList is used now for both GTK1 and GTK2. Removed "overall" line from statistics table. It is not useful. "Response Time Delay" was renamed into "Service Response Time". Menu Item moved to "Service Response Time" folder. As Ronnie suggested, the active display filter is now used as default statistics filter. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8205 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-18From Richard Urwin a great enhancement to the color filter dialogue tosahlberg1-0/+83
make it possible to import/export color filters git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8188 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-18From Gisle Vanem: <ws2tcpip.h> is needed for INET6 code in epan/resolv.cguy1-0/+1
(at least with MingW + gcc 3.3.1). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8184 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-18From Tony Lindstrom: updates of DHCPV6 dissector toguy1-0/+1
draft-ietf-dhc-dhcpv6-28, draft-ietf-dhc-dhcpv6-opt-prefix-delegation-04, and draft-ietf-dhc-dhcpv6-opt-dnsconfig-03, and addition of NIS and time configuration option drafts draft-ietf-dhc-dhcpv6-opt-nisconfig-02 and draft-ietf-dhc-dhcpv6-opt-timeconfig-02. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8182 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-17From Shiang-Ming Huang: STUN (RFC 3489) support.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8175 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-08Change Lo�c Minier's e-mail address.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8153 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-07Document the disabled_protos file and the fact that you can save theguy2-0/+28
list of disabled protocols. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8145 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-07From Michael Lum: add the ability to have a preferences file containingguy1-1/+2
a list of disabled protocols, and to save that list from the Edit > Protocols dialog box. Add checks for read errors in "read_prefs()". Clean up white space. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8144 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-05LWRES support, from Oleg Terletsky.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8133 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-04From Lo�c Minier: if the field name for "x-wap.tod" is shown as a textguy1-0/+1
string, decode the value as a text string, as per 1.0, section 8.4.1.2 ("Field Values"): If the field name is encoded in text format, textual values MUST be used. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8130 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-01From Chris Heath: fix up the check for printable ASCII done on Windowsguy1-0/+1
not to include DEL as printable ASCII. Also change the check in strutil.c to do it by redefining "isprint()", as is done in "gtk/gtkglobals.h", rather than by #ifdeffing the point at which the test is done. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8118 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-31From Bernd Leibing: catch another place where we weren't checkingguy1-0/+1
whether the domain name was null before putting it into the Info column. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8114 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-30Fix a typo.guy1-27/+32
Wrap text to 80 columns. Add myself to the authors list (e.g. for the portability section). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8108 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-30Fix a typo.guy2-2/+16
Note that, inside double quotes, you must escape backslashes with backslashes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8104 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-29From Thierry Martin: support for reading files from Accellent 5Views LANguy4-25/+30
agents. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8093 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-25Add to the fundamental types passed between the scanner and the parser.gram3-4/+86
Besides "STRING", there is now "UNPARSED_STRING", where the distinction is that "STRING" was a double-quoted string and "UNPARSED_STRING" is just a sequence of characters that the scanner didn't know how to scan/parse, so it's up to the Ftype to parse it. This gives us more flexibility and prepares the dfilter parsing engine for the upcoming addition of the "contains" operator. In the process of doing this, I also re-did the double-quoted string support in the scanner, so that instead of the naively-simple support we used to have, double-quoted strings now can have embedded dobule-quotes, embedded octal sequences, and embedded hexadecimal sequences: "\"" embedded double-quote "\110" embedded octal "\x48" embedded hex Enhance the dfilter unit test script to be able to run a single collection of tests instead of having to run all of them all the time. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8083 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-22Add two preferences to control ADNS, one to enable/disable it and one togerald2-0/+2
set its concurrency level. Fix an ADNS queueing bug. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8063 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-16From Xuan Zhang: eDonkey support.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8035 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-15From Michael Kopp: add some entries for Cisco VSA for SSG Communicationguy1-0/+1
via Radius Packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8023 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-11From smhuang [AT] pcs.csie.nctu.edu.tw: fix a "g_string_append()" call.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8014 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-07Typo fix, from Brad Hards.guy1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7977 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-07From Darren Steele: fetch the delivery time from the correct offset.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7976 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-06From Gregory Stark: fix up the check for packets not in a givenguy1-0/+1
connection to check for addresses and ports at the same time, rather then checking the source addresses, destination addresses, and ports separately, as the latter doesn't handle A:X->B:Y and B:X->A:Y both being active connections. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7966 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-06From Nathan Jennings: "g_list_remove_link()" doesn't free the list itemguy1-0/+1
itself, so we leaked memory when freeing the interface list; in "free_interface_list()", use "g_list_foreach()", calling a list free routine, to free the data items in the list, and then use "g_list_free()" to free the list. Use "free_interface_list()" in "get_interface_list()" to free the list if we have an error, as it now does what the code that use to be there did. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7965 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-01From Christoph Wiest: redo MEGACO dissector to more fully parseguy1-0/+1
text-format messages. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7957 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-25Service Response Time measurements and statistics for Fibre Channelsahlberg1-0/+35
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7932 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-22Ringbuffer rework.deniel2-25/+13
Almost completely rewritten in order to: - be able to use a unlimited number of ringbuffer files 0 specified with -b argument or in the GUI, means that the number of file is unlimited. else the maximum number of ring buffer files is arbitrarily set to 1024. - close the current file and open (truncating it) the next file at switch - set the final file name once open (or reopen) - avoid the deletion of files that could not be truncated (can't arise now) and do not erase empty files The idea behind that is to remove the limitation of the maximum # of ringbuffer files being less than the maximum # of open fd per process and to be able to reduce the amount of virtual memory usage (having only one file open at most) or the amount of file system usage (by truncating the files at switch and not the capture stop, and by closing them which makes possible their move or deletion after a switch). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7912 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-21Update SMB statistics tap to use the new CList helper routines.sahlberg1-23/+24
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7907 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-21Update ONC-RPC response time tap to use the new helper functionsahlberg1-18/+18
that displays the data using a CList. Renamed RTT to SRT (Service Response Time) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7904 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-21Break out the code for the ahndling of the Service Response Time (formerly ↵sahlberg1-11/+12
known as RoundTripTime) table and change the table into a scrollable CList. As a first conversion to use the helper routines, convert DCERPC SRT statistics to use the new interface. This prevents some interfaces (SAMR/LSA) that contains a huge number of procedures from creating a huge table that does not fir on the screen. Later changes to the helpers may be to make the different columns sortable or to hide those procedures that has not been seen in the capture. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7903 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-13Update Laurent Meyer's e-mail address.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7882 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-13From Jeff Rizzo: sFlow support.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7879 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-13Fix some typoes.guy2-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7872 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-12Clarify the comment about not doing dissection work if "tree" is NULL,guy1-5/+7
to indicate what you should avoid doing *and* to indicate what you still have to do (i.e., call subdissectors). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7864 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-11From Joakim Wiberg: support for Common Industrial Protocol over IP.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7838 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-10Fix some places where "Ethereal" wasn't capitalized and boldfaced.guy1-33/+55
Fix a typo. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7831 f5534014-38df-0310-8fa8-9805f1628bb7