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