aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eapol.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-07From Jouni Malinen: add support for the 802.11i/RSN pre-authenticationGuy Harris1-1/+2
2004-03-30From Jouni Malinen: add support for the most likely EAPOL-Key packetGuy Harris1-2/+5
2004-03-28From Jouni Malinen:Guy Harris1-6/+22
2003-11-13Require that field names contain only alphanumerics, "-", "_", and ".".Guy Harris1-2/+2
2003-10-14From Motonori Shindo: Key Information dissection in EAPOL-Key messages.Guy Harris1-3/+105
2003-09-23Get rid of some unnecessary includes.Guy Harris1-26/+9
2003-06-03From Jeff Liu: Add support for WPA (Wi-Fi Protected Access) key in EAPOLGerald Combs1-28/+119
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-9/+9
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
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