Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.am Makefile.nmake ncp2222.py packet

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

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 9 May 2002 18:50:28 -0500 (CDT)
gram        2002/05/09 18:50:27 CDT

  Modified files:
    .                    Makefile.am Makefile.nmake ncp2222.py 
                         packet-ncp-int.h packet-ncp.c 
                         packet-ncp2222.inc ptvcursor.c 
                         ptvcursor.h 
  Log:
  Merge the work in Novell_NCP_branch into the mainline code.
  A little work still needs to be done on the new NCP dissector -- make
  some of the COL_INFO texts more useful, handle a Unicode issue, and
  modify some of the cases that use "request conditions".
  But the NCP dissector as it stands is very usable now.
  
  Note: I didn't merge in the PROTO_LENGTH_UNTIL_END macro... I wanted
  to think about the various possible macros and review an email conversation
  I had with Guy on the subject.
  
  Revision  Changes    Path
  1.428     +2 -2      ethereal/Makefile.am
  1.184     +2 -2      ethereal/Makefile.nmake
  1.15      +10906 -517ethereal/ncp2222.py
  1.7       +28 -12    ethereal/packet-ncp-int.h
  1.56      +4 -123    ethereal/packet-ncp.c
  1.10      +625 -55   ethereal/packet-ncp2222.inc
  1.6       +21 -1     ethereal/ptvcursor.c
  1.6       +14 -3     ethereal/ptvcursor.h