aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-01-19We no longer do explicit checks in low-level routines for running pastGuy Harris2-24/+2
2002-01-19When dissecting an RPC array, make the initial length of the protocolGuy Harris1-2/+2
2002-01-18Put one NDMP top-level protocol tree item in for every NDMP PDU (whichGuy Harris1-36/+33
2002-01-18Add an option to turn off TCP checksum checking (and to *allow*Guy Harris1-45/+82
2002-01-18get-entry-by-name-u updatesNathan Neulinger3-4/+75
2002-01-18slight improvements to afs parsing, bulkstatus still needs workNathan Neulinger3-17/+32
2002-01-18Make the default for NDMP desegmentation TRUE, as is the case for mostGuy Harris1-2/+2
2002-01-18Squelch a valid compiler warning (passing a "char" to the "is..." macrosGuy Harris1-2/+4
2002-01-18Put back the check for gzseek() when building with the GTK+ build flagsGuy Harris1-4/+38
2002-01-18Memory freeing fix, from Jirka Novak.Guy Harris1-7/+7
2002-01-18Support for hex dump mode in "Follow TCP Stream" window showing hex andGuy Harris2-2/+28
2002-01-18The time base in an EtherPeek capture isn't necessarily the start timeGuy Harris2-15/+14
2002-01-18It's EtherPeek, not Etherpeek, as WildPackets' Web site indicates.Guy Harris6-15/+15
2002-01-18In the EtherPeek file reader, keep the capture start time in a privateGuy Harris3-68/+99
2002-01-18The packet length field in a TNS packet is 16 bits; make it anGuy Harris1-2/+2
2002-01-17Use "proto_tree_add_item()" whenever possible; this fixes some bugsGuy Harris1-87/+81
2002-01-17Mark un-reassembled TCP segments as (possibly) being un-reassembled, byGuy Harris2-5/+13
2002-01-17Do desegmentation.Guy Harris1-33/+41
2002-01-17"pinfo->desegment_len" is initialized by TCP only if desegmentation isGuy Harris1-12/+27
2002-01-17Use the "fragmented" field of the "packet_info" structure inGuy Harris8-33/+90
2002-01-16Put the "-s" option in the SYNOPSIS section.Guy Harris1-0/+1
2002-01-16SCTP support in text2pcap, and fix to usage message for "-u", fromGuy Harris3-28/+102
2002-01-16From Mark Burton: reinstate data segment digest handling, and stop theGuy Harris2-5/+17
2002-01-15Tethereal needs to allocate space for col_expr[] and col_expr_val[] too.Gilbert Ramirez1-1/+4
2002-01-15Collapse the two entries for Mark Burton into one.Guy Harris2-5/+1
2002-01-15Make the label for the SCTP checksum type preference item indicate thatGuy Harris1-2/+4
2002-01-15From Michael Tuexen:Guy Harris1-48/+206
2002-01-15From Marc Milgram: fix to allow VMS TCPIPtrace files that don't haveGuy Harris1-2/+2
2002-01-15From Martti Kuparinen: update the HMIPv6 support to match the latestGuy Harris2-13/+11
2002-01-15Include <resolv.h> after "globals.h", as, at least on some platforms,Guy Harris1-2/+2
2002-01-15Correctly handle BGP attributes with lists of entries when the attributeGuy Harris1-36/+39
2002-01-15Fix some preferences to eliminate the extra copy of the protocol name atGuy Harris5-12/+26
2002-01-15When checking whether to do DCERPC-over-SMB reassembly on a Read and XGuy Harris1-6/+6
2002-01-14From Ronnie Sahlberg:Uwe Girlich1-21/+15
2002-01-14NFSv3 fsstat reply label texts explanded. "afiles" and similar names were notUwe Girlich1-13/+13
2002-01-14Give each LDAP packet its own top-level protocol tree item. (This alsoGuy Harris1-17/+30
2002-01-14Add support for TCP desegmentation.Guy Harris1-10/+51
2002-01-14Get the current value of Boolean preferences before adding widgets forGuy Harris1-1/+2
2002-01-13Add a preferences page for the name resolution flags.Guy Harris20-393/+597
2002-01-12Put the labels of check boxes to the left of the checkboxes,Guy Harris1-6/+8
2002-01-12Get rid of unused variables.Guy Harris1-10/+12
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