| Commit message (Expand) | Author | Age | Files | Lines |
| * | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -1/+1 |
| * | convert some stray printf()'s | Denis Ovsienko | 2014-04-02 | 1 | -1/+1 |
| * | NDOize LLDP, PPP and RSVP decoders | Denis Ovsienko | 2014-04-02 | 1 | -1/+1 |
| * | make use of NETDISSECT_REWORKED | Denis Ovsienko | 2014-03-15 | 1 | -0/+1 |
| * | NDOize 8 more small decoders | Denis Ovsienko | 2014-03-13 | 1 | -27/+21 |
| * | don't include addrtoname.h needlessly | Denis Ovsienko | 2014-02-25 | 1 | -1/+0 |
| * | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -5/+0 |
| * | whitespace changes | Michael Richardson | 2014-01-01 | 1 | -3/+3 |
| * | justify declarations of struct tok arrays | Denis Ovsienko | 2013-09-24 | 1 | -2/+2 |
| * | Get rid of unnecessary initialization. | Guy Harris | 2012-11-30 | 1 | -1/+1 |
| * | Teach PPPoE parser about RFC 4638 | Matt Dainty | 2011-12-09 | 1 | -0/+2 |
| * | According to RFC 2516, use of the End-Of-List tag is not required, and | guy | 2005-04-26 | 1 | -16/+1 |
| * | Use %u to print unsigned quantities. | guy | 2004-08-27 | 1 | -18/+22 |
| * | Add some bounds checks. | guy | 2004-08-27 | 1 | -1/+3 |
| * | Improve bounds checking. | guy | 2004-03-24 | 1 | -6/+6 |
| * | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 1 | -4/+4 |
| * | Use the right format to print a value as 2 hex digits. | guy | 2003-11-15 | 1 | -2/+2 |
| * | From Neil Spring: | guy | 2003-11-15 | 1 | -4/+4 |
| * | Get rid of an unused variable. | guy | 2003-07-01 | 1 | -3/+5 |
| * | credit Greg Stark as being the original Author of the PPPoE decoder | hannes | 2003-06-14 | 1 | -1/+3 |
| * | from Greg Stark <gsstark[AT]mit.edu>: | hannes | 2003-06-13 | 1 | -20/+37 |
| * | Hoist a bunch of stuff that should be done by all if_print routines into | guy | 2002-12-19 | 1 | -31/+4 |
| * | Add a new routine "default_print_packet()", which takes a pointer to the | guy | 2002-12-18 | 1 | -5/+4 |
| * | We no longer use "packetp" for anything, so eliminate it. (If any | guy | 2002-12-18 | 1 | -5/+4 |
| * | Get rid of the "-Wno-unused" flag, and fix up most of the | guy | 2002-09-05 | 1 | -2/+2 |
| * | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -6/+2 |
| * | Make "-x" and "-X" work with PPPoE interfaces; based on code from Darren | guy | 2002-05-29 | 1 | -7/+18 |
| * | Put the infodelay wrapping into the remaining "XXX_if_print()" routines. | guy | 2001-07-05 | 1 | -1/+6 |
| * | Add support for NetBSD DLT_PPP_ETHER; adapted from NetBSD changes by | guy | 2001-06-20 | 1 | -5/+23 |
| * | style | itojun | 2001-06-15 | 1 | -156/+130 |
| * | Some compilers may pad structures to a length that's a multiple of 2 or | guy | 2000-10-09 | 1 | -2/+2 |
| * | Get rid of some includes of <net/route.h>, and empty declarations of | guy | 2000-10-06 | 1 | -4/+1 |
| * | some sprintf fixes, from kris@freebsd.org (patches@tcpdump.org #89) | itojun | 2000-10-05 | 1 | -2/+2 |
| * | Get rid of unneeded includes of <net/if.h>. | guy | 2000-09-28 | 1 | -2/+1 |
| * | In "pppoe_print()", in the loop for processing tags, "tag_type" merely | guy | 2000-09-24 | 1 | -3/+3 |
| * | Add definitions of Ethernet types from | guy | 2000-09-23 | 1 | -2/+2 |
| * | more detailed output in ppp/pppoe/l2tp. | itojun | 2000-08-18 | 1 | -1/+8 |
| * | remove trailing comma in enum | assar | 2000-07-10 | 1 | -2/+2 |
| * | remove non-STDC code | assar | 2000-07-01 | 1 | -6/+1 |
| * | Add prototype for print-pppoe. | fenner | 1999-12-15 | 1 | -2/+2 |
| * | Switch to config.h instead of passing defines in DEFS. | fenner | 1999-11-21 | 1 | -1/+5 |
| * | print pppOE. From <kuznet@ms2.inr.ac.ru> | assar | 1999-11-21 | 1 | -0/+220 |