aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2003-06-09Use B<> for sample command-line options.Guy Harris1-12/+12
Show the name of the program in boldface and capitalize it. svn path=/trunk/; revision=7818
2003-06-09SID name mappings can now be presented in a table by tetherealRonnie Sahlberg1-0/+14
using the -z smb,sids command argument. svn path=/trunk/; revision=7816
2003-06-05From Lionel Ains: "-d" flag for decode-as support in Tethereal.Guy Harris2-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). svn path=/trunk/; revision=7788
2003-06-04Give Niels Koot credit.Guy Harris1-1/+2
svn path=/trunk/; revision=7776
2003-06-03From Jeff Liu: Add support for WPA (Wi-Fi Protected Access) key in EAPOLGerald Combs1-0/+1
frames and WPA IE in 802.11 beacon and probe response frames. svn path=/trunk/; revision=7770
2003-05-30From tz: decode the base-64 string for HTTP Basic authorization.Guy Harris1-0/+1
svn path=/trunk/; revision=7764
2003-05-29From Steven Lass: if there is no whitespace after the colon in a header,Guy Harris1-0/+1
don't try to eat the non-existent whitespace. svn path=/trunk/; revision=7763
2003-05-28Update Anand Narwani's email address.Gerald Combs1-1/+1
svn path=/trunk/; revision=7755
2003-05-22Put in some missing contributor addresses.Guy Harris1-0/+2
svn path=/trunk/; revision=7716
2003-05-20Lump TCPIPtrace and UCX$TRACE together and add TCPtrace to the mix.Guy Harris4-34/+35
svn path=/trunk/; revision=7700
2003-05-19From Martin Warnes: support for VMS UCX$TRACE output in wiretap.Guy Harris4-31/+33
svn path=/trunk/; revision=7692
2003-05-17Note that the output format list is displayed by the "-h" flag.Gerald Combs1-0/+2
svn path=/trunk/; revision=7687
2003-05-17Add the list of output file format specs to Tethereal's man page.Gerald Combs1-6/+31
At some point we should probably add the list automatically, like we do the filter fields. svn path=/trunk/; revision=7686
2003-05-15Change address for Tony Schene, at his request.Guy Harris1-1/+1
svn path=/trunk/; revision=7679
2003-05-15Implement a ring buffer switch duration:Laurent 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. svn path=/trunk/; revision=7678
2003-05-15From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_Guy Harris1-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. svn path=/trunk/; revision=7676
2003-05-05From Mark C. Brown:Guy Harris1-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 svn path=/trunk/; revision=7642
2003-04-30From Kaloian Stoilov: add a subtree for the MSTI flags.Guy Harris1-0/+1
svn path=/trunk/; revision=7610
2003-04-29iSNS support, from Garth Bushell.Guy Harris1-0/+1
svn path=/trunk/; revision=7597
2003-04-27From Lars Roland: document the "mgcp,rtd" tap for Ethereal, and improveGuy Harris2-6/+35
the documentation for that tap for Tethereal. svn path=/trunk/; revision=7587
2003-04-27Clean up the example for the "-m" flag.Guy Harris1-1/+3
svn path=/trunk/; revision=7573
2003-04-27From Matthijs Melchior:Guy Harris2-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 .... svn path=/trunk/; revision=7571
2003-04-26Put the new "-z" examples in boldface. (pod2man warns you about that.)Guy Harris1-18/+27
Wrap some paragraphs to 80 columns. svn path=/trunk/; revision=7569
2003-04-25From Tony Schene: initial stub Kerberos kadmin support.Guy Harris1-0/+1
svn path=/trunk/; revision=7562
2003-04-24From Matthijs Melchior: add the ASN.1 routines to the table of routinesGuy Harris1-0/+1
exported to dissectors. svn path=/trunk/; revision=7552
2003-04-24Update to io-stat for tethereal.Ronnie 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. svn path=/trunk/; revision=7550
2003-04-24Support for filterable fields in UPDATE messages, based on changes fromGuy Harris1-0/+1
Marcio Franco. Add a bunch of error checking and cleanups in the process of adding the filterable fields support. svn path=/trunk/; revision=7548
2003-04-23From Duncan Laurie: IPMI-over-LAN support.Guy Harris1-0/+1
svn path=/trunk/; revision=7538
2003-04-22Get rid of C++ comments.Guy Harris1-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. svn path=/trunk/; revision=7535
2003-04-22Update to the io,stat tethereal tap.Ronnie 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. svn path=/trunk/; revision=7527
2003-04-21From Erwin Rol: ArtNET support.Guy Harris1-0/+1
svn path=/trunk/; revision=7518
2003-04-16From Stephen Shelley: full payload dissection of compliance levels 0, 1Guy Harris1-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. svn path=/trunk/; revision=7468
2003-04-06From emre: add a "Filter out this stream" button to the "Follow TCPGuy Harris1-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. svn path=/trunk/; revision=7408
2003-04-01From Eric Perie: update to the name for EAP type 15, and some additionalGuy Harris1-0/+1
EAP types. svn path=/trunk/; revision=7393
2003-03-12From Todd Montgomery: Bring PGM up to date with RFC 3208:Gerald Combs1-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 svn path=/trunk/; revision=7349
2003-03-10Obscure more email addresses.Gerald Combs3-4/+4
svn path=/trunk/; revision=7334
2003-03-10Fix some perldoc warnings and obscure email addresses.Gerald Combs2-17/+12
svn path=/trunk/; revision=7333
2003-03-09- conversation_get_protocol_data -> conversation_get_proto_dataLaurent Deniel1-10/+10
- miscellaneous typos corrected svn path=/trunk/; revision=7329
2003-03-08Add some missing entries, and put the entries in the same order as theGuy Harris1-1/+3
AUTHORS file. svn path=/trunk/; revision=7319
2003-03-08Documentation for the MGCP tap,f rom Lars Roland.Guy Harris1-0/+15
svn path=/trunk/; revision=7317
2003-03-07Note that you need <io.h> on Windows if you want to use "open()",Guy Harris1-3/+17
"close()", "read()", "write()", etc.. svn path=/trunk/; revision=7314
2003-03-07From Markus Friedl:Gerald Combs1-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. svn path=/trunk/; revision=7310
2003-03-06Throw in some additional portability notes about:Guy Harris1-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. svn path=/trunk/; revision=7302
2003-03-06Update and added text to README.tapping based on comments in theRonnie Sahlberg1-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. svn path=/trunk/; revision=7293
2003-03-04From Laurent Meyer: reassemble fragmented X.25 packets, and fix up aGuy Harris1-1/+1
test. svn path=/trunk/; revision=7276
2003-03-03Added tap functionality to UDPRonnie Sahlberg1-0/+1
Added top talkers calculation for UDP socketpairs try -z io,users,udpip svn path=/trunk/; revision=7266
2003-03-03Update for tethereal -z io,users, top talkers :Ronnie Sahlberg1-0/+1
"tcpip" added. -z io,users,tcpip will create a top talkers list of individual tcpip connections svn path=/trunk/; revision=7264
2003-03-01Yahoo Messenger YMSG protocol support, from Wayne Parrott.Guy Harris1-0/+1
Pull "packet-yhoo.h" into "packet-yhoo.c". svn path=/trunk/; revision=7226
2003-02-27From Jason Copenhaver: put the address fields in the Ethernet header inGuy Harris1-0/+1
the right order. svn path=/trunk/; revision=7208
2003-02-27From Brad Hards: don't have "make distclean" delete "register.c",Guy Harris1-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. svn path=/trunk/; revision=7206