aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-21From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-13/+13
2009-05-13Apply some of the patches from:Anders Broman1-4/+2
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-1/+1
2009-03-08Indicate hexadecimal preferences.Stig Bjørlykke1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-07-13The PPP protocol type of 0031 is for the PPP Bridging Control Protocol;Guy Harris1-3/+3
2008-07-13Dissect the PPP Bridge Control Protocol header. Hand Ethernet packetsGuy Harris1-32/+210
2007-11-19Only show direction field when its set to a valid value.Martin Mathieson1-2/+3
2007-11-17Add ppp.direction field.Martin Mathieson1-0/+18
2007-11-16Fix a buffer overflow in the PPP dissector. Try to fix uninitialized Gerald Combs1-29/+29
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-7/+7
2007-04-02From Donald White:Stephen Fisher1-0/+392
2006-10-11From Donald White:Anders Broman1-3/+16
2006-09-04From Donald White:Jaap Keuter1-2/+3
2006-08-28Donald White <donald_white@qwest.net>Jörg Mayer1-4/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-27From Ravi Valmikam:Anders Broman1-0/+1
2006-02-22 from kirby filesRonnie Sahlberg1-0/+31
2006-01-16done:Jörg Mayer1-3/+5
2006-01-05Bill Meier:Jörg Mayer1-1/+1
2005-12-07From Martin M various updates and fixesRonnie Sahlberg1-2/+2
2005-11-28Give the RFC number for CHAP.Guy Harris1-17/+21
2005-11-26from Martin MRonnie Sahlberg1-58/+158
2005-10-27remove some strcpyRonnie Sahlberg1-10/+5
2005-10-11From Ignacio GoyretAnders Broman1-2/+2
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-0/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-4/+4
2005-09-08Fix more problems found by Steve Grubb, along with other changes:Gerald Combs1-1/+3
2005-07-26char -> const char warning fixesJörg Mayer1-6/+6
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-4/+4
2005-06-25The data in an Identification packet is a message intended to beGuy Harris1-1/+12
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-05-05Change 802.11f -> F, 802.1d -> D, 802.1x -> X, 802.1q -Q, 802.1P -> pJörg Mayer1-1/+1
2005-03-27buildbot bugfix: add another tvb_ensure_bytes_exist (tvb,offset,length);Ulf Lamping1-0/+1
2005-03-26buildbot bugfix: another (un-)signed problem and a problem with the offset (f...Ulf Lamping1-1/+2
2005-03-26Add some length checks to the CHAP dissector.Guy Harris1-16/+30
2005-03-25buildbot bugfix: and again, a guint16 will never become lower than zeroUlf Lamping1-1/+1
2005-03-25For the Bandwidth Allocation Protocol Phone Delta option:Guy Harris1-7/+16
2005-03-25In the cases fixed by the two previous fixes, check to make sure theGuy Harris1-12/+21
2005-03-25bugfix: similar problem than the previous one fixed by GeraldUlf Lamping1-1/+2
2005-03-25Keep the length value from rolling over in CBCP. Add a comment asking ifGerald Combs1-1/+2
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.Guy Harris1-0/+1
2005-01-14From Rene Pilz:Guy Harris1-0/+22
2004-12-14In the "PPP in HDLC-Like Framing" items, consider the starting delimiterGuy Harris1-5/+32
2004-12-13Don't display the end delimiter as a fragment and change the bytes higligted ...Anders Broman1-2/+2
2004-12-13Add a protocol layer for the raw byte stream for PPP in HDLC-likeGuy Harris1-139/+202
2004-12-13Get rid of an unused parameter.Guy Harris1-4/+4
2004-12-12Dissect PPP messages of ethertype 0x8881Anders Broman1-1/+122