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

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: Fri, 17 Nov 2000 00:02:22 -0600 (CST)
guy         2000/11/17 00:02:22 CST

  Modified files:
    .                    Makefile.am packet-atalk.c packet-atalk.h 
                         packet-ip.c packet-ipv6.c packet-ipx.c 
                         packet-null.c packet-osi.c 
  Added files:
    .                    aftypes.h 
  Log:
  Give the "null" link-layer header dissector a dissector table, and put
  the BSD AF_ type values it uses into an "aftypes.h" header file for
  dissectors that register themselves in that dissector table include.
  
  Revision  Changes    Path
  1.249     +2 -2      ethereal/Makefile.am
  1.45      +4 -2      ethereal/packet-atalk.c
  1.6       +1 -3      ethereal/packet-atalk.h
  1.105     +3 -1      ethereal/packet-ip.c
  1.45      +4 -1      ethereal/packet-ipv6.c
  1.68      +3 -1      ethereal/packet-ipx.c
  1.31      +10 -38    ethereal/packet-null.c
  1.35      +3 -1      ethereal/packet-osi.c