Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-gre.c packet-isakmp.c packet-pppoe.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Fri, 11 Jun 1999 10:30:53 -0500 (CDT)
gram        1999/06/11 10:30:50 CDT

  Modified files:
    .                    AUTHORS Makefile.am Makefile.in NEWS 
                         aclocal.m4 capture.c config.h.in 
                         configure ethereal.c ethertype.c etypes.h 
                         packet-ip.c packet-ip.h packet-ppp.c 
                         packet-tcp.c packet-udp.c packet.h 
  Added files:
    .                    packet-gre.c packet-isakmp.c 
                         packet-pppoe.c packet-pptp.c 
  Log:
  Added PPPoE, PPTP, GRE, and ISAKMP dissectors.
  
  Revision  Changes    Path
  1.23      +8 -0      ethereal/AUTHORS
  1.31      +6 -2      ethereal/Makefile.am
  1.37      +21 -19    ethereal/Makefile.in
  1.13      +4 -0      ethereal/NEWS
  1.10      +16 -28    ethereal/aclocal.m4
  1.25      +11 -2     ethereal/capture.c
  1.15      +4 -7      ethereal/config.h.in
  1.24      +71 -92    ethereal/configure
  1.35      +3 -1      ethereal/ethereal.c
  1.14      +9 -1      ethereal/ethertype.c
  1.5       +10 -1     ethereal/etypes.h
  1.24      +8 -1      ethereal/packet-ip.c
  1.3       +2 -1      ethereal/packet-ip.h
  1.11      +245 -9    ethereal/packet-ppp.c
  1.24      +5 -1      ethereal/packet-tcp.c
  1.17      +5 -1      ethereal/packet-udp.c
  1.57      +19 -1     ethereal/packet.h