Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal greproto.h Makefile.am etypes.h packet-fr.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 13 Jan 2001 01:47:51 -0600 (CST)
guy         2001/01/13 01:47:50 CST

  Modified files:
    .                    Makefile.am etypes.h packet-fr.c 
                         packet-gre.c packet-ip.c packet-ipx.c 
                         packet-ppp.c 
  Added files:
    .                    greproto.h 
  Log:
  Make GRE use a dissector table for its protocol types, and register
  dissectors for protcools that can be encapsulated inside GRE in that
  table.
  
  Fix a bug in the handling of WCCPv2 IP encapsulation (it was
  constructing the next tvbuff before, rather than after, advancing the
  offset past the redirection header).
  
  Revision  Changes    Path
  1.276     +2 -1      ethereal/Makefile.am
  1.15      +5 -1      ethereal/etypes.h
  1.7       +4 -5      ethereal/packet-fr.c
  1.38      +24 -52    ethereal/packet-gre.c
  1.121     +6 -4      ethereal/packet-ip.c
  1.76      +2 -1      ethereal/packet-ipx.c
  1.53      +2 -1      ethereal/packet-ppp.c