summaryrefslogtreecommitdiff
path: root/print-ppp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for NetBSD DLT_PPP_SERIAL (PPP in HDLC-like framing, as perguy2000-09-181-1/+84
* Expand the comment before the "#if 0"ed out code to dump the address andguy2000-09-091-1/+31
* be careful about buffer overrun. previous version made no checks.itojun2000-08-181-71/+159
* style pedant. buffer length check cleanup will be next.itojun2000-08-181-54/+58
* more detailed output in ppp/pppoe/l2tp.itojun2000-08-181-210/+698
* remove non-STDC codeassar2000-07-011-3/+1
* remove extra \n on unknwon ppp protocol code.itojun2000-05-281-2/+2
* print IPv6 packets (PPP_IPV6 == 0x0057)itojun2000-05-231-7/+29
* s/u_short/u_int16_t/ for KAME-origin source codesitojun2000-04-281-4/+4
* Add missing comma causing incorrect naming of lcpconfopts.fenner2000-01-271-4/+5
* s/sprintf/snprintf/.itojun2000-01-171-2/+2
* * print-rt6.c: make IPv6 routing header printing work with new 2292bisitojun1999-12-221-32/+32
* Make CHAP parser work -- initialize xfenner1999-12-151-1/+3
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* make list of protocols and types global (it's used by PPPoE)assar1999-11-211-15/+35
* quote backslashes in printfassar1999-11-171-4/+4
* HP-UX 10.20 build fix <http://www.sics.se/~assar/tcpdump_patches/13>itojun1999-10-301-2/+2
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-6/+491
* Initial revisionmcr1999-10-071-0/+168