aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eapol.c
Commit message (Expand)AuthorAgeFilesLines
* From Andrei Emeltchenko:Anders Broman2012-10-121-0/+2
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Minor: reformatting, unneeded #includes, whitespace cleanup;Bill Meier2012-04-261-205/+233
* From Nick Lowe: Fix two check warnings, make consistent. (Rebased.) https://b...Anders Broman2012-04-091-12/+12
* Fixed checkAPI warnings for blurb matching field nameGraham Bloice2012-04-071-3/+3
* From Nick Lowe:Anders Broman2012-04-071-108/+118
* From Nick Lowe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7001 :Jeff Morriss2012-03-271-1/+12
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-4/+4
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-9/+9
* From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5830Alexis La Goutte2011-05-311-1/+1
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* From Jouni Malinen:Jaap Keuter2010-03-141-1/+35
* Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis2009-11-171-1/+1
* Put key_index values in correct tree.Stig Bjørlykke2009-11-091-2/+2
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-2/+2
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke2009-07-071-7/+7
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-14/+14
* Fix logic to properly ignore (for now) encrypted keys and group keys.Gerald Combs2007-06-251-3/+5
* Add support for "wildcard" WPA keys in the form "wpa:passphrase" (noteGerald Combs2007-01-261-40/+41
* from michael stevensRonnie Sahlberg2006-07-201-1/+1
* Bugfix: If we have an rc4 key and the length remaining for theJörg Mayer2006-07-111-4/+9
* Fix description of EAPOL Key Descriptor Version values, as per mail fromGuy Harris2006-06-291-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1
* Change 802.11f -> F, 802.1d -> D, 802.1x -> X, 802.1q -Q, 802.1P -> pJörg Mayer2005-05-051-1/+1
* - Diplay SSID in mangemntframesJörg Mayer2004-12-201-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+431