aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-06Add more suboption length checks to dissect_bap_phone_delta_opt().Gerald Combs1-1/+14
2004-11-22Tag the compression protocol item as such.Guy Harris1-7/+7
2004-11-12From Ignacio Goyret: decode RFC 2509 and RFC 3544 IPCP options.Guy Harris1-4/+211
2004-10-30The length of the protocol tree item passed to "dissect_ppp_common()"Guy Harris1-8/+9
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+3767