Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal llcsaps.h Makefile.am packet-bpdu.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 19:32:53 -0500 (CDT)
guy         2000/04/16 19:32:50 CDT

  Modified files:
    .                    Makefile.am packet-bpdu.c packet-ip.c 
                         packet-ipx.c packet-llc.c 
                         packet-netbios.c packet-netbios.h 
                         packet-osi.c packet-sna.c packet-sna.h 
  Added files:
    .                    llcsaps.h 
  Log:
  Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectors
  for protocols that run inside 802.2 LLC register themselves with it
  using "dissector_add()".
  
  Make various dissectors static if they can be, and remove from header
  files declarations of those dissectors.
  
  Revision  Changes    Path
  1.189     +2 -1      ethereal/Makefile.am
  1.9       +8 -1      ethereal/packet-bpdu.c
  1.82      +3 -1      ethereal/packet-ip.c
  1.55      +3 -1      ethereal/packet-ipx.c
  1.55      +47 -81    ethereal/packet-llc.c
  1.18      +9 -2      ethereal/packet-netbios.c
  1.6       +1 -2      ethereal/packet-netbios.h
  1.32      +8 -2      ethereal/packet-osi.c
  1.14      +9 -2      ethereal/packet-sna.c
  1.3       +1 -3      ethereal/packet-sna.h