summaryrefslogtreecommitdiff
path: root/print-ppp.c
Commit message (Expand)AuthorAgeFilesLines
* from Darren Reed <darrenr@reed.wattle.id.au>:hannes2004-07-131-1/+5
* Add bounds checks.guy2004-03-241-14/+111
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-1/+1
* 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
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-3/+19
* We no longer use "packetp" for anything, so eliminate it. (If anyguy2002-12-181-14/+11
* better handling of PPP protocols which we know but do not have a dissectorhannes2002-11-031-3/+3
* hide local hexdumping behind vv flaghannes2002-10-101-3/+3
* overseen ML-PPP stringhannes2002-09-151-2/+2
* more verbose handling of unknown protoshannes2002-09-151-34/+42
* no boundary checking necessary anymore;hannes2002-09-141-3/+1
* better handling of unknown data in handle_ctrl_proto()hannes2002-09-141-9/+4
* more consistent use of tok2str and support for MPLS over PPPhannes2002-09-141-112/+98
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-8/+8
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-3/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+2
* whitespace cleanupitojun2002-06-111-2/+2
* Make "-x" and "-X" work with PPPoE interfaces; based on code from Darrenguy2002-05-291-3/+8
* print protocol type (LCP/IPCP/whatever) even if -e is not specified.itojun2001-10-241-5/+3
* In the PPP dissector, pass NULL, rather than bogus strings, toguy2001-09-091-13/+2
* IS-IS over PPP support, from Hannes Gredler <hannes@juniper.net>.guy2001-09-091-1/+17
* Put the infodelay wrapping into the remaining "XXX_if_print()" routines.guy2001-07-051-8/+17
* print L2 protocol type only if -e is specified (sync with other L2 behaviors).itojun2001-06-111-3/+5
* avoid trigraphitojun2001-03-171-2/+1
* Always define PPP_COMP.fenner2001-02-041-3/+4
* handle PPP_IPV6itojun2000-12-271-2/+3
* If "-n" is specified along with "-e", print the address family value asguy2000-12-041-4/+5
* unbroken BSDI build (should be revisited). from jinmei@kame.netitojun2000-11-081-1/+6
* Eliminate __P().fenner2000-10-241-11/+11
* Pull the "linux-include" versions of "slip.h" and "slcompress.h" up toguy2000-10-091-14/+1
* Squelch a compiler warning.guy2000-10-061-1/+9
* some sprintf fixes, from kris@freebsd.org (patches@tcpdump.org #89)itojun2000-10-051-5/+1
* fix range check for ipcomp negotiation. From: mshindo@mshindo.netitojun2000-10-041-2/+2
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* Fix the code to handle the Password Authentication Protocolguy2000-09-241-3/+3
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-2/+1
* Add definitions of Ethernet types fromguy2000-09-231-2/+1
* In "ppp_protoname()", get rid of the "#ifdef PPP_xxx" around PPP_xxxguy2000-09-181-21/+8