summaryrefslogtreecommitdiff
path: root/print-ppp.c
Commit message (Expand)AuthorAgeFilesLines
* NDOize 8 more small decodersDenis Ovsienko2014-03-131-4/+4
* NDOize more small decodersDenis Ovsienko2014-03-121-1/+1
* VJC: NDOizeDenis Ovsienko2014-03-121-2/+2
* print-ppp: variable 'length' is updated and the new value is never usedFrancois-Xavier Le Bail2014-03-071-1/+0
* Use a common style for all option parsers.Guy Harris2014-03-041-113/+143
* Print some PPP CCP options; taken from issue #214, with changes.Guy Harris2014-03-041-5/+63
* don't include pcap.h needlesslyDenis Ovsienko2014-02-281-1/+0
* Another length check, also found by the Clang Static Analyzer.Guy Harris2014-01-161-0/+3
* Add some length checks for byte-escaped PPP.Guy Harris2014-01-161-4/+17
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-16/+16
* whitespace changesMichael Richardson2014-01-011-6/+6
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-13/+13
* Convert the IPv6 printer to use netdissect.Guy Harris2010-11-071-10/+10
* Don't directly fetch multi-byte integers from packets.Guy Harris2010-02-211-2/+2
* add support for further dissection of the IPCP Compression Optionhannes2005-12-051-5/+71
* calculate correct length of LCP echo/echo-reply Magic-Num trailing datahannes2005-11-031-3/+4
* The data in an Echo-Request, Echo-Reply, or Discard-Request packet areguy2005-06-181-4/+14
* Check to make sure PPP options have a minimum length of 2, as the lengthguy2005-06-161-1/+36
* -make the PPP printer multiline (behind vflag)hannes2005-05-081-105/+133
* Check, and use, the length from the PAP header.guy2005-04-201-1/+11
* refactored ip_print() so that chained header parser (ESP/AH) canmcr2005-04-061-4/+12
* cleanup: use (PPP_ADDRESS << 8 | PPP_CONTROL) rather than a private 0xff03hannes2005-01-251-2/+2
* clean up the LCP Auth option printer, remove printf() chains and make use of ...hannes2005-01-251-26/+17
* bugfix for MLPPP:hannes2004-10-281-4/+5
* - add a brief ML-PPP printerhannes2004-10-201-4/+30
* -add basic support for IP6CPhannes2004-09-111-37/+87
* make use of tok2str() in the CHAP and PAP printers, misc. display cosmeticshannes2004-09-091-30/+20
* add ppp support for DLT_PPP_WITHDIRECTION; print direction (hidden under eflag)hannes2004-08-181-7/+26
* Fix a comment (that's *not* a "can't happen" situation), and clean upguy2004-07-151-6/+5
* from Darren Reed <darrenr@reed.wattle.id.au>:hannes2004-07-131-1/+5
* From Darren Reed: just show protocol 0x00fb as "compressed PPP data".guy2004-07-061-4/+7
* per suggestion from darrenr@reed.wattle.id.au: resolve the PPP_COMP proto-idhannes2004-07-051-1/+2
* from Darren Reed <darrenr@reed.wattle.id.au>:hannes2004-07-021-1/+74
* call into the ip printer for non-compressed VJ IP packets, indicate the its I...hannes2004-07-021-3/+4
* Add bounds checks.guy2004-03-241-14/+111
* display cosmetics: remove the PPP- string from proto outputhannes2004-03-181-2/+2
* add Vendor OUI resulutionhannes2003-11-301-7/+12
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* print opcode number alwayshannes2003-10-201-3/+4
* don't pass on src & dst MAC adresses to the isoclns decoder as MAC adresseshannes2003-05-221-2/+2
* print length after LCP optionshannes2003-05-221-2/+3
* cleanup Magic-Num fieldshannes2003-05-221-5/+5
* remove some EXTRACT_ lookalikes plus misc. display cleanuphannes2003-05-221-54/+60
* - be more verbose about the rejected protocol in handle_ctrl_proto()hannes2003-05-221-2/+7
* minor display cosmetics:hannes2003-05-151-2/+2
* misc. display cosmetics for e/v flagshannes2003-05-111-5/+5
* hide link-layer information correct under the eflaghannes2003-05-081-2/+2
* Hoist a bunch of stuff that should be done by all if_print routines intoguy2002-12-191-83/+22