aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eapol.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-19/+19
2019-11-14dot11decrypt: Let dissector parse eapol framesMikael Kanstrup1-0/+11
2019-11-04dot11decrypt: Separate key extraction step from decryption stepMikael Kanstrup1-1/+11
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-04EAPOL-MKA: Implement updates from IEEE standardsJaap Keuter1-9/+10
2016-12-20Make EAPOL packet types into a dissector table.Ethan Young1-49/+38
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-14Add support for EAPOL-MKA (802.1x-2010)maisheri1-0/+9
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-10/+7
2014-03-23Add a dissector table for EAPOL Key Descriptor types.Guy Harris1-296/+83
2014-03-23Note that the EAPOL-Key Key Data this dissects is for 802.11.Guy Harris1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-4/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-56/+53
2013-05-20Fix typo s/ENCNA/ENC_NA/Evan Huus1-1/+1
2013-05-20Add Modelines Info and fix warning from fix-encoding-args toolsAlexis La Goutte1-7/+20
2013-05-20From david19801118 via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=86...Alexis La Goutte1-15/+39
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+3
2012-10-12From Andrei Emeltchenko:Anders Broman1-0/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-26Minor: reformatting, unneeded #includes, whitespace cleanup;Bill Meier1-205/+233
2012-04-09From Nick Lowe: Fix two check warnings, make consistent. (Rebased.) https://b...Anders Broman1-12/+12
2012-04-07Fixed checkAPI warnings for blurb matching field nameGraham Bloice1-3/+3
2012-04-07From Nick Lowe:Anders Broman1-108/+118
2012-03-27From Nick Lowe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7001 :Jeff Morriss1-1/+12
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-4/+4
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-9/+9
2011-05-31From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5830Alexis La Goutte1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-03-14From Jouni Malinen:Jaap Keuter1-1/+35
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-1/+1
2009-11-09Put key_index values in correct tree.Stig Bjørlykke1-2/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-7/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-14/+14
2007-06-25Fix logic to properly ignore (for now) encrypted keys and group keys.Gerald Combs1-3/+5
2007-01-26Add support for "wildcard" WPA keys in the form "wpa:passphrase" (noteGerald Combs1-40/+41