summaryrefslogtreecommitdiff
path: root/print-pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* Make "-x" and "-X" work with PPPoE interfaces; based on code from Darrenguy2002-05-291-7/+18
* Put the infodelay wrapping into the remaining "XXX_if_print()" routines.guy2001-07-051-1/+6
* Add support for NetBSD DLT_PPP_ETHER; adapted from NetBSD changes byguy2001-06-201-5/+23
* styleitojun2001-06-151-156/+130
* Some compilers may pad structures to a length that's a multiple of 2 orguy2000-10-091-2/+2
* Get rid of some includes of <net/route.h>, and empty declarations ofguy2000-10-061-4/+1
* some sprintf fixes, from kris@freebsd.org (patches@tcpdump.org #89)itojun2000-10-051-2/+2
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* In "pppoe_print()", in the loop for processing tags, "tag_type" merelyguy2000-09-241-3/+3
* Add definitions of Ethernet types fromguy2000-09-231-2/+2
* more detailed output in ppp/pppoe/l2tp.itojun2000-08-181-1/+8
* remove trailing comma in enumassar2000-07-101-2/+2
* remove non-STDC codeassar2000-07-011-6/+1
* Add prototype for print-pppoe.fenner1999-12-151-2/+2
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* print pppOE. From <kuznet@ms2.inr.ac.ru>assar1999-11-211-0/+220