aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Include <resolv.h> after "globals.h", as, at least on some platforms,Guy Harris2002-01-151-2/+2
* Correctly handle BGP attributes with lists of entries when the attributeGuy Harris2002-01-151-36/+39
* Fix some preferences to eliminate the extra copy of the protocol name atGuy Harris2002-01-155-12/+26
* When checking whether to do DCERPC-over-SMB reassembly on a Read and XGuy Harris2002-01-151-6/+6
* From Ronnie Sahlberg:Uwe Girlich2002-01-141-21/+15
* NFSv3 fsstat reply label texts explanded. "afiles" and similar names were notUwe Girlich2002-01-141-13/+13
* Give each LDAP packet its own top-level protocol tree item. (This alsoGuy Harris2002-01-141-17/+30
* Add support for TCP desegmentation.Guy Harris2002-01-141-10/+51
* Get the current value of Boolean preferences before adding widgets forGuy Harris2002-01-141-1/+2
* Add a preferences page for the name resolution flags.Guy Harris2002-01-1320-393/+597
* Put the labels of check boxes to the left of the checkboxes,Guy Harris2002-01-121-6/+8
* Get rid of unused variables.Guy Harris2002-01-121-10/+12
* From Ronnie Sahlberg: file handle to file name resolution in NFS andGuy Harris2002-01-127-36/+555
* While you're at it, use the key for the auto scroll option checkbox forGuy Harris2002-01-121-2/+2
* Make the key for the capture preference window's pointer to the autoGuy Harris2002-01-121-2/+2
* Support for BSD Compress, MVRCA, and Deflate compression options inGuy Harris2002-01-111-6/+104
* From Guy Harris, after checking his Python code.Gilbert Ramirez2002-01-111-8/+16
* "void" values cannot be returned, even by a "void" function.Guy Harris2002-01-111-4/+5
* Declare "capture()" appropriately.Guy Harris2002-01-111-2/+2
* Put in a comment giving various Internet Draft names for ICMPv6 stuff weGuy Harris2002-01-111-1/+15
* Fix some more signed vs. unsigned issues.Guy Harris2002-01-111-4/+4
* Update the man page to reflect user interface changes.Guy Harris2002-01-111-45/+120
* Label the window popped up by "Capture->Start" "Capture Options", notGuy Harris2002-01-111-7/+7
* From Jirka Novak:Guy Harris2002-01-118-54/+556
* Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris2002-01-1120-155/+118
* Have routines to create GtkCTrees, set their line and expander styleGuy Harris2002-01-1110-154/+188
* Oh, what the heck, write out FDDI and bit-swapped FDDI as the same typeGuy Harris2002-01-111-2/+2
* From Nagarjuna Venna: only display the reason in BYE RTCP packets ifGuy Harris2002-01-103-12/+19
* From Irfan Khan: don't use bitfields.Guy Harris2002-01-101-47/+26
* As per a comment from Ronnie Sahlberg, display TCP sequence numbers inGuy Harris2002-01-104-15/+15
* Fix more unsigned items to be displayed with "%u" rather than "%d", asGuy Harris2002-01-101-4/+4
* Separate the promiscuous mode, "Update list of packets in real time",Guy Harris2002-01-107-35/+68
* Fix some problems with building Ethereal/Tethereal without libpcap.Guy Harris2002-01-103-9/+42
* The filetime is an unsigned quantity, so display it with %u, as perGuy Harris2002-01-101-2/+2
* Don't break out of a loop from inside TRY clause; set a flag and breakGuy Harris2002-01-101-4/+15
* Add a preferences page for capture preferences, so that the user canGuy Harris2002-01-1010-38/+305
* Allow NCP types to define bitfields. In order to implementGilbert Ramirez2002-01-105-99/+312
* SCSI dissector, and changes to make the iSCSI dissector use it, fromGuy Harris2002-01-107-173/+3651
* Provide a --disable-usr-local flag to configure so thatGilbert Ramirez2002-01-092-39/+62
* HMIPv6 fix, from Martti Kuparinen.Guy Harris2002-01-091-7/+7
* Add DHCPv6 dissector to Windows build.Guy Harris2002-01-091-1/+2
* DHCPv6 dissector, based on draft-ietf-dhc-dhcpv6-22.txt.Jun-ichiro itojun Hagino2002-01-092-1/+270
* From Marc Milgram: all packets in DBS Etherwatch and VMS TCPIPTRACEGuy Harris2002-01-082-4/+4
* Don't process a color filter if there's no filter associated with it.Guy Harris2002-01-081-107/+111
* From M.C. van den Bovenkamp: 00:B0:D0 now belongs to Dell. (The IEEEGuy Harris2002-01-081-2/+2
* From Tom Uijldert: fix to supply a non-null string argument toGuy Harris2002-01-081-8/+7
* Use "proto_tree_add_item()", not "proto_tree_add_bytes()", to add anGuy Harris2002-01-081-2/+3
* Add a routine to kill a capture child if it exists, so that if we exitGuy Harris2002-01-083-32/+69
* If a ReportedBoundsError exception occurs, report it as a "malformedGuy Harris2002-01-081-6/+6
* Use "%u", not "%d", to print unsigned quantities.Guy Harris2002-01-081-5/+5