| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added a preference to allow for setting the COPS tcp port. | Ed Warnicke | 2002-02-22 | 1 | -5/+40 |
* | Initial quota support, from Ronnie Sahlberg. | Guy Harris | 2002-02-22 | 2 | -3/+122 |
* | Use the right format (one with a numerical format item rather than a | Guy Harris | 2002-02-21 | 1 | -2/+3 |
* | The number of bytes of tagged parameters should be computed by seeing | Guy Harris | 2002-02-21 | 1 | -9/+9 |
* | Export dissect_nt_sec_desc() so it can be used by other dissectors. | Tim Potter | 2002-02-21 | 2 | -4/+8 |
* | Add first attempt at creating a tool to take a [t]ethereal core file | Gilbert Ramirez | 2002-02-21 | 2 | -1/+417 |
* | Be more paranoid, and check to make sure the length of the string or OID | Guy Harris | 2002-02-21 | 1 | -1/+17 |
* | Throw in some sanity checking to make sure a bogus length in an ASN.1 | Guy Harris | 2002-02-20 | 1 | -1/+29 |
* | From Ronnie Sahlberg: add the actual SMB command to the structure that | Guy Harris | 2002-02-20 | 2 | -15/+45 |
* | Sun's "yp.x" appears to lie when it claims that the argument to a FIRST | Guy Harris | 2002-02-20 | 1 | -6/+25 |
* | Export "conversation_set_dissector()" in the plugin API table. | Guy Harris | 2002-02-20 | 5 | -18/+35 |
* | Fixed small bug in translation of IXCD in OSPF GMPLS LSA. | Ashok Narayanan | 2002-02-19 | 1 | -3/+3 |
* | From Andrew Hood: translate enterprise OIDs in SNMP traps to strings if | Guy Harris | 2002-02-19 | 2 | -1/+14 |
* | Update a comment. | Guy Harris | 2002-02-19 | 1 | -3/+3 |
* | Fix the declaration of "rec_dissector_t" to include a return value type. | Guy Harris | 2002-02-19 | 1 | -2/+2 |
* | Fix up the declaration of "addr_tvb_new_real_data" to match | Guy Harris | 2002-02-19 | 1 | -2/+2 |
* | For TCP segments that are reassembled into larger packets, show the data | Guy Harris | 2002-02-19 | 1 | -4/+19 |
* | Add support for reassembling RPC-over-TCP fragments, and do that in both | Guy Harris | 2002-02-18 | 9 | -289/+822 |
* | Have "alloc_field_info()" take a pointer to the field length as an | Guy Harris | 2002-02-18 | 1 | -33/+56 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 26 | -420/+423 |
* | With the tvbuffication of all dissectors, the "packet_info" structure no | Guy Harris | 2002-02-17 | 8 | -23/+20 |
* | Add support for SNA-over-Ethernet (Ethernet type 80d5). | Guy Harris | 2002-02-17 | 5 | -4/+128 |
* | From Joerg Mayer: remove trailing blanks from hex dump in | Guy Harris | 2002-02-15 | 2 | -2/+3 |
* | AiroPeek puts variable-length, not padded fixed-length, 802.11 headers | Guy Harris | 2002-02-15 | 1 | -6/+6 |
* | Put in a missing "break;" statement. (Testing the untested AiroPeek | Guy Harris | 2002-02-15 | 1 | -1/+2 |
* | Undo the change of "UcpHandleByte(hf_ucp_parm_NT);" to | Guy Harris | 2002-02-15 | 1 | -2/+2 |