| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s. | Guy Harris | 2002-03-04 | 17 | -162/+424 |
* | Bump the version to 0.9.2. Update NEWS to include everything from February. | Gerald Combs | 2002-03-03 | 4 | -7/+162 |
* | From Michael Tuexen: report the type of an unrecognized parameter. | Guy Harris | 2002-03-03 | 1 | -3/+5 |
* | From Heikki Vatiainen: make "get_host_ipaddr()" require dotted-quad IP | Guy Harris | 2002-03-03 | 2 | -1/+12 |
* | Report ASN.1 BER parsing errors closer to the point at which they're | Guy Harris | 2002-03-03 | 1 | -206/+320 |
* | As there's nothing to dissect for LDAP_REQ_UNBIND, set "ret" to | Guy Harris | 2002-03-02 | 1 | -2/+3 |
* | Don't check the message type if it's not of class ASN1_APL; instead, | Guy Harris | 2002-03-02 | 1 | -49/+58 |
* | Treat LDAP_REQ_UNBIND as a request with nothing in it, not as an unknown | Guy Harris | 2002-03-02 | 1 | -4/+7 |
* | From Joerg Mayer: get rid of "-Wno-unused" flag in some configure | Guy Harris | 2002-03-02 | 11 | -29/+35 |
* | From Joerg Mayer: get rid of "-Wno-unused" flag in some configure | Guy Harris | 2002-03-02 | 11 | -32/+40 |
* | Tell people not to use "ulong" or "ushort". | Guy Harris | 2002-03-02 | 1 | -3/+7 |
* | From Michael Tuexen: update the CRC32 checksum code to match | Guy Harris | 2002-03-02 | 1 | -4/+13 |
* | Typo fix, from Michael Tuexen. | Guy Harris | 2002-03-02 | 1 | -2/+2 |
* | "ulong" isn't defined on MacOS X (and probably isn't defined on some | Guy Harris | 2002-03-02 | 1 | -3/+3 |
* | Updates from Mike Frisch. | Guy Harris | 2002-03-01 | 1 | -42/+79 |
* | Added RSVP support for the Administrative Status object. | Ashok Narayanan | 2002-03-01 | 1 | -1/+68 |
* | Fix two references to "proto_item_set_text()" and | Guy Harris | 2002-03-01 | 1 | -5/+5 |
* | From Andrew Feren: add ifdefs to the top-level Makefile.nmake to avoid | Guy Harris | 2002-03-01 | 2 | -6/+18 |
* | Don't link with the SNMP library by default. | Gerald Combs | 2002-03-01 | 1 | -2/+2 |
* | Have the routines that supply a pointer to a newly-constructed item | Guy Harris | 2002-03-01 | 1 | -22/+18 |
* | Add a routine to "asn1.c" to translate ASN1_ERR_ values to strings. Use | Guy Harris | 2002-03-01 | 4 | -174/+348 |
* | Improve the note on how to deal with items with subtrees when the text | Guy Harris | 2002-02-28 | 1 | -6/+7 |
* | Handle NBSS messages where the NBSS *header* is split across TCP segment | Guy Harris | 2002-02-28 | 1 | -16/+50 |
* | In follow.c, initialize data_out_file to NULL, as it used to | Gilbert Ramirez | 2002-02-28 | 3 | -6/+5 |
* | Declare osinl_subdissector_table as 'extern'. | Gilbert Ramirez | 2002-02-28 | 1 | -2/+2 |
* | Fix the declaration of "addr_call_dissector" to match the function | Guy Harris | 2002-02-27 | 1 | -2/+2 |
* | Remove unused variables, structure definitions, and functions. | Gilbert Ramirez | 2002-02-27 | 2 | -65/+23 |
* | Support for IEEE 802.1w RST BPDUs, from Alex Ruzin. | Guy Harris | 2002-02-27 | 3 | -8/+62 |
* | From Joerg Mayer: | Guy Harris | 2002-02-27 | 16 | -29/+84 |
* | From Joerg Mayer: remove unused variables and declarations of | Guy Harris | 2002-02-27 | 19 | -57/+40 |
* | Label the data source for various forms of reassembled data with the | Guy Harris | 2002-02-27 | 5 | -10/+10 |
* | Display a different message in the COL_INFO field for anonymous session | Tim Potter | 2002-02-27 | 1 | -3/+9 |
* | From John Mackenzie: register GIOP dissector as a UDP heuristic | Guy Harris | 2002-02-27 | 2 | -1/+4 |
* | Fix "create_dissector_handle()" to properly create a handle for an | Guy Harris | 2002-02-27 | 1 | -2/+3 |
* | From Kari Tiirikainen: use the SNMP library, if present, to print the | Guy Harris | 2002-02-26 | 1 | -50/+189 |
* | Properly (for English) pluralize names beginning with "s". | Guy Harris | 2002-02-26 | 1 | -5/+30 |
* | From Ronnie Sahlberg: add "alias name" and "group name" fields for alias | Guy Harris | 2002-02-26 | 1 | -3/+13 |
* | Allow dissectors to be registered as "old-style" or "new-style" | Guy Harris | 2002-02-26 | 4 | -83/+286 |
* | From Michael Tuexen: support for another message type. | Guy Harris | 2002-02-26 | 1 | -1/+4 |
* | Just put a full EAP tree under the EAP-message TLV; we will eventually | Guy Harris | 2002-02-26 | 2 | -58/+46 |
* | Don't give the raw data for SSL-encapsulated stuff in an EAP message its | Guy Harris | 2002-02-25 | 1 | -4/+2 |
* | Editorial corrections, from Michael Tuexen. | Guy Harris | 2002-02-25 | 1 | -10/+26 |
* | Add an EAP dissector that doesn't create a top-level tree and doesn't | Guy Harris | 2002-02-25 | 4 | -50/+137 |
* | Mark the columns non-writable before calling the EAP dissector, so the | Guy Harris | 2002-02-25 | 1 | -1/+14 |
* | Small fix from Adam Sulmicki to an off-by-2 problem. | Guy Harris | 2002-02-25 | 1 | -2/+2 |
* | Note that we could save some overhead if we require the name argument to | Guy Harris | 2002-02-25 | 1 | -1/+6 |
* | Get rid of a bunch of initializations of variables that aren't | Guy Harris | 2002-02-25 | 1 | -24/+23 |
* | Typo fix, from Adam Sulmicki. | Guy Harris | 2002-02-25 | 1 | -2/+2 |
* | Put all the capture options into a structure. | Guy Harris | 2002-02-24 | 6 | -187/+227 |
* | Don't copy the entire EAP header, just extract stuff from it a field at | Guy Harris | 2002-02-24 | 1 | -25/+27 |