aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2002-05-09From Martin Thomas: handle address lengths based on TOA bit in X.25.Guy Harris1-0/+1
svn path=/trunk/; revision=5423
2002-05-08From Stefan Wenk: SIP heuristic dissector.Guy Harris1-0/+1
svn path=/trunk/; revision=5418
2002-05-08From Kan Sasaki: VSA decoding and other changes to RADIUS.Guy Harris1-0/+1
svn path=/trunk/; revision=5416
2002-05-07From Chenjiang Hu: use the correct offset when fetching unreservedGuy Harris1-0/+1
bandwidth values. svn path=/trunk/; revision=5414
2002-05-03From Didieer Gautheron:Guy Harris1-1/+13
Don't show progress bar for quick "Find Frame" searches Add "Find Next" and "Find Previous" to repeat searches Add documentation for "Find Next" and "Find Previous". svn path=/trunk/; revision=5378
2002-05-03From Didier Gautheron: add a "frame.marked" hidden field, set if theGuy Harris1-1/+5
frame is marked, so that you can use Find Frame to find the next marked frame, and can filter the display to show only marked frames. Update the documentation to note that "frame.marked" is set on marked frames. svn path=/trunk/; revision=5377
2002-04-29Additional RAP error code for password changes sent to a BDC, from DevinGuy Harris1-0/+1
Heitmueller. svn path=/trunk/; revision=5296
2002-04-28Update Kari Tiirikainen's e-mail address.Guy Harris1-1/+1
svn path=/trunk/; revision=5263
2002-04-26From Joerg Mayer:Guy Harris1-1/+4
fix a typo; add remark that most Ethereal users may want to skip the options section and start it without options. svn path=/trunk/; revision=5255
2002-04-25AODV dissection support, from Erik Nordstr�m.Guy Harris1-0/+1
svn path=/trunk/; revision=5253
2002-04-24Document the tvbuff accessors for IEEE floating-point numbers.Guy Harris1-3/+15
svn path=/trunk/; revision=5246
2002-04-22Additional PIM hello options support, from Kevin Humphries.Guy Harris1-0/+1
svn path=/trunk/; revision=5219
2002-04-22Polish the column prefs a bit. Make the column tile entry and formatGerald Combs1-5/+1
menu modify the currently-selected item directly. Remove the "Change" button since it's no longer needed. Make the column list a clist, and add a column which shows the format. Make the format option menu not fill the entire table cell. Update the man page accordingly. svn path=/trunk/; revision=5214
2002-04-18From Phil Williams: support for looking up fields by name.Guy Harris1-0/+1
Clean up some white space, and one non-extern declaration in "epan/proto.h". svn path=/trunk/; revision=5201
2002-04-13From Michael Tuexen:Guy Harris1-11/+17
The -S option has been changed such that the payload protocol identifier can be specified instead of the verification tag. The error messages for -s -S have been corrected. Update the text2pcap man page to reflect the "-S" change. svn path=/trunk/; revision=5150
2002-04-12Bug fix from Didier Gautheron.Guy Harris1-0/+1
svn path=/trunk/; revision=5146
2002-04-01From Kikuchi Ayamura: include <ucd-snmp/ucd-snmp-config.h> to fix IRIXGuy Harris1-0/+1
compilation problems. svn path=/trunk/; revision=5073
2002-04-01WebDAV support, and rewrite of the method-testing code to compute theGuy Harris1-0/+1
method length and use that in all comparisons, from Blair Cooper. Fix the check for "M-" to check also whether there are at least two characters in the line. svn path=/trunk/; revision=5071
2002-03-26From Andrew Feren:Guy Harris6-6/+6
Man pages don't have any notion of external links and there isn't enough information for pod2html to resolve the links for manpages in the "See Also" section of the man pages. As a result running pod2html generates a bunch of warning messages and just emphasizes/italicizes the text. Therefore, we change the link (L<name>) command to an emphasizes (I<name>) command. The net result is the same, but you don't get the warnings when generating HTML docs. At some point in the future someone might want to do the work to get the links to generate correctly, but until then this will shut up pod2html. svn path=/trunk/; revision=5021
2002-03-22From Diana Eichert: add a "-q" flag to Tethereal to suppress packetGuy Harris2-110/+116
count display. Update the Tethereal man page to reflect the new option. Update both the Ethereal and Tethereal man pages to use the same style to describe options, e.g. -Z Cause Ethereal to draw the mark of Zorro on the display. rather than -Z Causes Ethereal to draw the mark of Zorro on the display. (some were using the first and some were using the second). Update the Ethereal man page to do the same for menu items. Update both the Ethereal and Tethereal man pages to better describe the "-N" flag (by noting that any form of name resolution *not* specified in the flag is turned *off*). svn path=/trunk/; revision=5005
2002-03-22Add a cleanup function to close a potential memory leak.Guy Harris1-0/+1
Get rid of an assigned-to-but-not-used variable. From Steven French: add names for some additional calls. svn path=/trunk/; revision=5003
2002-03-22Additional vendor (Issani) for Radius, and Issani VSA support forGuy Harris1-0/+2
Radius, from Jim Sienicki. Put Jakob Schlyter into the contributors list in the Ethereal man page. svn path=/trunk/; revision=5001
2002-03-18Skinny Client Control Protocol enhancements, from Paul E. Erkkila.Guy Harris1-0/+1
svn path=/trunk/; revision=4967
2002-03-18Add information about 64-bit integral field support.Guy Harris1-13/+17
Fix some items on the tvbuff accessors for integers. svn path=/trunk/; revision=4965
2002-03-16Update the developer documentation to reflect current reality (or aGuy Harris1-33/+190
subset thereof). svn path=/trunk/; revision=4953
2002-03-09From Jouni Malinen: fix bugs in 802.11 authentication frame dissection.Guy Harris1-0/+1
svn path=/trunk/; revision=4902
2002-03-02Tell people not to use "ulong" or "ushort".Guy Harris1-3/+7
svn path=/trunk/; revision=4845
2002-03-01Fix two references to "proto_item_set_text()" andGuy Harris1-5/+5
"proto_item_append_text()" to use the right names. svn path=/trunk/; revision=4838
2002-02-28Improve the note on how to deal with items with subtrees when the textGuy Harris1-6/+7
for the item should reflect what's in the subtree. svn path=/trunk/; revision=4832
2002-02-27Support for IEEE 802.1w RST BPDUs, from Alex Ruzin.Guy Harris1-0/+1
svn path=/trunk/; revision=4825
2002-02-24From Peter Valchev: fix editcap to assign the result of "getopt()" to anGuy Harris1-0/+1
"int" and to check "getopt()"s return value with -1 rather than EOF. Fix other "getopt()" loops to check against -1 as well (EOF is -1 on most if not all platforms, but the Single UNIX Specification says "getopt()" returns -1, so we should check against -1, not EOF). svn path=/trunk/; revision=4793
2002-02-23From John Mackenzie: put missing initializations of table entries inGuy Harris1-0/+1
"plugins.c". svn path=/trunk/; revision=4790
2002-02-22COPS-PR extension support, from Kari Tiirikainen.Guy Harris1-0/+1
Add support for desegmentation of COPS messages and for multiple COPS messages per TCP segment. svn path=/trunk/; revision=4781
2002-02-22From Adam Sulmicki <adam[AT]cfar.umd.edu>:Guy Harris1-0/+1
Add more type values for EAP. Fix off-by-one bug when displaying Code of EAP message. Get rid of an unnecessary "volatile". Give the code and type fields value_string arrays, and use them when putting the code and type into the protocol tree. Base the decision of whether to put the type field into the tree on the request code, not on the length of the packet. Display the Type-Data field, under that name, under the EAP tree, as it's part of the EAP PDU. svn path=/trunk/; revision=4779
2002-02-22From Dermot Bradley:Guy Harris1-0/+1
support for Openwave-specific WSP headers; support for Openwave-specific field names; support for additional content types from Openwave; support for additional language values. svn path=/trunk/; revision=4775
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-30/+52
reading the capture file. Have callers of "wtap_snapshot_length()" treat a value of 0 as "unknown", and default to WTAP_MAX_PACKET_SIZE (so that, when writing a capture file in a format that *does* store the snapshot length, we can at least put *something* in the file). If we don't know the snapshot length of the current capture file, don't display a value in the summary window. Don't use "cfile.snap" as the snapshot length option when capturing - doing so causes Ethereal to default, when capturing, to the snapshot length of the last capture file that you read in, rather than to the snapshot length of the last capture you did (or the initial default of "no snapshot length"). Redo the "Capture Options" dialog box to group options into sections with frames around them, and add units to the snapshot length, maximum file size, and capture duration options, as per a suggestion by Ulf Lamping. Also add units to the capture count option. Make the snapshot length, capture count, maximum file size, and capture duration options into a combination of a check box and a spin button. If the check box is not checked, the limit in question is inactive (snapshot length of 65535, no max packet count, no max file size, no max capture duration); if it's checked, the spinbox specifies the limit. Default all of the check boxes to "not checked" and all of the spin boxes to small values. Use "gtk_toggle_button_get_active()" rather than directly fetching the state of a check box. svn path=/trunk/; revision=4709
2002-02-05Have configure check for pod2man, thus creating a POD2MAN makefileGilbert Ramirez1-7/+7
variable, allowing it to be overridden during make. svn path=/trunk/; revision=4697
2002-02-02IAPP support, from Alfred Arnold.Guy Harris1-0/+1
svn path=/trunk/; revision=4679
2002-02-02Routines added to the plugin table, and include-once #ifndef/#defineGuy Harris1-0/+1
wrappers added to plugin header files, by Charlie Duke. svn path=/trunk/; revision=4676
2002-01-29Untested support for AiroPeek captures.Guy Harris4-38/+40
svn path=/trunk/; revision=4619
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris1-0/+1
logging virtual interface, from Mike Frantzen. svn path=/trunk/; revision=4616
2002-01-29The ring buffer code only supports libpcap format captures; print anGuy Harris1-0/+2
error message and quit if the user tries to use ring buffering with another capture file format, and put a note about that in the Tethereal man page. svn path=/trunk/; revision=4615
2002-01-22Fix up various product names and descriptions in the lists of fileGuy Harris4-61/+67
formats we can read; include vendor names. We should be able to read TokenPeek captures, as well as captures from the Windows versions of EtherPeek. Don't list the version numbers for EtherPeek and TokenPeek - those are file format version numbers, not program version numbers. svn path=/trunk/; revision=4599
2002-01-21Fixes to EtherPeek file reader code, from Alan Harrison.Guy Harris1-0/+1
svn path=/trunk/; revision=4593
2002-01-21From Ricardo Barroetave�a: support for all TLVs and messages in RFCGuy Harris1-0/+1
3036. svn path=/trunk/; revision=4590
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
"epan/..." pathnames, so as to avoid collisions with header files in any of the directories in which we look (e.g., "proto.h", as some other package has its own "proto.h" file which it installs in the top-level include directory). Don't add "-I" flags to search "epan", as that's no longer necessary (and we want includes of "epan" headers to fail if the "epan/" is left out, so that we don't re-introduce includes lacking "epan/"). svn path=/trunk/; revision=4587
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
"epan/..." pathnames, so as to avoid collisions with header files in any of the directories in which we look (e.g., "proto.h", as some other package has its own "proto.h" file which it installs in the top-level include directory). Don't add "-I" flags to search "epan", as that's no longer necessary (and we want includes of "epan" headers to fail if the "epan/" is left out, so that we don't re-introduce includes lacking "epan/"). svn path=/trunk/; revision=4586
2002-01-20From Michael Tuexen:Guy Harris1-2/+8
put a CRC32C checksum into the header of SCTP packets; add a new "-S" option that is similar to "-s" but that also includes the DATA chunk header, for input files that contain only SCTP payloads. svn path=/trunk/; revision=4580
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-9/+8
items to the protocol tree; it's interpreted as "the rest of the data in the tvbuff". This can be used if 1) the item covers the entire packet or the remaining payload in the packet or 2) the item's length won't be known until it's dissected, and will be then set with "proto_item_set_len()" - if an exception is thrown in the dissection, it means the item ran *past* the end of the tvbuff, so saying it runs to the end of the tvbuff is reasonable. Convert a number of "proto_tree_add_XXX()" calls using "tvb_length_remaining()", values derived from the result of "tvb_length()", or 0 (in the case of items whose length is unknown) to use -1 instead (using 0 means that if an exception is thrown, selecting the item highlights nothing; using -1 means it highlights all the data for that item that's available). In some places where "tvb_length()" or "tvb_length_remaining()" was used to determine how large a packet is, use "tvb_reported_length()" or "tvb_reported_length_remaining()", instead - the first two calls indicate how much captured data was in the packet, the latter two calls indicate how large the packet actually was (and the fact that using the latter could cause BoundsError exceptions to be thrown is a feature - if such an exception is thrown, the frame really *was* short, and it should be tagged as such). Replace some "proto_tree_add_XXX()" calls with equivalent "proto_tree_add_item()" calls. Fix some indentation. svn path=/trunk/; revision=4578
2002-01-18It's EtherPeek, not Etherpeek, as WildPackets' Web site indicates.Guy Harris4-4/+4
svn path=/trunk/; revision=4562