Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal pint.h dfilter-scanner.l 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, 29 Aug 2000 21:50:16 -0500 (CDT)
gram        2000/08/29 21:50:13 CDT

  Modified files:
    .                    dfilter-scanner.l ncp2222.py 
                         packet-quake.c packet.h proto.c proto.h 
                         tvbtest.c tvbuff.c tvbuff.h 
  Added files:
    .                    pint.h 
  Log:
  Add FT_STRINGZ type. NCP dissector is only one that uses it right now.
  
  Remove tvb_get_stringz from quake dissector and add tvb_get_nstringz,
  tvb_get_nstringz0, and tvb_strnlen to tvbuff.c.
  
  Remove multiple definitions of pntohl and friends from various places
  (except for wiretap) and put into pint.h
  
  Consolidate duplicate code for turning FT_* enums into strings (ala the
  glossary).
  
  Revision  Changes    Path
  1.33      +2 -1      ethereal/dfilter-scanner.l
  1.5       +17 -7     ethereal/ncp2222.py
  1.6       +12 -39    ethereal/packet-quake.c
  1.199     +2 -50     ethereal/packet.h
  1.80      +127 -83   ethereal/proto.c
  1.42      +6 -2      ethereal/proto.h
  1.3       +37 -38    ethereal/tvbtest.c
  1.8       +155 -61   ethereal/tvbuff.c
  1.9       +23 -2     ethereal/tvbuff.h