aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eap.c
Commit message (Expand)AuthorAgeFilesLines
* 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