| Commit message (Expand) | Author | Age | Files | Lines |
* | from Darren Reed <darrenr@reed.wattle.id.au>: | hannes | 2004-07-13 | 1 | -1/+5 |
* | Add bounds checks. | guy | 2004-03-24 | 1 | -14/+111 |
* | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 1 | -4/+4 |
* | From Neil Spring: | guy | 2003-11-15 | 1 | -1/+1 |
* | From Neil Spring: | guy | 2003-11-15 | 1 | -4/+4 |
* | print opcode number always | hannes | 2003-10-20 | 1 | -3/+4 |
* | don't pass on src & dst MAC adresses to the isoclns decoder as MAC adresses | hannes | 2003-05-22 | 1 | -2/+2 |
* | print length after LCP options | hannes | 2003-05-22 | 1 | -2/+3 |
* | cleanup Magic-Num fields | hannes | 2003-05-22 | 1 | -5/+5 |
* | remove some EXTRACT_ lookalikes plus misc. display cleanup | hannes | 2003-05-22 | 1 | -54/+60 |
* | - be more verbose about the rejected protocol in handle_ctrl_proto() | hannes | 2003-05-22 | 1 | -2/+7 |
* | minor display cosmetics: | hannes | 2003-05-15 | 1 | -2/+2 |
* | misc. display cosmetics for e/v flags | hannes | 2003-05-11 | 1 | -5/+5 |
* | hide link-layer information correct under the eflag | hannes | 2003-05-08 | 1 | -2/+2 |
* | Hoist a bunch of stuff that should be done by all if_print routines into | guy | 2002-12-19 | 1 | -83/+22 |
* | Add a new routine "default_print_packet()", which takes a pointer to the | guy | 2002-12-18 | 1 | -3/+19 |
* | We no longer use "packetp" for anything, so eliminate it. (If any | guy | 2002-12-18 | 1 | -14/+11 |
* | better handling of PPP protocols which we know but do not have a dissector | hannes | 2002-11-03 | 1 | -3/+3 |
* | hide local hexdumping behind vv flag | hannes | 2002-10-10 | 1 | -3/+3 |
* | overseen ML-PPP string | hannes | 2002-09-15 | 1 | -2/+2 |
* | more verbose handling of unknown protos | hannes | 2002-09-15 | 1 | -34/+42 |
* | no boundary checking necessary anymore; | hannes | 2002-09-14 | 1 | -3/+1 |
* | better handling of unknown data in handle_ctrl_proto() | hannes | 2002-09-14 | 1 | -9/+4 |
* | more consistent use of tok2str and support for MPLS over PPP | hannes | 2002-09-14 | 1 | -112/+98 |
* | Get rid of the "-Wno-unused" flag, and fix up most of the | guy | 2002-09-05 | 1 | -8/+8 |
* | Add a few more GCC warnings on GCC >= 2 for ".devel" builds. | guy | 2002-09-05 | 1 | -3/+2 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -7/+2 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -2/+2 |
* | Make "-x" and "-X" work with PPPoE interfaces; based on code from Darren | guy | 2002-05-29 | 1 | -3/+8 |
* | print protocol type (LCP/IPCP/whatever) even if -e is not specified. | itojun | 2001-10-24 | 1 | -5/+3 |
* | In the PPP dissector, pass NULL, rather than bogus strings, to | guy | 2001-09-09 | 1 | -13/+2 |
* | IS-IS over PPP support, from Hannes Gredler <hannes@juniper.net>. | guy | 2001-09-09 | 1 | -1/+17 |
* | Put the infodelay wrapping into the remaining "XXX_if_print()" routines. | guy | 2001-07-05 | 1 | -8/+17 |
* | print L2 protocol type only if -e is specified (sync with other L2 behaviors). | itojun | 2001-06-11 | 1 | -3/+5 |
* | avoid trigraph | itojun | 2001-03-17 | 1 | -2/+1 |
* | Always define PPP_COMP. | fenner | 2001-02-04 | 1 | -3/+4 |
* | handle PPP_IPV6 | itojun | 2000-12-27 | 1 | -2/+3 |
* | If "-n" is specified along with "-e", print the address family value as | guy | 2000-12-04 | 1 | -4/+5 |
* | unbroken BSDI build (should be revisited). from jinmei@kame.net | itojun | 2000-11-08 | 1 | -1/+6 |
* | Eliminate __P(). | fenner | 2000-10-24 | 1 | -11/+11 |
* | Pull the "linux-include" versions of "slip.h" and "slcompress.h" up to | guy | 2000-10-09 | 1 | -14/+1 |
* | Squelch a compiler warning. | guy | 2000-10-06 | 1 | -1/+9 |
* | some sprintf fixes, from kris@freebsd.org (patches@tcpdump.org #89) | itojun | 2000-10-05 | 1 | -5/+1 |
* | fix range check for ipcomp negotiation. From: mshindo@mshindo.net | itojun | 2000-10-04 | 1 | -2/+2 |
* | Get rid of includes of <netinet/in_systm.h>, and replace "n_short", | guy | 2000-09-29 | 1 | -2/+1 |
* | Get rid of unneeded includes of <net/if.h>. | guy | 2000-09-28 | 1 | -2/+1 |
* | Fix the code to handle the Password Authentication Protocol | guy | 2000-09-24 | 1 | -3/+3 |
* | Add an "ip.h" header, to declare the IP stuff needed by dissectors, and | guy | 2000-09-23 | 1 | -2/+1 |
* | Add definitions of Ethernet types from | guy | 2000-09-23 | 1 | -2/+1 |
* | In "ppp_protoname()", get rid of the "#ifdef PPP_xxx" around PPP_xxx | guy | 2000-09-18 | 1 | -21/+8 |