aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eap.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-28From Yaniv Kaul: adjust to RFC 3748, and add some more EAP method types.guy1-8/+15
2004-02-03From Holger Schurig; add support for EAP-TTLS.guy1-2/+4
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beguy1-1/+2
2003-04-01From Eric Perie: update to the name for EAP type 15, and some additionalguy1-2/+11
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...sahlberg1-3/+3
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveguy1-2/+2
2002-09-08All the multi-byte integral quantities are big-endian, so let's pretendguy1-3/+2
2002-09-07From Jouni Malinen, bug fix for EAP NAK packets.sahlberg1-4/+5
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-54/+54
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",guy1-26/+45
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-3/+2
2002-03-28Fix a typo.guy1-39/+53
2002-03-27Cleanups from Adam Sulmicki.guy1-5/+6
2002-03-27From Adam Sulmicki: EAP-TLS reassembly.guy1-47/+353
2002-03-23From Adam Sulmicki: state machine changes to update the state better,guy1-57/+131
2002-03-22Attach to all frames containing LEAP messages an indication of the stateguy1-70/+138
2002-03-19From Adam Sulmicki: add support for NOTIFY and NAK EAP types, fix theguy1-10/+29
2002-03-19The data for EAP_TYPE_ID is just a string; display it withguy1-1/+8
2002-03-19From Adam Sulmicki: add all known EAP types.guy1-16/+50
2002-03-18Cisco LEAP support, from Adam Sulmicki.guy1-2/+87
2002-02-26Allow dissectors to be registered as "old-style" or "new-style"guy1-10/+34
2002-02-26Just put a full EAP tree under the EAP-message TLV; we will eventuallyguy1-40/+22
2002-02-25Don't give the raw data for SSL-encapsulated stuff in an EAP message itsguy1-4/+2
2002-02-25Add an EAP dissector that doesn't create a top-level tree and doesn'tguy1-28/+107
2002-02-24Don't copy the entire EAP header, just extract stuff from it a field atguy1-25/+27
2002-02-22Get rid of an unnecessary "volatile".guy1-2/+2
2002-02-22From Adam Sulmicki: dissect EAP messages inside RADIUS.guy1-2/+4
2002-02-22From Adam Sulmicki <adam[AT]cfar.umd.edu>:guy1-24/+30
2002-02-17With the tvbuffication of all dissectors, the "packet_info" structure noguy1-2/+2
2002-02-06Use "value_string" tables to map EAP code and type values to strings -guy1-23/+19
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-2/+5
2001-11-06IEEE 802.1x, a/k/a EAPOL, and PPP/EAPOL EAP support, from Pekkaguy1-0/+156