aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ethereal.pod
Commit message (Collapse)AuthorAgeFilesLines
* Fix cosmetic errors in the AUTHORS file and in ethereal.pod.Olivier Biot2004-09-051-9/+17
| | | | svn path=/trunk/; revision=11907
* SUM, like COUNT, MIN, MAX, and AVG, computes the value over theGuy Harris2004-07-101-4/+4
| | | | | | | interval, not over the entire capture (a sum over the entire capture would yield only one value, which isn't very interesting to plot). svn path=/trunk/; revision=11359
* Clean up some formatting, and fix some typoes.Guy Harris2004-07-101-25/+41
| | | | svn path=/trunk/; revision=11358
* remove (duplicated) list of authors from ethereal.pod,Ulf Lamping2004-05-221-417/+1
| | | | | | and use ../AUTHORS-SHORT instead to concatenate a tmp file to use svn path=/trunk/; revision=10963
* some beautifying andUlf Lamping2004-05-221-29/+21
| | | | | | bring the links to live, so the html manpage will jump correctly to it's link targets svn path=/trunk/; revision=10959
* update manpage, to reflect recent (and not so recent :-( changes in the GUI,Ulf Lamping2004-05-221-194/+229
| | | | | | | like some things in the menu and Preferences, and fixed some minor bugs which caused undesired formatting. svn path=/trunk/; revision=10957
* From James H. Cloos Jr: update the list of audio and video codecs.Guy Harris2004-05-151-1/+2
| | | | | | Get rid of no-longer-used AST_FORMAT_MP3. svn path=/trunk/; revision=10906
* From Dominic B�chaz: IEEE 1588 (Precision Time Protocol) support.Gerald Combs2004-05-121-0/+1
| | | | svn path=/trunk/; revision=10857
* From Rich Coe: DICOM support.Guy Harris2004-05-081-0/+1
| | | | svn path=/trunk/; revision=10818
* From Thomas Anders:Guy Harris2004-05-071-1/+1
| | | | | | | | | | | | | - support vendor-specific DHCP option 43 interpretation per CableLabs standards (for compliant cable devices, identified by option 60) - support DHCP option 122 with all suboptions (RFC 3495: CableLabs Client Configuration; RFC 3594: PacketCable Security Ticket Control) - update DHCP options list: add options 117-122 (see http://www.iana.org/assignments/bootp-dhcp-parameters) - minor enhancements for DHCP options 2, 82 - minor code cleanup svn path=/trunk/; revision=10809
* From Kendy Kutzner: use the tvb_uncompress() routines instead of the ownOlivier Biot2004-05-051-0/+1
| | | | | | SLSK decompression routine. svn path=/trunk/; revision=10803
* The GNOME HIG calls the View menu item for the status bar "Statusbar",Guy Harris2004-05-031-1/+1
| | | | | | not "Status Bar". svn path=/trunk/; revision=10782
* The "View" menu has items to show or hide the three display panes; itGuy Harris2004-05-031-54/+64
| | | | | | | | | | | calls the middle pane the "Packet Details" pane, which is perhaps less geeky than "Protocol Tree". Update the man page to call it the "packet details". Update the description of the menu items to more closely reflect current reality. svn path=/trunk/; revision=10781
* From Lars Roland: document the SIP statistics.Guy Harris2004-05-011-0/+26
| | | | svn path=/trunk/; revision=10762
* From Carlos Pignataro:Gerald Combs2004-04-281-0/+1
| | | | | | | | | Graceful Restart Mechanism for LDP [RFC3478] Fault Tolerance for LDP [RFC3479] Update IANA assigned Status codes Fixed some typos. svn path=/trunk/; revision=10718
* From Joe Marcus Clarke: force the standard output to be in binary modeGuy Harris2004-04-281-0/+1
| | | | | | on Windows. svn path=/trunk/; revision=10717
* From Jerry Talkington:Olivier Biot2004-04-261-1/+1
| | | | | | | - Dissect chunked transfer-coded body in HTTP - Update email address svn path=/trunk/; revision=10710
* seperated the input file formats into list elements, instead of a "floating ↵Ulf Lamping2004-04-231-20/+87
| | | | | | text" svn path=/trunk/; revision=10676
* Update Thierry Pelle's address.Gerald Combs2004-04-201-1/+1
| | | | svn path=/trunk/; revision=10650
* Update Pasi Eronen's e-mail address.Guy Harris2004-04-191-1/+1
| | | | svn path=/trunk/; revision=10640
* From Lukas Pokorny: RTPS (Real-Time Publish-Subscribe) support.Guy Harris2004-04-171-0/+1
| | | | svn path=/trunk/; revision=10630
* From Clinton Work: dissect Cisco PID 0x010b as STP (it's actually theirGuy Harris2004-04-131-0/+1
| | | | | | | | | own modified Per-VLAN STP, so there's some extra stuff at the end of the packet that needs to be decoded). Indicate in a comment in packet-cisco-oui.c what PVSTP is. svn path=/trunk/; revision=10589
* From Jon Oberheide: add a missing hf[] entry for a field.Guy Harris2004-04-111-1/+3
| | | | | | Fix up AUTHORS and the authors list in the Ethereal man page. svn path=/trunk/; revision=10581
* update doc with better description of SUM/COUNT/MIN/MAX/AVG.Ronnie Sahlberg2004-04-081-9/+21
| | | | svn path=/trunk/; revision=10561
* from Thomas Palmer: add a preference setting for filter toolbar placementUlf Lamping2004-04-061-0/+1
| | | | svn path=/trunk/; revision=10555
* Love contributed great help to get the heimdal decryption support workingRonnie Sahlberg2004-04-041-0/+1
| | | | | | (wherein we also discovered an obscure bug inside heimdal itself) Great thanks to Love. svn path=/trunk/; revision=10551
* From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session ManagementGuy Harris2004-03-251-0/+1
| | | | | | support. svn path=/trunk/; revision=10480
* From Jelmer Vernooij: split the AIM dissector into multiple files, andGuy Harris2004-03-231-1/+1
| | | | | | add a few more SNACs. svn path=/trunk/; revision=10450
* From Jelmer Vernooij: add support for some more SNACs.Guy Harris2004-03-201-0/+2
| | | | svn path=/trunk/; revision=10414
* From Josh Bailey: IPDC support.Guy Harris2004-03-181-0/+1
| | | | svn path=/trunk/; revision=10399
* From Brian Wheeler: DOCSIS 2.0 support.Guy Harris2004-03-171-0/+1
| | | | svn path=/trunk/; revision=10387
* From metatech: IBM WebSphere MQ protocol support.Guy Harris2004-03-161-0/+1
| | | | svn path=/trunk/; revision=10386
* updated texts to reflect the latest GUI changesUlf Lamping2004-03-131-228/+257
| | | | svn path=/trunk/; revision=10376
* From Ryuji Somegawa: CDMA2000 A11 support.Guy Harris2004-03-051-0/+1
| | | | svn path=/trunk/; revision=10317
* From John Englehart: CDP updates (hello packets, show capabilities theGuy Harris2004-03-051-1/+2
| | | | | | same way Cisco's "show cdp neighbor" does). svn path=/trunk/; revision=10310
* Change Email address of Giles ScottJörg Mayer2004-02-231-1/+1
| | | | svn path=/trunk/; revision=10200
* From Rowan McFarlane: Update Skinny to support Cisco CallManager 4.x,Gerald Combs2004-02-201-0/+1
| | | | | | add support for Cast Client Control Protocol. svn path=/trunk/; revision=10140
* From Ian Schorr: taps to keep statistics of traffic by host.Guy Harris2004-02-201-1/+1
| | | | svn path=/trunk/; revision=10120
* From Rolf Fiedler: German ISDN carriers don't supply the seconds in theGuy Harris2004-02-181-1/+0
| | | | | | | | | date/time IE, so support IE lengths of 5 (no seconds) or 6 (includes seconds). Merge the two AUTHORS and man page entries for him. svn path=/trunk/; revision=10089
* From Nick Black: the 0x8000 bit in the flags field is *NOT* aGuy Harris2004-02-181-1/+2
| | | | | | | | | "congestion" bit for ECN. Show it as a reserved bit. Put semicolons, not commas, at the end of the calls to put flags field bits into the protocol tree. svn path=/trunk/; revision=10087
* Edwin Calo: Extract strings from a postgres datastreamJörg Mayer2004-02-161-0/+1
| | | | svn path=/trunk/; revision=10068
* Update Andreas Sikkema's e-mail address.Guy Harris2004-02-141-1/+1
| | | | svn path=/trunk/; revision=10064
* From Pavel Kankovsky: fix the name of the channel field in the PrismGuy Harris2004-02-141-1/+2
| | | | | | 802.11 radio header. svn path=/trunk/; revision=10063
* Include EyeSDN USB S0 trace files in the list of file formats we read.Guy Harris2004-02-111-6/+6
| | | | svn path=/trunk/; revision=10040
* Christian Wagner: Support for the Soul Seek P2P protocolJörg Mayer2004-02-111-0/+1
| | | | svn path=/trunk/; revision=10039
* From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.Guy Harris2004-02-111-0/+1
| | | | svn path=/trunk/; revision=10038
* From Magnus Hansson:Guy Harris2004-02-041-0/+1
| | | | | | | | | | | | | | | * Added decoding of Transport type/trigger * Updated service code's text to match specification * Added new vendor IDs from ODVA * Added service etc to info column, formatted info column for easier overview * Added actual time out calculation for Forward close, Unconnected send * Fixed bug, port not shown for extended addresses * Added Network Segment to EPATH decode * NOP packets not decoded as they contain Common data Format svn path=/trunk/; revision=9979
* From Peter J. Creath: add a heuristic dissector table, so thatGuy Harris2004-02-031-0/+1
| | | | | | | | dissectors for protocols that put non-802.3 packets inside 802.3 frames can intercept 802.3/Ethernet frames before they're dissected as 802.3/Ethernet packets. svn path=/trunk/; revision=9976
* From Martin Mathieson: SIP sipfrag support.Guy Harris2004-02-031-1/+1
| | | | svn path=/trunk/; revision=9969
* From Holger Schurig; add support for EAP-TTLS.Guy Harris2004-02-031-0/+1
| | | | svn path=/trunk/; revision=9966