Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-eth.c packet-fr.c packet-gre.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: Tue, 9 Jan 2001 03:59:30 -0600 (CST)
guy         2001/01/09 03:59:30 CST

  Modified files:
    .                    packet-eth.c packet-fr.c packet-gre.c 
                         packet-ipx.c packet-ipx.h packet-sll.c 
                         packet-vlan.c 
  Log:
  Register the IPX dissector, make it static, and call it through a
  handle.
  
  Call the IP dissector through a handle in the Frame Relay dissector.
  
  Revision  Changes    Path
  1.55      +5 -3      ethereal/packet-eth.c
  1.5       +12 -3     ethereal/packet-fr.c
  1.37      +5 -3      ethereal/packet-gre.c
  1.74      +4 -2      ethereal/packet-ipx.c
  1.11      +1 -2      ethereal/packet-ipx.h
  1.5       +5 -3      ethereal/packet-sll.c
  1.29      +5 -3      ethereal/packet-vlan.c