aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eap.c
Commit message (Expand)AuthorAgeFilesLines
* Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris2002-06-071-26/+45
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-3/+2
* Fix a typo.Guy Harris2002-03-281-39/+53
* Cleanups from Adam Sulmicki.Guy Harris2002-03-271-5/+6
* From Adam Sulmicki: EAP-TLS reassembly.Guy Harris2002-03-271-47/+353
* From Adam Sulmicki: state machine changes to update the state better,Guy Harris2002-03-231-57/+131
* Attach to all frames containing LEAP messages an indication of the stateGuy Harris2002-03-221-70/+138
* From Adam Sulmicki: add support for NOTIFY and NAK EAP types, fix theGuy Harris2002-03-191-10/+29
* The data for EAP_TYPE_ID is just a string; display it withGuy Harris2002-03-191-1/+8
* From Adam Sulmicki: add all known EAP types.Guy Harris2002-03-191-16/+50
* Cisco LEAP support, from Adam Sulmicki.Guy Harris2002-03-181-2/+87
* Allow dissectors to be registered as "old-style" or "new-style"Guy Harris2002-02-261-10/+34
* Just put a full EAP tree under the EAP-message TLV; we will eventuallyGuy Harris2002-02-261-40/+22
* Don't give the raw data for SSL-encapsulated stuff in an EAP message itsGuy Harris2002-02-251-4/+2
* Add an EAP dissector that doesn't create a top-level tree and doesn'tGuy Harris2002-02-251-28/+107
* Don't copy the entire EAP header, just extract stuff from it a field atGuy Harris2002-02-241-25/+27
* Get rid of an unnecessary "volatile".Guy Harris2002-02-221-2/+2
* From Adam Sulmicki: dissect EAP messages inside RADIUS.Guy Harris2002-02-221-2/+4
* From Adam Sulmicki <adam[AT]cfar.umd.edu>:Guy Harris2002-02-221-24/+30
* With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris2002-02-171-2/+2
* Use "value_string" tables to map EAP code and type values to strings -Guy Harris2002-02-061-23/+19
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-5/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-2/+5
* IEEE 802.1x, a/k/a EAPOL, and PPP/EAPOL EAP support, from PekkaGuy Harris2001-11-061-0/+156