aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eap.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
2009-05-07Clean up header file and dissector code. Update EAP numbers list.Jaap Keuter1-33/+36
2007-11-23From Jens Braeuer:Stig Bjørlykke1-6/+69
2007-11-16Embedding EAP inside wimaxasncp.Martin Mathieson1-19/+6
2006-12-06Dissect EAP inside ISAKMP update some strings from IANA.Anders Broman1-6/+9
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-26/+4
2005-07-24Fix some typoes.Guy Harris1-27/+1
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol and...Ulf Lamping1-1/+2
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-4/+4
2004-10-01From Jouni Malinen:Guy Harris1-3/+8
2004-09-04From Jouni Malinen: add a dissector for EAP-AKA, and fix some incorrectGuy Harris1-6/+118
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1166