summaryrefslogtreecommitdiff
path: root/epan/eap.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-03-29Add some missing #includes to hopefully fix check-abi buildbot.Evan Huus1-0/+1
svn path=/trunk/; revision=48641
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-5/+7
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
2012-12-10General cleanup:Bill Meier1-15/+15
- Use/create extended value strings as appropriate; - Reformat hf[] entries; - Do whitespace, & etc changes to use a consistent formatting style; - Reformat some long lines; - Localize some variables; remove some unneeded initializers; - expert...() shouldnt be called under 'if (tree)' (packet-wimaxasncp); - Move proto_register...() & etc to the end of the file (packet-ieee80211); - Misc. svn path=/trunk/; revision=46489
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-04-05From Nick Lowe:Anders Broman1-0/+8
- Update eap header file to include MS-CHAP v2 definitions. - Convert EAP-MS-CHAP-V2 to use proto_tree_add_item() and make a few, hopefully final, changes. Fixed a couple of typos etc. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7020 svn path=/trunk/; revision=41955
2012-04-04From Nick Lowe:Anders Broman1-1/+18
- Update eap header file to include SIM and AKA definitions. - Change the SIM and AKA EAP types to use proto_tree_add_item(). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7020 svn path=/trunk/; revision=41922
2010-01-27From shivesh83@gmail.com:Anders Broman1-0/+5
Enhancement to dissect EAP/AKA' https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4426 I also updated some PPP and EAP numbers. svn path=/trunk/; revision=31704
2009-05-07Clean up header file and dissector code. Update EAP numbers list.Jaap Keuter1-16/+15
svn path=/trunk/; revision=28295
2007-11-23From Jens Braeuer:Stig Bjørlykke1-0/+1
Added support for Wifi Simple Config aka Wifi Protected Setup From me: Added standard copyright header to packet-wps svn path=/trunk/; revision=23549
2007-11-16Embedding EAP inside wimaxasncp.Martin Mathieson1-0/+52
svn path=/trunk/; revision=23474