aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eap.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-05From billyjeans:Anders Broman1-2/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-4/+4
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-3/+0
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+6
2010-01-27From shivesh83@gmail.com:Anders Broman1-1/+7
2009-11-29Fix EAP method type 25, 26 interpretation.Jaap Keuter1-2/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1