aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eap.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-01eap-sim: add identity in response only.Dario Lombardo1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-17/+28
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-4/+4
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-4/+4
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-4/+4
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-4/+3
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-3/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+2
2013-06-10Batch of filterable expert infos.Michael Mann1-7/+21
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-4/+4
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-6/+7
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+3
2012-12-10General cleanup:Bill Meier1-685/+814
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-07-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7430 :Pascal Quantin1-12/+18
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Remove a few of "if (tree)" checks surrounding expert_add_info_format().Chris Maynard1-4/+3
2012-05-05Fix some more hf encodings.Jeff Morriss1-20/+20
2012-04-16From Nick Lowe:pascal1-3/+11
2012-04-16From Nick Lowe:Anders Broman1-57/+57
2012-04-11Clean up indentation (use 2 spaces)Alexis La Goutte1-887/+893
2012-04-11Update Extensible Authentication Protocol (EAP) Registry (2011-02-22)Alexis La Goutte1-4/+4
2012-04-09From Nick Lowe: Minor cosmetic name changes for consistency and brevity. http...Anders Broman1-2/+2
2012-04-05From Nick Lowe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7020Alexis La Goutte1-8/+12
2012-04-05From Nick Lowe:Anders Broman1-81/+120
2012-04-05From Nick Lowe:Anders Broman1-66/+91
2012-04-04Try to fix:Anders Broman1-8/+8
2012-04-04From Nick Lowe:Anders Broman1-74/+76
2012-04-04Change to use eap. in filter names isof eap_Anders Broman1-16/+16
2012-04-04From Nick Lowe:Anders Broman1-95/+111
2012-04-03From Nick Lowe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7020 :Jeff Morriss1-44/+44
2012-04-02From Nick Lowe:Anders Broman1-7/+7
2012-04-01From Nick Lowe: Show the reserved bits if set for EAP-TLS, unify/clean up the...Anders Broman1-13/+33
2012-02-28From Josip Medved: EAP-SIM and EAP-AKA are missing some attributes. https://b...Anders Broman1-51/+45
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+0