aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eap.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-1/+2
2003-04-01From Eric Perie: update to the name for EAP type 15, and some additionalGuy Harris1-2/+11
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-3/+3
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris1-2/+2
2002-09-08All the multi-byte integral quantities are big-endian, so let's pretendGuy Harris1-3/+2
2002-09-07From Jouni Malinen, bug fix for EAP NAK packets.Ronnie Sahlberg1-4/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-54/+54
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris1-26/+45
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-3/+2
2002-03-28Fix a typo.Guy Harris1-39/+53
2002-03-27Cleanups from Adam Sulmicki.Guy Harris1-5/+6
2002-03-27From Adam Sulmicki: EAP-TLS reassembly.Guy Harris1-47/+353
2002-03-23From Adam Sulmicki: state machine changes to update the state better,Guy Harris1-57/+131
2002-03-22Attach to all frames containing LEAP messages an indication of the stateGuy Harris1-70/+138
2002-03-19From Adam Sulmicki: add support for NOTIFY and NAK EAP types, fix theGuy Harris1-10/+29
2002-03-19The data for EAP_TYPE_ID is just a string; display it withGuy Harris1-1/+8
2002-03-19From Adam Sulmicki: add all known EAP types.Guy Harris1-16/+50
2002-03-18Cisco LEAP support, from Adam Sulmicki.Guy Harris1-2/+87
2002-02-26Allow dissectors to be registered as "old-style" or "new-style"Guy Harris1-10/+34
2002-02-26Just put a full EAP tree under the EAP-message TLV; we will eventuallyGuy Harris1-40/+22
2002-02-25Don't give the raw data for SSL-encapsulated stuff in an EAP message itsGuy Harris1-4/+2
2002-02-25Add an EAP dissector that doesn't create a top-level tree and doesn'tGuy Harris1-28/+107
2002-02-24Don't copy the entire EAP header, just extract stuff from it a field atGuy Harris1-25/+27
2002-02-22Get rid of an unnecessary "volatile".Guy Harris1-2/+2
2002-02-22From Adam Sulmicki: dissect EAP messages inside RADIUS.Guy Harris1-2/+4
2002-02-22From Adam Sulmicki <adam[AT]cfar.umd.edu>:Guy Harris1-24/+30
2002-02-17With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris1-2/+2
2002-02-06Use "value_string" tables to map EAP code and type values to strings -Guy Harris1-23/+19
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/+156