aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Don't use DISSECTOR_ASSERT() to check a packet's content. Fixes bugguy1-6/+18
2009-06-21From Kovarththanan Rajaratnam via bug 3548:stig1-13/+13
2009-05-13Apply some of the patches from:etxrab1-4/+2
2009-05-01From Reinhard Speyerer:jake1-1/+1
2009-03-22P64 changes: Fix some cases for which size_t is not requiredwmeier1-1/+1
2009-03-08Indicate hexadecimal preferences.stig1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-07-13The PPP protocol type of 0031 is for the PPP Bridging Control Protocol;guy1-3/+3
2008-07-13Dissect the PPP Bridge Control Protocol header. Hand Ethernet packetsguy1-32/+210
2007-11-19Only show direction field when its set to a valid value.martinm1-2/+3
2007-11-17Add ppp.direction field.martinm1-0/+18
2007-11-16Fix a buffer overflow in the PPP dissector. Try to fix uninitialized gerald1-29/+29
2007-10-23Apply the small performance enhancment patches for:etxrab1-7/+7
2007-04-02From Donald White:sfisher1-0/+392
2006-10-11From Donald White:etxrab1-3/+16
2006-09-04From Donald White:jake1-2/+3
2006-08-28Donald White <donald_white@qwest.net>jmayer1-4/+4
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-27From Ravi Valmikam:etxrab1-0/+1
2006-02-22 from kirby filessahlberg1-0/+31
2006-01-16done:jmayer1-3/+5
2006-01-05Bill Meier:jmayer1-1/+1
2005-12-07From Martin M various updates and fixessahlberg1-2/+2
2005-11-28Give the RFC number for CHAP.guy1-17/+21
2005-11-26from Martin Msahlberg1-58/+158
2005-10-27remove some strcpysahlberg1-10/+5
2005-10-11From Ignacio Goyretetxrab1-2/+2
2005-09-28Have show_exception() take a "const char *" as its exception message,guy1-0/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-4/+4
2005-09-08Fix more problems found by Steve Grubb, along with other changes:gerald1-1/+3
2005-07-26char -> const char warning fixesjmayer1-6/+6
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...ulfl1-4/+4
2005-06-25The data in an Identification packet is a message intended to beguy1-1/+12
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-1/+1
2005-05-05Change 802.11f -> F, 802.1d -> D, 802.1x -> X, 802.1q -Q, 802.1P -> pjmayer1-1/+1
2005-03-27buildbot bugfix: add another tvb_ensure_bytes_exist (tvb,offset,length);ulfl1-0/+1
2005-03-26buildbot bugfix: another (un-)signed problem and a problem with the offset (f...ulfl1-1/+2
2005-03-26Add some length checks to the CHAP dissector.guy1-16/+30
2005-03-25buildbot bugfix: and again, a guint16 will never become lower than zeroulfl1-1/+1
2005-03-25For the Bandwidth Allocation Protocol Phone Delta option:guy1-7/+16
2005-03-25In the cases fixed by the two previous fixes, check to make sure theguy1-12/+21
2005-03-25bugfix: similar problem than the previous one fixed by Geraldulfl1-1/+2
2005-03-25Keep the length value from rolling over in CBCP. Add a comment asking ifgerald1-1/+2
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.guy1-0/+1
2005-01-14From Rene Pilz:guy1-0/+22
2004-12-14In the "PPP in HDLC-Like Framing" items, consider the starting delimiterguy1-5/+32
2004-12-13Don't display the end delimiter as a fragment and change the bytes higligted ...etxrab1-2/+2
2004-12-13Add a protocol layer for the raw byte stream for PPP in HDLC-likeguy1-139/+202
2004-12-13Get rid of an unused parameter.guy1-4/+4