Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk help_dlg.c

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:26 -0500 (CDT)
gram        2000/08/29 21:50:22 CDT

  Modified files:
    gtk                  help_dlg.c 
  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.7       +3 -70     ethereal/gtk/help_dlg.c