aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eapol.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-2/+1
* From Adam Sulmicki: use "proto_tree_add_uint()" rather thanGuy Harris2002-03-111-2/+2
* Dissect the payload of EAPOL Key messages.Guy Harris2002-02-221-34/+132
* Get rid of an unnecessary "volatile".Guy Harris2002-02-221-19/+20
* With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris2002-02-171-2/+2
* 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/+139