Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.am packet-atm.c packet-eth.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: Wed, 3 Jan 2001 04:34:44 -0600 (CST)
guy         2001/01/03 04:34:44 CST

  Modified files:
    .                    Makefile.am packet-atm.c packet-eth.c 
                         packet-fddi.c packet-ieee80211.c 
                         packet-llc.c packet-llc.h packet-sll.c 
                         packet-tr.c packet-trmac.c packet-vlan.c 
  Removed files:
    .                    packet-trmac.h 
  Log:
  Have the TR MAC and LLC dissectors register themselves, make them
  static, and have other dissectors call them through handles.
  
  Revision  Changes    Path
  1.266     +1 -2      ethereal/Makefile.am
  1.30      +9 -2      ethereal/packet-atm.c
  1.53      +7 -5      ethereal/packet-eth.c
  1.45      +9 -2      ethereal/packet-fddi.c
  1.8       +14 -7     ethereal/packet-ieee80211.c
  1.75      +4 -2      ethereal/packet-llc.c
  1.4       +1 -2      ethereal/packet-llc.h
  1.3       +9 -2      ethereal/packet-sll.c
  1.54      +12 -4     ethereal/packet-tr.c
  1.28      +4 -2      ethereal/packet-trmac.c
  1.27      +9 -2      ethereal/packet-vlan.c