summaryrefslogtreecommitdiff
path: root/print-ppp.c
Commit message (Expand)AuthorAgeFilesLines
* 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