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

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

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 9 Jan 2002 22:44:35 -0600 (CST)
gram        2002/01/09 22:44:35 CST

  Modified files:
    .                    ncp2222.py packet-ncp-int.h 
                         packet-ncp2222.inc ptvcursor.c 
                         ptvcursor.h 
  Log:
  Allow NCP types to define bitfields. In order to implement
  sub-trees, I added new functions to ptvcursor:
  
  	ptvcursor_add_no_advance()
  	ptvcursor_tvbuff()
  	ptvcursor_current_offset()
  
  Note that no NCP type that actually uses bitfields has been
  checked in yet.
  
  Revision  Changes    Path
  1.12      +209 -90   ethereal/ncp2222.py
  1.6       +15 -6     ethereal/packet-ncp-int.h
  1.8       +49 -3     ethereal/packet-ncp2222.inc
  1.5       +27 -2     ethereal/ptvcursor.c
  1.4       +15 -1     ethereal/ptvcursor.h