aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eap.c
AgeCommit message (Expand)AuthorFilesLines
2002-02-26Allow dissectors to be registered as "old-style" or "new-style"Guy Harris1-10/+34
2002-02-26Just put a full EAP tree under the EAP-message TLV; we will eventuallyGuy Harris1-40/+22
2002-02-25Don't give the raw data for SSL-encapsulated stuff in an EAP message itsGuy Harris1-4/+2
2002-02-25Add an EAP dissector that doesn't create a top-level tree and doesn'tGuy Harris1-28/+107
2002-02-24Don't copy the entire EAP header, just extract stuff from it a field atGuy Harris1-25/+27
2002-02-22Get rid of an unnecessary "volatile".Guy Harris1-2/+2
2002-02-22From Adam Sulmicki: dissect EAP messages inside RADIUS.Guy Harris1-2/+4
2002-02-22From Adam Sulmicki <adam[AT]cfar.umd.edu>:Guy Harris1-24/+30
2002-02-17With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris1-2/+2
2002-02-06Use "value_string" tables to map EAP code and type values to strings -Guy Harris1-23/+19
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-2/+5
2001-11-06IEEE 802.1x, a/k/a EAPOL, and PPP/EAPOL EAP support, from PekkaGuy Harris1-0/+156