aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ethereal.pod
AgeCommit message (Collapse)AuthorFilesLines
2005-03-01From Graeme Hewson: rename the global preferences file to "preferences"Guy Harris1-23/+23
(it's now in an "ethereal" directory, so there's no need for it to have a name that distinguishes it from files for other programs) - if it's not found as "preferences", try "ethereal.conf" for compatibility - and update the man pages appropriately. Fix a typo in the section color filters (the file name is "colorfilters", not "color filters"). svn path=/trunk/; revision=13559
2005-02-22add the number of autostop files to the command line parameters, e.g.:Ulf Lamping1-1/+7
-a files:20 also added this to the manpage, the user's guide will follow later svn path=/trunk/; revision=13473
2005-01-13Add support for a personal hosts file.Guy Harris1-17/+25
Clean up the description of the global and personal ethers and ipxnets files. svn path=/trunk/; revision=13017
2004-10-26Document the personal capture and display filters list in the FILESGuy Harris1-10/+14
section, as is done for other files. Just refer to those files in the section for the "Save" button for the capture and display filter dialog boxes. svn path=/trunk/; revision=12398
2004-09-05Fix cosmetic errors in the AUTHORS file and in ethereal.pod.Olivier Biot1-9/+17
svn path=/trunk/; revision=11907
2004-07-10SUM, like COUNT, MIN, MAX, and AVG, computes the value over theGuy Harris1-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
2004-07-10Clean up some formatting, and fix some typoes.Guy Harris1-25/+41
svn path=/trunk/; revision=11358
2004-05-22remove (duplicated) list of authors from ethereal.pod,Ulf Lamping1-417/+1
and use ../AUTHORS-SHORT instead to concatenate a tmp file to use svn path=/trunk/; revision=10963
2004-05-22some beautifying andUlf Lamping1-29/+21
bring the links to live, so the html manpage will jump correctly to it's link targets svn path=/trunk/; revision=10959
2004-05-22update manpage, to reflect recent (and not so recent :-( changes in the GUI,Ulf Lamping1-194/+229
like some things in the menu and Preferences, and fixed some minor bugs which caused undesired formatting. svn path=/trunk/; revision=10957
2004-05-15From James H. Cloos Jr: update the list of audio and video codecs.Guy Harris1-1/+2
Get rid of no-longer-used AST_FORMAT_MP3. svn path=/trunk/; revision=10906
2004-05-12From Dominic B�chaz: IEEE 1588 (Precision Time Protocol) support.Gerald Combs1-0/+1
svn path=/trunk/; revision=10857
2004-05-08From Rich Coe: DICOM support.Guy Harris1-0/+1
svn path=/trunk/; revision=10818
2004-05-07From Thomas Anders:Guy Harris1-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
2004-05-05From Kendy Kutzner: use the tvb_uncompress() routines instead of the ownOlivier Biot1-0/+1
SLSK decompression routine. svn path=/trunk/; revision=10803
2004-05-03The GNOME HIG calls the View menu item for the status bar "Statusbar",Guy Harris1-1/+1
not "Status Bar". svn path=/trunk/; revision=10782
2004-05-03The "View" menu has items to show or hide the three display panes; itGuy Harris1-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
2004-05-01From Lars Roland: document the SIP statistics.Guy Harris1-0/+26
svn path=/trunk/; revision=10762
2004-04-28From Carlos Pignataro:Gerald Combs1-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
2004-04-28From Joe Marcus Clarke: force the standard output to be in binary modeGuy Harris1-0/+1
on Windows. svn path=/trunk/; revision=10717
2004-04-26From Jerry Talkington:Olivier Biot1-1/+1
- Dissect chunked transfer-coded body in HTTP - Update email address svn path=/trunk/; revision=10710
2004-04-23seperated the input file formats into list elements, instead of a "floating ↵Ulf Lamping1-20/+87
text" svn path=/trunk/; revision=10676
2004-04-20Update Thierry Pelle's address.Gerald Combs1-1/+1
svn path=/trunk/; revision=10650
2004-04-19Update Pasi Eronen's e-mail address.Guy Harris1-1/+1
svn path=/trunk/; revision=10640
2004-04-17From Lukas Pokorny: RTPS (Real-Time Publish-Subscribe) support.Guy Harris1-0/+1
svn path=/trunk/; revision=10630
2004-04-13From Clinton Work: dissect Cisco PID 0x010b as STP (it's actually theirGuy Harris1-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
2004-04-11From Jon Oberheide: add a missing hf[] entry for a field.Guy Harris1-1/+3
Fix up AUTHORS and the authors list in the Ethereal man page. svn path=/trunk/; revision=10581
2004-04-08update doc with better description of SUM/COUNT/MIN/MAX/AVG.Ronnie Sahlberg1-9/+21
svn path=/trunk/; revision=10561
2004-04-06from Thomas Palmer: add a preference setting for filter toolbar placementUlf Lamping1-0/+1
svn path=/trunk/; revision=10555
2004-04-04Love contributed great help to get the heimdal decryption support workingRonnie Sahlberg1-0/+1
(wherein we also discovered an obscure bug inside heimdal itself) Great thanks to Love. svn path=/trunk/; revision=10551
2004-03-25From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session ManagementGuy Harris1-0/+1
support. svn path=/trunk/; revision=10480
2004-03-23From Jelmer Vernooij: split the AIM dissector into multiple files, andGuy Harris1-1/+1
add a few more SNACs. svn path=/trunk/; revision=10450
2004-03-20From Jelmer Vernooij: add support for some more SNACs.Guy Harris1-0/+2
svn path=/trunk/; revision=10414
2004-03-18From Josh Bailey: IPDC support.Guy Harris1-0/+1
svn path=/trunk/; revision=10399
2004-03-17From Brian Wheeler: DOCSIS 2.0 support.Guy Harris1-0/+1
svn path=/trunk/; revision=10387
2004-03-16From metatech: IBM WebSphere MQ protocol support.Guy Harris1-0/+1
svn path=/trunk/; revision=10386
2004-03-13updated texts to reflect the latest GUI changesUlf Lamping1-228/+257
svn path=/trunk/; revision=10376
2004-03-05From Ryuji Somegawa: CDMA2000 A11 support.Guy Harris1-0/+1
svn path=/trunk/; revision=10317
2004-03-05From John Englehart: CDP updates (hello packets, show capabilities theGuy Harris1-1/+2
same way Cisco's "show cdp neighbor" does). svn path=/trunk/; revision=10310
2004-02-23Change Email address of Giles ScottJörg Mayer1-1/+1
svn path=/trunk/; revision=10200
2004-02-20From Rowan McFarlane: Update Skinny to support Cisco CallManager 4.x,Gerald Combs1-0/+1
add support for Cast Client Control Protocol. svn path=/trunk/; revision=10140
2004-02-20From Ian Schorr: taps to keep statistics of traffic by host.Guy Harris1-1/+1
svn path=/trunk/; revision=10120
2004-02-18From Rolf Fiedler: German ISDN carriers don't supply the seconds in theGuy Harris1-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
2004-02-18From Nick Black: the 0x8000 bit in the flags field is *NOT* aGuy Harris1-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
2004-02-16Edwin Calo: Extract strings from a postgres datastreamJörg Mayer1-0/+1
svn path=/trunk/; revision=10068
2004-02-14Update Andreas Sikkema's e-mail address.Guy Harris1-1/+1
svn path=/trunk/; revision=10064
2004-02-14From Pavel Kankovsky: fix the name of the channel field in the PrismGuy Harris1-1/+2
802.11 radio header. svn path=/trunk/; revision=10063
2004-02-11Include EyeSDN USB S0 trace files in the list of file formats we read.Guy Harris1-6/+6
svn path=/trunk/; revision=10040
2004-02-11Christian Wagner: Support for the Soul Seek P2P protocolJörg Mayer1-0/+1
svn path=/trunk/; revision=10039
2004-02-11From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.Guy Harris1-0/+1
svn path=/trunk/; revision=10038