| Commit message (Expand) | Author | Age | Files | Lines |
* | From Andrew Feren: | Guy Harris | 2002-01-21 | 2 | -4/+15 |
* | From Andrew Feren - don't use what is presumably a GNU find-specific | Guy Harris | 2002-01-21 | 2 | -1/+2 |
* | Fixes to EtherPeek file reader code, from Alan Harrison. | Guy Harris | 2002-01-21 | 3 | -15/+49 |
* | Convert some "col_add_str()" calls to "col_set_str()". | Guy Harris | 2002-01-21 | 9 | -25/+25 |
* | From Mark Burton: | Guy Harris | 2002-01-21 | 1 | -23/+143 |
* | From Ricardo Barroetave�a: support for all TLVs and messages in RFC | Guy Harris | 2002-01-21 | 3 | -526/+1332 |
* | From Frank Singleton: | Guy Harris | 2002-01-21 | 1 | -14/+429 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 2 | -7/+7 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 281 | -773/+752 |
* | "ethereal.spec" is now in the "packaging/rpm/SPECS" directory, so remove | Guy Harris | 2002-01-21 | 1 | -1/+0 |
* | Add a .cvsignore file. | Guy Harris | 2002-01-21 | 1 | -0/+3 |
* | The family and subtype fields in AIM messages are 16-bit fields, and | Guy Harris | 2002-01-20 | 1 | -2/+2 |
* | Fix some problems in protocol preferences blurbs. | Guy Harris | 2002-01-20 | 3 | -9/+10 |
* | Revamp the RPM building process. For versions of rpm that support | Gerald Combs | 2002-01-20 | 7 | -54/+68 |
* | From Michael Tuexen: | Guy Harris | 2002-01-20 | 2 | -16/+175 |
* | Editorial change, from Michael Tuexen. | Guy Harris | 2002-01-20 | 1 | -5/+5 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 37 | -250/+243 |
* | Make the blurbs for protocol preference items into tooltips. (This also | Guy Harris | 2002-01-20 | 6 | -48/+110 |
* | In "dissect_rpc_opaque_data()": | Guy Harris | 2002-01-20 | 1 | -56/+62 |
* | If reassembly is enabled, don't try to do any reassembly work at all on | Guy Harris | 2002-01-20 | 3 | -52/+30 |
* | We no longer do explicit checks in low-level routines for running past | Guy Harris | 2002-01-19 | 2 | -24/+2 |
* | When dissecting an RPC array, make the initial length of the protocol | Guy Harris | 2002-01-19 | 1 | -2/+2 |
* | Put one NDMP top-level protocol tree item in for every NDMP PDU (which | Guy Harris | 2002-01-18 | 1 | -36/+33 |
* | Add an option to turn off TCP checksum checking (and to *allow* | Guy Harris | 2002-01-18 | 1 | -45/+82 |
* | get-entry-by-name-u updates | Nathan Neulinger | 2002-01-18 | 3 | -4/+75 |
* | slight improvements to afs parsing, bulkstatus still needs work | Nathan Neulinger | 2002-01-18 | 3 | -17/+32 |
* | Make the default for NDMP desegmentation TRUE, as is the case for most | Guy Harris | 2002-01-18 | 1 | -2/+2 |
* | Squelch a valid compiler warning (passing a "char" to the "is..." macros | Guy Harris | 2002-01-18 | 1 | -2/+4 |
* | Put back the check for gzseek() when building with the GTK+ build flags | Guy Harris | 2002-01-18 | 1 | -4/+38 |
* | Memory freeing fix, from Jirka Novak. | Guy Harris | 2002-01-18 | 1 | -7/+7 |
* | Support for hex dump mode in "Follow TCP Stream" window showing hex and | Guy Harris | 2002-01-18 | 2 | -2/+28 |
* | The time base in an EtherPeek capture isn't necessarily the start time | Guy Harris | 2002-01-18 | 2 | -15/+14 |
* | It's EtherPeek, not Etherpeek, as WildPackets' Web site indicates. | Guy Harris | 2002-01-18 | 6 | -15/+15 |
* | In the EtherPeek file reader, keep the capture start time in a private | Guy Harris | 2002-01-18 | 3 | -68/+99 |
* | The packet length field in a TNS packet is 16 bits; make it an | Guy Harris | 2002-01-18 | 1 | -2/+2 |
* | Use "proto_tree_add_item()" whenever possible; this fixes some bugs | Guy Harris | 2002-01-17 | 1 | -87/+81 |
* | Mark un-reassembled TCP segments as (possibly) being un-reassembled, by | Guy Harris | 2002-01-17 | 2 | -5/+13 |
* | Do desegmentation. | Guy Harris | 2002-01-17 | 1 | -33/+41 |
* | "pinfo->desegment_len" is initialized by TCP only if desegmentation is | Guy Harris | 2002-01-17 | 1 | -12/+27 |
* | Use the "fragmented" field of the "packet_info" structure in | Guy Harris | 2002-01-17 | 8 | -33/+90 |
* | Put the "-s" option in the SYNOPSIS section. | Guy Harris | 2002-01-16 | 1 | -0/+1 |
* | SCTP support in text2pcap, and fix to usage message for "-u", from | Guy Harris | 2002-01-16 | 3 | -28/+102 |
* | From Mark Burton: reinstate data segment digest handling, and stop the | Guy Harris | 2002-01-16 | 2 | -5/+17 |
* | Tethereal needs to allocate space for col_expr[] and col_expr_val[] too. | Gilbert Ramirez | 2002-01-15 | 1 | -1/+4 |
* | Collapse the two entries for Mark Burton into one. | Guy Harris | 2002-01-15 | 2 | -5/+1 |
* | Make the label for the SCTP checksum type preference item indicate that | Guy Harris | 2002-01-15 | 1 | -2/+4 |
* | From Michael Tuexen: | Guy Harris | 2002-01-15 | 1 | -48/+206 |
* | From Marc Milgram: fix to allow VMS TCPIPtrace files that don't have | Guy Harris | 2002-01-15 | 1 | -2/+2 |
* | From Martti Kuparinen: update the HMIPv6 support to match the latest | Guy Harris | 2002-01-15 | 2 | -13/+11 |