Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal ncp2222.h ncp2222.py packet-ncp-int.h

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Fri, 28 Jul 2000 15:03:57 -0500 (CDT)
gram        2000/07/28 15:03:52 CDT

  Modified files:
    .                    Makefile.am Makefile.nmake README 
                         config.nmake configure.in packet-ncp.c 
                         proto.c 
  Added files:
    .                    ncp2222.h ncp2222.py packet-ncp-int.h 
                         ptvcursor.c ptvcursor.h 
  Log:
  Add the re-write of the NetWare Core Protocol dissector. It's mostly
  a framework for the dissector; of the more than 400 NCP packet types, only
  a handful are defined. But this dissector framework is much better than
  the previous one.
  
  Revision  Changes    Path
  1.217     +10 -1     ethereal/Makefile.am
  1.48      +5 -1      ethereal/Makefile.nmake
  1.39      +16 -2     ethereal/README
  1.5       +2 -0      ethereal/config.nmake
  1.99      +6 -4      ethereal/configure.in
  1.38      +146 -811  ethereal/packet-ncp.c
  1.72      +5 -3      ethereal/proto.c