Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal dfilter-scanner.l ncp2222.h ncp2222.py

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: Tue, 22 Aug 2000 01:38:29 -0500 (CDT)
gram        2000/08/22 01:38:27 CDT

  Modified files:
    .                    dfilter-scanner.l ncp2222.h ncp2222.py 
                         proto.c proto.h ptvcursor.c 
  Log:
  Change FT_NSTRING_UINT8 to FT_UINT_STRING. The length parameter passed
  to proto_tree_add_item() will indicate if the length of the string is
  indicated by an UINT8, UINT16, UINT24, or UINT32.
  
  Change NCP dissector-maker to produce FT_UINT_STRING.
  
  Fix off-by-one in dissection of some NCP reply packets.
  
  Revision  Changes    Path
  1.32      +2 -1      ethereal/dfilter-scanner.l
  1.2       +6 -11     ethereal/ncp2222.h
  1.4       +19 -7     ethereal/ncp2222.py
  1.78      +10 -8     ethereal/proto.c
  1.41      +2 -2      ethereal/proto.h
  1.3       +2 -7      ethereal/ptvcursor.c