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