summaryrefslogtreecommitdiff
path: root/epan/ppptypes.h
AgeCommit message (Collapse)AuthorFilesLines
2015-12-10The Bridging Control Protocol is really two protocols.Guy Harris1-2/+2
RFC 3518 defines two protocols, one used to encapsulate bridged PDUs and one used to configure the bridging process. Make them two separately-registered protocols. Change-Id: I393ea31ab7ef44cae2ef2b592ffde5d53ecb113f Reviewed-on: https://code.wireshark.org/review/12509 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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>
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