aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Give more details on the "don't build the protocol tree if you don'tGuy Harris2004-07-081-7/+22
| | | | | | | | | have to", indicating that if it's too much work to explicitly test for a null protocol tree, you might want to avoid those tests and rely on the protocol tree routines not to do much work if passed a null protocol tree pointer. svn path=/trunk/; revision=11346
* "Frame" -> "Packet", as per UI and Ethereal man page changes.Guy Harris2004-07-081-12/+12
| | | | svn path=/trunk/; revision=11345
* Document "-T psml", and give more details in the descriptiion of theGuy Harris2004-07-081-24/+58
| | | | | | | | | | | | | "-T" option. Talk about packet details rather than the protocol tree, just as we do in the Ethereal manual page. Clean up the descriptions of some of the "-z" options. Fix some typos. svn path=/trunk/; revision=11344
* Update to current setup.Michael Tüxen2004-07-031-14/+22
| | | | svn path=/trunk/; revision=11304
* Add more distclean files.Gerald Combs2004-06-271-1/+3
| | | | svn path=/trunk/; revision=11250
* Fixes needed for "make distcheck".Gerald Combs2004-06-271-4/+7
| | | | svn path=/trunk/; revision=11247
* tmpnam() really should not be used for security reasons.Jörg Mayer2004-06-251-4/+9
| | | | | | Replace it where used and update README.developer accordingly. svn path=/trunk/; revision=11235
* Add paragraph about freeing tvbuffs.Gilbert Ramirez2004-06-231-7/+14
| | | | svn path=/trunk/; revision=11218
* Build and install the HTMLized man pages on UN*X.Guy Harris2004-06-231-2/+51
| | | | svn path=/trunk/; revision=11217
* Pick up the stuff I did for tcpdump to figure out the right strings toGuy Harris2004-06-191-12/+17
| | | | | | | | | | | | | | use to format 64-bit integers. Fix the RSVP dissector to use that rather than hardcoding "%ll" in. Remove the "only if G_HAVE_GINT64 is defined" bit from the discussion of 64-bit integers - we're too dependent on having them to support compilers that don't have a 64-bit integral data type. Do, however, note that neither "long" nor "long long" are acceptable, and also note that you shouldn't assume "%ll" does the trick for printing them. svn path=/trunk/; revision=11182
* From Graeme Hewson:Guy Harris2004-06-031-86/+106
| | | | | | | | Remove reference to negative slice lengths. Clean and polish. svn path=/trunk/; revision=11086
* Make "-q" suppress packet printing when you're reading a capture fileGuy Harris2004-05-311-6/+25
| | | | | | | | | | | | | and not writing to another capture file, for use with "-z" options. Note that "-z proto" *doesn't* print statistics at the end - it modifies the packet summary output. Note that on at least some BSDs the "status" character is set to "off" by default, so you have to set it explicitly in order to be able to ^T an application such as Tethereal. svn path=/trunk/; revision=11038
* Have two strings in an enum_val_t - one that's a short string that isGuy Harris2004-05-241-16/+31
| | | | | | | | | | | | | | | convenient to put into a command line (no capital letters, no spaces to require quotes), and one that's a detailed description for use in the UI. Allow either of them in the preferences file or "-o" option; use the detailed description in the UI, and also use it when writing the preferences out, so that the preference will be readable by older versions of Ethereal (assuming the preference existed in that version). Update "README.developer" to give more detail about an enum_val_t (and to put the _t in), and to give a more detailed description of the "radio_buttons" argument to "prefs_register_enum_preference()". svn path=/trunk/; revision=10982
* Add "ethereal-tmp.pod" to the list of files to ignore.Guy Harris2004-05-221-0/+1
| | | | svn path=/trunk/; revision=10969
* "--binary" is not a universal "cat" flag, and shouldn't be necessary onGuy Harris2004-05-221-2/+2
| | | | | | UN*X and, hopefully, not in Cygwin either. svn path=/trunk/; revision=10968
* Use "/" rather than "\" in UN*X pathnames.Guy Harris2004-05-221-2/+2
| | | | svn path=/trunk/; revision=10967
* remove (duplicated) list of authors from ethereal.pod,Ulf Lamping2004-05-223-425/+16
| | | | | | 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
* add a target to build the manpagesUlf Lamping2004-05-221-1/+4
| | | | svn path=/trunk/; revision=10958
* 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 Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2004-05-091-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | add a config.nmake option to control whether to build libethereal.dll or not; remove "./wiretap" from PATH to prevent problems due to wrongly-loaded files; build dissector.lib with MSVC; move "print.c" and "ps.c" to the dissector helpers, as "print.c" imports variables from packet-frame.c and packet-data.c, which are in libethereal; move "g711.c" out of the dissector helpers, as they're used only by Ethereal in a tap, not in Tethereal or in any dissector; add a .def file for libethereal; arrange to declare global variables exported from libethereal with "__declspec(dllimport)" when building programs that import those variables; update the NSIS installer. Make the "configure" script define ETH_VAR_IMPORT as "extern". svn path=/trunk/; revision=10834
* 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-012-0/+41
| | | | svn path=/trunk/; revision=10762
* updated to reflect the latest changes of exporting PDML in etherealUlf Lamping2004-04-301-14/+13
| | | | svn path=/trunk/; revision=10741
* When building the Ethereal documentation on MSVC++/cygwin the cygwin perlOlivier Biot2004-04-281-2/+4
| | | | | | | | | will not swallow the '\r\n' line end sequence when invoking chomp(), but instead the '\r' character will remain. For this reason, chomp() cannot be used and global removal of '\r' and '\n' characters must be used instead, like in: $_ =~ s/[\r\n]//g; svn path=/trunk/; revision=10719
* 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
* Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot2004-04-251-3/+4
| | | | | | top-level configure.in when running configure. svn path=/trunk/; revision=10699
* Typo: It's 'item *' not 'item*'Jörg Mayer2004-04-251-1/+1
| | | | svn path=/trunk/; revision=10691
* build a list of the input file formats instead of a floating text,Ulf Lamping2004-04-256-82/+301
| | | | | | | added program names to HTML titles, various minor fixes svn path=/trunk/; revision=10686
* 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
* Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot2004-04-141-1/+2
| | | | | | | | | | | line to every Makefile.am file for a given plugin XXX: XXX_la_LIBADD = -L../../epan -lethereal @GLIB_LIBS@ This way symbols defined in libethereal and GLib are resolved when linking the plugin dissector modules. svn path=/trunk/; revision=10601
* 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
* added hint to use g_snprintf instead of snprintf and sprintfUlf Lamping2004-03-251-4/+15
| | | | svn path=/trunk/; revision=10481
* From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session ManagementGuy Harris2004-03-251-0/+1
| | | | | | support. svn path=/trunk/; revision=10480
* Add a description for the bitwise_and (&) operator.Olivier Biot2004-03-241-0/+23
| | | | svn path=/trunk/; revision=10471