aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ppptypes.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-10PPP LCP improvements, mostly with LCP options. checkAPIs.pl and ↵Chris Maynard1-34/+38
checkfiltername.pl are happy, but checkhf.pl complains; however, all complaints are false positives - maybe a Perl expert is able to modify checkhf.pl to avoid reporting them? Lots of changes so fuzz testing was performed, but no captures exist w/all the LCP options, so some are likely still untested. Compiled on Windows using MSVC2010EE, which is notorious for not reporting problems that other compilers do. Hopefully there are no warnings, but we'll see what the buildbots say ... svn path=/trunk/; revision=42532
2010-01-30IANA updates and fixes for PPP types.Jaap Keuter1-23/+25
svn path=/trunk/; revision=31738
2010-01-27From shivesh83@gmail.com:Anders Broman1-5/+9
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
2008-07-13The PPP protocol type of 0031 is for the PPP Bridging Control Protocol;Guy Harris1-1/+1
it's not the "Bridge Control Protocol", and the packets aren't "BPDU"s in the sense of Spanning Tree Protocol packets. svn path=/trunk/; revision=25732
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-0/+158
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844