aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris281-773/+752
2002-01-21"ethereal.spec" is now in the "packaging/rpm/SPECS" directory, so removeGuy Harris1-1/+0
2002-01-21Add a .cvsignore file.Guy Harris1-0/+3
2002-01-20The family and subtype fields in AIM messages are 16-bit fields, andGuy Harris1-2/+2
2002-01-20Fix some problems in protocol preferences blurbs.Guy Harris3-9/+10
2002-01-20Revamp the RPM building process. For versions of rpm that supportGerald Combs7-54/+68
2002-01-20From Michael Tuexen:Guy Harris2-16/+175
2002-01-20Editorial change, from Michael Tuexen.Guy Harris1-5/+5
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris37-250/+243
2002-01-20Make the blurbs for protocol preference items into tooltips. (This alsoGuy Harris6-48/+110
2002-01-20In "dissect_rpc_opaque_data()":Guy Harris1-56/+62
2002-01-20If reassembly is enabled, don't try to do any reassembly work at all onGuy Harris3-52/+30
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