Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal ppptypes.h Makefile.am packet-atalk.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 16 Apr 2000 16:37:17 -0500 (CDT)
guy         2000/04/16 16:37:15 CDT

  Modified files:
    .                    Makefile.am packet-atalk.c packet-ip.c 
                         packet-ipv6.c packet-ipx.c packet-ppp.c 
                         packet-vines.c packet-vines.h 
  Added files:
    .                    ppptypes.h 
  Log:
  Register a "ppp.protocol" dissector table for PPP, and have dissectors
  for protocols that run inside PPP register themselves with it using
  "dissector_add()".
  
  Revision  Changes    Path
  1.186     +2 -1      ethereal/Makefile.am
  1.33      +3 -1      ethereal/packet-atalk.c
  1.80      +3 -1      ethereal/packet-ip.c
  1.33      +3 -1      ethereal/packet-ipv6.c
  1.54      +3 -1      ethereal/packet-ipx.c
  1.31      +16 -41    ethereal/packet-ppp.c
  1.14      +13 -4     ethereal/packet-vines.c
  1.5       +1 -8      ethereal/packet-vines.h