aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-01-12From Ronnie Sahlberg: file handle to file name resolution in NFS andGuy Harris7-36/+555
2002-01-12While you're at it, use the key for the auto scroll option checkbox forGuy Harris1-2/+2
2002-01-12Make the key for the capture preference window's pointer to the autoGuy Harris1-2/+2
2002-01-11Support for BSD Compress, MVRCA, and Deflate compression options inGuy Harris1-6/+104
2002-01-11From Guy Harris, after checking his Python code.Gilbert Ramirez1-8/+16
2002-01-11"void" values cannot be returned, even by a "void" function.Guy Harris1-4/+5
2002-01-11Declare "capture()" appropriately.Guy Harris1-2/+2
2002-01-11Put in a comment giving various Internet Draft names for ICMPv6 stuff weGuy Harris1-1/+15
2002-01-11Fix some more signed vs. unsigned issues.Guy Harris1-4/+4
2002-01-11Update the man page to reflect user interface changes.Guy Harris1-45/+120
2002-01-11Label the window popped up by "Capture->Start" "Capture Options", notGuy Harris1-7/+7
2002-01-11From Jirka Novak:Guy Harris8-54/+556
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris20-155/+118
2002-01-11Have routines to create GtkCTrees, set their line and expander styleGuy Harris10-154/+188
2002-01-11Oh, what the heck, write out FDDI and bit-swapped FDDI as the same typeGuy Harris1-2/+2
2002-01-10From Nagarjuna Venna: only display the reason in BYE RTCP packets ifGuy Harris3-12/+19
2002-01-10From Irfan Khan: don't use bitfields.Guy Harris1-47/+26
2002-01-10As per a comment from Ronnie Sahlberg, display TCP sequence numbers inGuy Harris4-15/+15
2002-01-10Fix more unsigned items to be displayed with "%u" rather than "%d", asGuy Harris1-4/+4
2002-01-10Separate the promiscuous mode, "Update list of packets in real time",Guy Harris7-35/+68
2002-01-10Fix some problems with building Ethereal/Tethereal without libpcap.Guy Harris3-9/+42
2002-01-10The filetime is an unsigned quantity, so display it with %u, as perGuy Harris1-2/+2
2002-01-10Don't break out of a loop from inside TRY clause; set a flag and breakGuy Harris1-4/+15
2002-01-10Add a preferences page for capture preferences, so that the user canGuy Harris10-38/+305
2002-01-10Allow NCP types to define bitfields. In order to implementGilbert Ramirez5-99/+312
2002-01-10SCSI dissector, and changes to make the iSCSI dissector use it, fromGuy Harris7-173/+3651
2002-01-09Provide a --disable-usr-local flag to configure so thatGilbert Ramirez2-39/+62
2002-01-09HMIPv6 fix, from Martti Kuparinen.Guy Harris1-7/+7
2002-01-09Add DHCPv6 dissector to Windows build.Guy Harris1-1/+2
2002-01-09DHCPv6 dissector, based on draft-ietf-dhc-dhcpv6-22.txt.Jun-ichiro itojun Hagino2-1/+270
2002-01-08From Marc Milgram: all packets in DBS Etherwatch and VMS TCPIPTRACEGuy Harris2-4/+4
2002-01-08Don't process a color filter if there's no filter associated with it.Guy Harris1-107/+111
2002-01-08From M.C. van den Bovenkamp: 00:B0:D0 now belongs to Dell. (The IEEEGuy Harris1-2/+2
2002-01-08From Tom Uijldert: fix to supply a non-null string argument toGuy Harris1-8/+7
2002-01-08Use "proto_tree_add_item()", not "proto_tree_add_bytes()", to add anGuy Harris1-2/+3
2002-01-08Add a routine to kill a capture child if it exists, so that if we exitGuy Harris3-32/+69
2002-01-08If a ReportedBoundsError exception occurs, report it as a "malformedGuy Harris1-6/+6
2002-01-08Use "%u", not "%d", to print unsigned quantities.Guy Harris1-5/+5
2002-01-08Match requests and responses using both the MID and the PID; the SNIAGuy Harris2-42/+51
2002-01-07Vendor ID lookup fix, from David Frascone.Guy Harris1-54/+141
2002-01-07Updates from Tim Potter.Guy Harris2-23/+244
2002-01-07Clean up white space.Guy Harris1-19/+20
2002-01-07Catch ReportedBoundsError exceptions when dissecting an RPC-over-TCPGuy Harris1-8/+39
2002-01-07Shuffle a comment, and clean up white space.Guy Harris1-11/+12
2002-01-07Catch ReportedBoundsError exceptions when dissecting the payload of anGuy Harris1-3/+30
2002-01-05There's no need for two separate "Extension Length" fields - you canGuy Harris1-35/+11
2002-01-05Fix a typo.Guy Harris1-2/+2
2002-01-05From Ronnie Sahlberg: use size from encapsulation instead of how manyGuy Harris1-25/+29
2002-01-05Additional sanity checks, from Ronnie Sahlberg.Guy Harris1-26/+57
2002-01-05Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez11-63/+110