| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Get rid of "init_all_protocols()"; instead, have a routine | Guy Harris | 2002-02-24 | 4 | -56/+29 |
* | Have "get_positive_int()" really check for positive integers, not just | Guy Harris | 2002-02-24 | 3 | -46/+17 |
* | "autostop_filesize" and "autostop_duration" don't need to be in the | Guy Harris | 2002-02-24 | 6 | -73/+123 |
* | Free all the stuff pointed to by elements in the "tcp_segment_table" | Guy Harris | 2002-02-24 | 1 | -10/+16 |
* | From Peter Valchev: fix editcap to assign the result of "getopt()" to an | Guy Harris | 2002-02-24 | 7 | -11/+17 |
* | In the Q.931-over-TPKT-over-TCP dissector, if the TCP segment we're | Guy Harris | 2002-02-23 | 2 | -27/+37 |
* | "is_tpkt()" is always used to check a TCP segment to see if it might | Guy Harris | 2002-02-23 | 4 | -28/+33 |
* | From John Mackenzie: put missing initializations of table entries in | Guy Harris | 2002-02-23 | 3 | -4/+25 |
* | Dissect the payload of EAPOL Key messages. | Guy Harris | 2002-02-22 | 1 | -34/+132 |
* | Add some necessary "volatile" declarations. | Guy Harris | 2002-02-22 | 3 | -7/+7 |
* | Get rid of an unnecessary "volatile". | Guy Harris | 2002-02-22 | 2 | -21/+22 |
* | From Adam Sulmicki: dissect EAP messages inside RADIUS. | Guy Harris | 2002-02-22 | 3 | -10/+29 |
* | Fixed up value_string for SMBE_unknownlevel error. | Tim Potter | 2002-02-22 | 1 | -2/+2 |
* | Set "snaplen", not "has_snaplen", to the snapshot length specified in | Guy Harris | 2002-02-22 | 1 | -6/+6 |
* | Catch the ReportedBoundsError exception in the DNS and TPKT dissectors | Guy Harris | 2002-02-22 | 3 | -5/+80 |
* | COPS-PR extension support, from Kari Tiirikainen. | Guy Harris | 2002-02-22 | 3 | -33/+753 |
* | From Adam Sulmicki: additional AVPs for RADIUS. and making | Guy Harris | 2002-02-22 | 2 | -2/+33 |
* | From Adam Sulmicki <adam[AT]cfar.umd.edu>: | Guy Harris | 2002-02-22 | 3 | -24/+36 |
* | Handle TPKT packets split across segment boundaries, and multiple TPKT | Guy Harris | 2002-02-22 | 8 | -110/+200 |
* | Properly set the length of the top-level item. | Guy Harris | 2002-02-22 | 1 | -6/+12 |
* | Redo the DNS-over-TCP code to handle the DNS-over-TCP header being split | Guy Harris | 2002-02-22 | 1 | -32/+59 |
* | From Dermot Bradley: | Guy Harris | 2002-02-22 | 3 | -9/+719 |
* | Properly handle the "no data" data frames. | Guy Harris | 2002-02-22 | 1 | -2/+20 |
* | AiroPeek captures have an extra 4 bytes of gunk at the end of every | Guy Harris | 2002-02-22 | 1 | -3/+15 |