aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eapol.c
Commit message (Expand)AuthorAgeFilesLines
* From Jouni Malinen: add support for the 802.11i/RSN pre-authenticationGuy Harris2004-04-071-1/+2
* From Jouni Malinen: add support for the most likely EAPOL-Key packetGuy Harris2004-03-301-2/+5
* From Jouni Malinen:Guy Harris2004-03-281-6/+22
* Require that field names contain only alphanumerics, "-", "_", and ".".Guy Harris2003-11-131-2/+2
* From Motonori Shindo: Key Information dissection in EAPOL-Key messages.Guy Harris2003-10-141-3/+105
* Get rid of some unnecessary includes.Guy Harris2003-09-231-26/+9
* From Jeff Liu: Add support for WPA (Wi-Fi Protected Access) key in EAPOLGerald Combs2003-06-031-28/+119
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-9/+9
* 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