aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eapol.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-2/+1
2002-03-11From Adam Sulmicki: use "proto_tree_add_uint()" rather thanGuy Harris1-2/+2
2002-02-22Dissect the payload of EAPOL Key messages.Guy Harris1-34/+132
2002-02-22Get rid of an unnecessary "volatile".Guy Harris1-19/+20
2002-02-17With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris1-2/+2
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/+139