aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Declare osinl_subdissector_table as 'extern'.Gilbert Ramirez2002-02-281-2/+2
* Fix the declaration of "addr_call_dissector" to match the functionGuy Harris2002-02-271-2/+2
* Remove unused variables, structure definitions, and functions.Gilbert Ramirez2002-02-272-65/+23
* Support for IEEE 802.1w RST BPDUs, from Alex Ruzin.Guy Harris2002-02-273-8/+62
* From Joerg Mayer:Guy Harris2002-02-2716-29/+84
* From Joerg Mayer: remove unused variables and declarations ofGuy Harris2002-02-2719-57/+40
* Label the data source for various forms of reassembled data with theGuy Harris2002-02-275-10/+10
* Display a different message in the COL_INFO field for anonymous sessionTim Potter2002-02-271-3/+9
* From John Mackenzie: register GIOP dissector as a UDP heuristicGuy Harris2002-02-272-1/+4
* Fix "create_dissector_handle()" to properly create a handle for anGuy Harris2002-02-271-2/+3
* From Kari Tiirikainen: use the SNMP library, if present, to print theGuy Harris2002-02-261-50/+189
* Properly (for English) pluralize names beginning with "s".Guy Harris2002-02-261-5/+30
* From Ronnie Sahlberg: add "alias name" and "group name" fields for aliasGuy Harris2002-02-261-3/+13
* Allow dissectors to be registered as "old-style" or "new-style"Guy Harris2002-02-264-83/+286
* From Michael Tuexen: support for another message type.Guy Harris2002-02-261-1/+4
* Just put a full EAP tree under the EAP-message TLV; we will eventuallyGuy Harris2002-02-262-58/+46
* Don't give the raw data for SSL-encapsulated stuff in an EAP message itsGuy Harris2002-02-251-4/+2
* Editorial corrections, from Michael Tuexen.Guy Harris2002-02-251-10/+26
* Add an EAP dissector that doesn't create a top-level tree and doesn'tGuy Harris2002-02-254-50/+137
* Mark the columns non-writable before calling the EAP dissector, so theGuy Harris2002-02-251-1/+14
* Small fix from Adam Sulmicki to an off-by-2 problem.Guy Harris2002-02-251-2/+2
* Note that we could save some overhead if we require the name argument toGuy Harris2002-02-251-1/+6
* Get rid of a bunch of initializations of variables that aren'tGuy Harris2002-02-251-24/+23
* Typo fix, from Adam Sulmicki.Guy Harris2002-02-251-2/+2
* Put all the capture options into a structure.Guy Harris2002-02-246-187/+227
* Don't copy the entire EAP header, just extract stuff from it a field atGuy Harris2002-02-241-25/+27
* Get rid of "init_all_protocols()"; instead, have a routineGuy Harris2002-02-244-56/+29
* Have "get_positive_int()" really check for positive integers, not justGuy Harris2002-02-243-46/+17
* "autostop_filesize" and "autostop_duration" don't need to be in theGuy Harris2002-02-246-73/+123
* Free all the stuff pointed to by elements in the "tcp_segment_table"Guy Harris2002-02-241-10/+16
* From Peter Valchev: fix editcap to assign the result of "getopt()" to anGuy Harris2002-02-247-11/+17
* In the Q.931-over-TPKT-over-TCP dissector, if the TCP segment we'reGuy Harris2002-02-232-27/+37
* "is_tpkt()" is always used to check a TCP segment to see if it mightGuy Harris2002-02-234-28/+33
* From John Mackenzie: put missing initializations of table entries inGuy Harris2002-02-233-4/+25
* Dissect the payload of EAPOL Key messages.Guy Harris2002-02-221-34/+132
* Add some necessary "volatile" declarations.Guy Harris2002-02-223-7/+7
* Get rid of an unnecessary "volatile".Guy Harris2002-02-222-21/+22
* From Adam Sulmicki: dissect EAP messages inside RADIUS.Guy Harris2002-02-223-10/+29
* Fixed up value_string for SMBE_unknownlevel error.Tim Potter2002-02-221-2/+2
* Set "snaplen", not "has_snaplen", to the snapshot length specified inGuy Harris2002-02-221-6/+6
* Catch the ReportedBoundsError exception in the DNS and TPKT dissectorsGuy Harris2002-02-223-5/+80
* COPS-PR extension support, from Kari Tiirikainen.Guy Harris2002-02-223-33/+753
* From Adam Sulmicki: additional AVPs for RADIUS. and makingGuy Harris2002-02-222-2/+33
* From Adam Sulmicki <adam[AT]cfar.umd.edu>:Guy Harris2002-02-223-24/+36
* Handle TPKT packets split across segment boundaries, and multiple TPKTGuy Harris2002-02-228-110/+200
* Properly set the length of the top-level item.Guy Harris2002-02-221-6/+12
* Redo the DNS-over-TCP code to handle the DNS-over-TCP header being splitGuy Harris2002-02-221-32/+59
* From Dermot Bradley:Guy Harris2002-02-223-9/+719
* Properly handle the "no data" data frames.Guy Harris2002-02-221-2/+20
* AiroPeek captures have an extra 4 bytes of gunk at the end of everyGuy Harris2002-02-221-3/+15