]> The Tcpdump Group git mirrors - tcpdump/history - print-ppp.c
Update from current NetBSD version of ieee80211_radiotap.h.
[tcpdump] / print-ppp.c
2005-12-05  hannesadd support for further dissection of the IPCP Compress...
2005-11-03  hannescalculate correct length of LCP echo/echo-reply Magic...
2005-06-18  guyThe data in an Echo-Request, Echo-Reply, or Discard...
2005-06-16  guyCheck to make sure PPP options have a minimum length...
2005-05-08  hannes-make the PPP printer multiline (behind vflag)
2005-04-20  guyCheck, and use, the length from the PAP header.
2005-04-06  mcr refactored ip_print() so that chained header parser...
2005-01-25  hannescleanup: use (PPP_ADDRESS << 8 | PPP_CONTROL) rather...
2005-01-25  hannesclean up the LCP Auth option printer, remove printf...
2004-10-28  hannesbugfix for MLPPP:
2004-10-20  hannes- add a brief ML-PPP printer
2004-09-11  hannes-add basic support for IP6CP
2004-09-09  hannesmake use of tok2str() in the CHAP and PAP printers...
2004-08-18  hannesadd ppp support for DLT_PPP_WITHDIRECTION; print direct...
2004-07-15  guyFix a comment (that's *not* a "can't happen" situation...
2004-07-13  hannesfrom Darren Reed <[email protected]>:
2004-07-06  guyFrom Darren Reed: just show protocol 0x00fb as "compres...
2004-07-05  hannesper suggestion from [email protected]: resolve...
2004-07-02  hannesfrom Darren Reed <[email protected]>:
2004-07-02  hannescall into the ip printer for non-compressed VJ IP packe...
2004-03-24  guyAdd bounds checks.
2004-03-18  hannesdisplay cosmetics: remove the PPP- string from proto...
2003-11-30  hannesadd Vendor OUI resulution
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-15  guyFrom Neil Spring:
2003-10-20  hannesprint opcode number always
2003-05-22  hannesdon't pass on src & dst MAC adresses to the isoclns...
2003-05-22  hannesprint length after LCP options
2003-05-22  hannescleanup Magic-Num fields
2003-05-22  hannesremove some EXTRACT_ lookalikes plus misc. display...
2003-05-22  hannes- be more verbose about the rejected protocol in handle...
2003-05-15  hannesminor display cosmetics:
2003-05-11  hannesmisc. display cosmetics for e/v flags
2003-05-08  hanneshide link-layer information correct under the eflag
2002-12-19  guyHoist a bunch of stuff that should be done by all if_pr...
2002-12-18  guyAdd a new routine "default_print_packet()", which takes...
2002-12-18  guyWe no longer use "packetp" for anything, so eliminate...
2002-11-03  hannesbetter handling of PPP protocols which we know but...
2002-10-10  hanneshide local hexdumping behind vv flag
2002-09-15  hannesoverseen ML-PPP string
2002-09-15  hannesmore verbose handling of unknown protos
2002-09-14  hannesno boundary checking necessary anymore;
2002-09-14  hannesbetter handling of unknown data in handle_ctrl_proto()
2002-09-14  hannesmore consistent use of tok2str and support for MPLS...
2002-09-05  guyGet rid of the "-Wno-unused" flag, and fix up most...
2002-09-05  guyAdd a few more GCC warnings on GCC >= 2 for ".devel...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-06-11  itojunwhitespace cleanup
2002-05-29  guyMake "-x" and "-X" work with PPPoE interfaces; based...
2001-10-24  itojunprint protocol type (LCP/IPCP/whatever) even if -e...
2001-09-09  guyIn the PPP dissector, pass NULL, rather than bogus...
2001-09-09  guyIS-IS over PPP support, from Hannes Gredler <hannes...
2001-07-05  guyPut the infodelay wrapping into the remaining "XXX_if_p...
2001-06-11  itojunprint L2 protocol type only if -e is specified (sync...
2001-03-17  itojunavoid trigraph
2001-02-04  fennerAlways define PPP_COMP.
2000-12-27  itojunhandle PPP_IPV6
2000-12-04  guyIf "-n" is specified along with "-e", print the address...
2000-11-08  itojununbroken BSDI build (should be revisited). from jinmei...
2000-10-24  fennerEliminate __P().
2000-10-09  guyPull the "linux-include" versions of "slip.h" and ...
2000-10-06  guySquelch a compiler warning.
2000-10-05  itojunsome sprintf fixes, from [email protected] (patches...
2000-10-04  itojunfix range check for ipcomp negotiation. From: mshindo...
2000-09-29  guyGet rid of includes of <netinet/in_systm.h>, and replac...
2000-09-28  guyGet rid of unneeded includes of <net/if.h>.
2000-09-24  guyFix the code to handle the Password Authentication...
2000-09-23  guyAdd an "ip.h" header, to declare the IP stuff needed...
2000-09-23  guyAdd definitions of Ethernet types from
2000-09-18  guyIn "ppp_protoname()", get rid of the "#ifdef PPP_xxx...
2000-09-18  guyAdd support for NetBSD DLT_PPP_SERIAL (PPP in HDLC...
2000-09-09  guyExpand the comment before the "#if 0"ed out code to...
2000-08-18  itojunbe careful about buffer overrun. previous version...
2000-08-18  itojunstyle pedant. buffer length check cleanup will be...
2000-08-18  itojunmore detailed output in ppp/pppoe/l2tp.
2000-07-01  assarremove non-STDC code
2000-05-28  itojunremove extra \n on unknwon ppp protocol code.
2000-05-23  itojunprint IPv6 packets (PPP_IPV6 == 0x0057)
2000-04-28  itojuns/u_short/u_int16_t/ for KAME-origin source codes
2000-01-27  fennerAdd missing comma causing incorrect naming of lcpconfopts.
2000-01-17  itojuns/sprintf/snprintf/.
1999-12-22  itojun* print-rt6.c: make IPv6 routing header printing work...
1999-12-15  fennerMake CHAP parser work -- initialize x
1999-11-21  fennerSwitch to config.h instead of passing defines in DEFS.
1999-11-21  assarmake list of protocols and types global (it's used...
1999-11-17  assarquote backslashes in printf
1999-10-30  itojunHP-UX 10.20 build fix <http://www.sics.se/~assar/tcpdum...
1999-10-30  itojunBring in KAME IPv6 tcpdump. replaces esp/ah/isakmp...
1999-10-07  mcrInitial revision