aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2003-06-09Use B<> for sample command-line options.guy1-12/+12
Show the name of the program in boldface and capitalize it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7818 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-09SID name mappings can now be presented in a table by tetherealsahlberg1-0/+14
using the -z smb,sids command argument. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7816 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-05From Lionel Ains: "-d" flag for decode-as support in Tethereal.guy2-0/+8
Add a new routine to iterate through all dissector tables, calling a routine for each table, to support having the "-d" code list all dissector tables. Get rid of "dissector_handle_get_dissector_name()"; it was put in there for "-d", but turns out not to be necessary for that. Clean up the usage message a bit (using the convention, adhered to by at least some UNIX utilities, of listing all the flags with no arguments in a single lump, and then listing the ones with arguments individually, and also putting "-v" and "-h" in a separate lump, as Ethereal does). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7788 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-04Give Niels Koot credit.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7776 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-03From Jeff Liu: Add support for WPA (Wi-Fi Protected Access) key in EAPOLgerald1-0/+1
frames and WPA IE in 802.11 beacon and probe response frames. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7770 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-30From tz: decode the base-64 string for HTTP Basic authorization.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7764 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-29From Steven Lass: if there is no whitespace after the colon in a header,guy1-0/+1
don't try to eat the non-existent whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7763 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-28Update Anand Narwani's email address.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7755 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-22Put in some missing contributor addresses.guy1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7716 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-20Lump TCPIPtrace and UCX$TRACE together and add TCPtrace to the mix.guy4-34/+35
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7700 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-19From Martin Warnes: support for VMS UCX$TRACE output in wiretap.guy4-31/+33
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7692 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-17Note that the output format list is displayed by the "-h" flag.gerald1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7687 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-17Add the list of output file format specs to Tethereal's man page.gerald1-6/+31
At some point we should probably add the list automatically, like we do the filter fields. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7686 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-15Change address for Tony Schene, at his request.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7679 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-15Implement a ring buffer switch duration:deniel2-4/+17
when the new "Rotate capture file every n second(s)" checkbox or the -b <# of file>[:<duration>] argument are used, [t]ethereal will skip to the next ring buffer file if the specified duration has elapsed (even if the specified capture size is not reached). This is useful when you want to have separate capture files per hour or day for instance. I let the autostop filesize parameter mandatory (i.e. the "rotate capture file after n kilobytes") but this could be no longer strictly necessary when that new feature is used ... Another point: it might be interesting to really truncate the file at the switch and not the closure ... According to user comments and my own real case tests, I might plan to enhance this point and others (still ring buffer related) in the future. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7678 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-15From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_guy1-0/+1
value for DLT_PFLOG, and that goes along with a change to the link-layer header for DLT_PFLOG - support both the old and new values and format. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7676 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-05From Mark C. Brown:guy1-0/+1
Following fixes for nettl (HP-UX): 1) Fixed 11.X timestamp issue there is no difference in 10.X/11.X timestamps, so no need to shift 11.X timestamps 2) Fixed NS_LS_DRIVER trace record handling now works rather than throwing "...network type that Ethereal doesn't support" error 3) Fixed handling of traces with sliced packets (nettl -m xx) now uses correct packet and capture lengths 4) Additional ethernet card support now handles btlan[1,3-6],gelan,igelan,intl100 driver trace records git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7642 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-30From Kaloian Stoilov: add a subtree for the MSTI flags.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7610 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-29iSNS support, from Garth Bushell.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7597 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-27From Lars Roland: document the "mgcp,rtd" tap for Ethereal, and improveguy2-6/+35
the documentation for that tap for Tethereal. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7587 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-27Clean up the example for the "-m" flag.guy1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7573 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-27From Matthijs Melchior:guy2-3/+23
- added option -m to set maximum packet length - added option -T to generate TCP headers - UDP headers now have a correct checksum - default capture timestamp is current time, usec field counts packets - UDP and TCP headers are mutually exclusive - changed etherenet addresses, now sends from 1 -> 2 .... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7571 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-26Put the new "-z" examples in boldface. (pod2man warns you about that.)guy1-18/+27
Wrap some paragraphs to 80 columns. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7569 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-25From Tony Schene: initial stub Kerberos kadmin support.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7562 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-24From Matthijs Melchior: add the ASN.1 routines to the table of routinesguy1-0/+1
exported to dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7552 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-24Update to io-stat for tethereal.sahlberg1-0/+38
Make it able to calculate COUNT() SUM() MIN() MAX() and AVG() for integers and relative time fields. See tethereal manpage for examples. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7550 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-24Support for filterable fields in UPDATE messages, based on changes fromguy1-0/+1
Marcio Franco. Add a bunch of error checking and cleanups in the process of adding the filterable fields support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7548 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-23From Duncan Laurie: IPMI-over-LAN support.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7538 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-22Get rid of C++ comments.guy1-1/+2
Fix up some comments, and eliminate a compiler warning. Make the "iac_found" variable Boolean, and get rid of a redundant initialization. Give David Yon credit for the recent Telnet updates. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7535 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-22Update to the io,stat tethereal tap.sahlberg1-1/+9
Make it possible to use subsecond granularity for the measurement intervals. io,stat is updated to accept the interval to be specified with ms resolution. Example -z io,stat,0.001,smb to generate 1ms statistics for all SMB traffic. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7527 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-21From Erwin Rol: ArtNET support.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7518 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-16From Stephen Shelley: full payload dissection of compliance levels 0, 1guy1-0/+1
and 2 function codes for Modbus/TCP, plus some bug fixes. Use value_string tables to map function codes and exception codes to strings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7468 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-06From emre: add a "Filter out this stream" button to the "Follow TCPguy1-1/+2
Stream" window, which adds "and !(<filter for the stream>)" to the display filter in effect before the stream was followed, removing that stream from the display. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7408 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-01From Eric Perie: update to the name for EAP type 15, and some additionalguy1-0/+1
EAP types. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7393 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-12From Todd Montgomery: Bring PGM up to date with RFC 3208:gerald1-0/+1
- checksum checks for all packets (like UDP, IP, TCP, etc.) - this includes adding an option to turn off checking it in the preferences menu (like TCP does). - POLL packets - POLR packets - added PGM options: - OPT_FRAGMENT - OPT_REDIRECT - OPT_NAK_BO_IVL - OPT_NAK_BO_RNG - fixed a minor offset error in SPMs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7349 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-10Obscure more email addresses.gerald3-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7334 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-10Fix some perldoc warnings and obscure email addresses.gerald2-17/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7333 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-09- conversation_get_protocol_data -> conversation_get_proto_datadeniel1-10/+10
- miscellaneous typos corrected git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7329 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-08Add some missing entries, and put the entries in the same order as theguy1-1/+3
AUTHORS file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7319 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-08Documentation for the MGCP tap,f rom Lars Roland.guy1-0/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7317 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-07Note that you need <io.h> on Windows if you want to use "open()",guy1-3/+17
"close()", "read()", "write()", etc.. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7314 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-07From Markus Friedl:gerald1-0/+1
Add support for the OpenBSD enc(4) encapsulating interface. Add support for Ethernet over IP (RFC 3378). Fold Markus' .h files into their respective .c files, add a define to ipproto.h and use it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7310 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-06Throw in some additional portability notes about:guy1-4/+37
not using "%l[doux]" with guint32; not including <unistd.h> without #ifdef HAVE_UNISTD_H; not fopening binary files with "r", "w", etc., and not opening them with "open()" without using O_BINARY. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7302 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-06Update and added text to README.tapping based on comments in thesahlberg1-1/+40
contributed RTP tap for voice. Explained when a tap listener is called and somethings to keep in mind when adding taps to protocols that may appear multiple times inside the same packet. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7293 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-04From Laurent Meyer: reassemble fragmented X.25 packets, and fix up aguy1-1/+1
test. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7276 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-03Added tap functionality to UDPsahlberg1-0/+1
Added top talkers calculation for UDP socketpairs try -z io,users,udpip git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7266 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-03Update for tethereal -z io,users, top talkers :sahlberg1-0/+1
"tcpip" added. -z io,users,tcpip will create a top talkers list of individual tcpip connections git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7264 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-01Yahoo Messenger YMSG protocol support, from Wayne Parrott.guy1-0/+1
Pull "packet-yhoo.h" into "packet-yhoo.c". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7226 f5534014-38df-0310-8fa8-9805f1628bb7
2003-02-27From Jason Copenhaver: put the address fields in the Ethernet header inguy1-0/+1
the right order. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7208 f5534014-38df-0310-8fa8-9805f1628bb7
2003-02-27From Brad Hards: don't have "make distclean" delete "register.c",guy1-0/+1
"register-static.c", or "ps.c", as we distribute them in the tarball. Add Georgi Guninski to the credits list in the man page. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7206 f5534014-38df-0310-8fa8-9805f1628bb7