aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2004-06-27Add more distclean files.gerald1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11250 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-27Fixes needed for "make distcheck".gerald1-4/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11247 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-25tmpnam() really should not be used for security reasons.jmayer1-4/+9
Replace it where used and update README.developer accordingly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11235 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-23Add paragraph about freeing tvbuffs.gram1-7/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11218 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-23Build and install the HTMLized man pages on UN*X.guy1-2/+51
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11217 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-19Pick up the stuff I did for tcpdump to figure out the right strings toguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11182 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-03From Graeme Hewson:guy1-86/+106
Remove reference to negative slice lengths. Clean and polish. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11086 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-31Make "-q" suppress packet printing when you're reading a capture fileguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11038 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-24Have two strings in an enum_val_t - one that's a short string that isguy1-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()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10982 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-22Add "ethereal-tmp.pod" to the list of files to ignore.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10969 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-22"--binary" is not a universal "cat" flag, and shouldn't be necessary onguy1-2/+2
UN*X and, hopefully, not in Cygwin either. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10968 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-22Use "/" rather than "\" in UN*X pathnames.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10967 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-22remove (duplicated) list of authors from ethereal.pod,ulfl3-425/+16
and use ../AUTHORS-SHORT instead to concatenate a tmp file to use git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10963 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-22some beautifying andulfl1-29/+21
bring the links to live, so the html manpage will jump correctly to it's link targets git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10959 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-22add a target to build the manpagesulfl1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10958 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-22update manpage, to reflect recent (and not so recent :-( changes in the GUI,ulfl1-194/+229
like some things in the menu and Preferences, and fixed some minor bugs which caused undesired formatting. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10957 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-15From James H. Cloos Jr: update the list of audio and video codecs.guy1-1/+2
Get rid of no-longer-used AST_FORMAT_MP3. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10906 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-12From Dominic B�chaz: IEEE 1588 (Precision Time Protocol) support.gerald1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10857 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-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". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10834 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-08From Rich Coe: DICOM support.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10818 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-07From Thomas Anders:guy1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10809 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-05From Kendy Kutzner: use the tvb_uncompress() routines instead of the ownobiot1-0/+1
SLSK decompression routine. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10803 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-03The GNOME HIG calls the View menu item for the status bar "Statusbar",guy1-1/+1
not "Status Bar". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10782 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-03The "View" menu has items to show or hide the three display panes; itguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10781 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-01From Lars Roland: document the SIP statistics.guy2-0/+41
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10762 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-30updated to reflect the latest changes of exporting PDML in etherealulfl1-14/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10741 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-28When building the Ethereal documentation on MSVC++/cygwin the cygwin perlobiot1-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; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10719 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-28From Carlos Pignataro:gerald1-0/+1
Graceful Restart Mechanism for LDP [RFC3478] Fault Tolerance for LDP [RFC3479] Update IANA assigned Status codes Fixed some typos. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10718 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-28From Joe Marcus Clarke: force the standard output to be in binary modeguy1-0/+1
on Windows. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10717 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-26From Jerry Talkington:obiot1-1/+1
- Dissect chunked transfer-coded body in HTTP - Update email address git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10710 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theobiot1-3/+4
top-level configure.in when running configure. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10699 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Typo: It's 'item *' not 'item*'jmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10691 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25build a list of the input file formats instead of a floating text,ulfl6-82/+301
added program names to HTML titles, various minor fixes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10686 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-23seperated the input file formats into list elements, instead of a "floating ↵ulfl1-20/+87
text" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10676 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-20Update Thierry Pelle's address.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10650 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-19Update Pasi Eronen's e-mail address.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10640 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-17From Lukas Pokorny: RTPS (Real-Time Publish-Subscribe) support.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10630 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingobiot1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10601 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-13From Clinton Work: dissect Cisco PID 0x010b as STP (it's actually theirguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10589 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-11From Jon Oberheide: add a missing hf[] entry for a field.guy1-1/+3
Fix up AUTHORS and the authors list in the Ethereal man page. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10581 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-08update doc with better description of SUM/COUNT/MIN/MAX/AVG.sahlberg1-9/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10561 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-06from Thomas Palmer: add a preference setting for filter toolbar placementulfl1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10555 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-04Love contributed great help to get the heimdal decryption support workingsahlberg1-0/+1
(wherein we also discovered an obscure bug inside heimdal itself) Great thanks to Love. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10551 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-25added hint to use g_snprintf instead of snprintf and sprintfulfl1-4/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10481 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-25From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session Managementguy1-0/+1
support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10480 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-24Add a description for the bitwise_and (&) operator.obiot1-0/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10471 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-23From Jelmer Vernooij: split the AIM dissector into multiple files, andguy1-1/+1
add a few more SNACs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10450 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-20From Jelmer Vernooij: add support for some more SNACs.guy1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10414 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-19Update to reflect current reality.guy1-18/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10408 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-18From Josh Bailey: IPDC support.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10399 f5534014-38df-0310-8fa8-9805f1628bb7