aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eap.c
AgeCommit message (Expand)AuthorFilesLines
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