aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eap.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7430 :pascal1-12/+18
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-978/+1097
2012-02-28From Josip Medved: EAP-SIM and EAP-AKA are missing some attributes. https://b...etxrab1-51/+45
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-7/+0
2012-02-05From billyjeans:etxrab1-2/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-4/+4
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-3/+0
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-02-06Renamed some reassembled data texts.stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+6
2010-01-27From shivesh83@gmail.com:etxrab1-1/+7
2009-11-29Fix EAP method type 25, 26 interpretation.jake1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-05-13Apply some of the patches from:etxrab1-2/+1
2009-05-07Clean up header file and dissector code. Update EAP numbers list.jake1-33/+36
2007-11-23From Jens Braeuer:stig1-6/+69
2007-11-16Embedding EAP inside wimaxasncp.martinm1-19/+6
2006-12-06Dissect EAP inside ISAKMP update some strings from IANA.etxrab1-6/+9
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-08-12gmemchunk -> se_alloc() improvementssahlberg1-26/+4
2005-07-24Fix some typoes.guy1-27/+1
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol and...ulfl1-1/+2
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-02From Jon Ringle:etxrab1-4/+4
2004-10-01From Jouni Malinen:guy1-3/+8
2004-09-04From Jouni Malinen: add a dissector for EAP-AKA, and fix some incorrectguy1-6/+118
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1166