Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/doc dfilter2pod ethereal.pod.template

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: Thu, 15 Jul 1999 10:33:44 -0500 (CDT)
gram        1999/07/15 10:33:29 CDT

  Modified files:
    doc                  Makefile proto_tree 
  Added files:
    doc                  dfilter2pod ethereal.pod.template 
  Removed files:
    doc                  ethereal.pod 
  Log:
  Modified the proto_register_field_array usage again. Thanks to Guy's
  suggestion, this new method using a static array should use less memory
  and be faster. It also has a nice side-effect of making the source-code
  more readble, IMHO.
  
  Changed the print routines to look for protocol proto_data instead of
  looking at the text label as they did before, hoping that the data hex
  dump field item starts with "Data (".
  
  Added the -G keyword to ethereal to make it dump a glossary of display
  filter keywords to stdout and exit. This data is then formatted with
  the doc/dfilter2pod perl program to pod format, which is combined
  with doc/ethereal.pod.template to create doc/ethereal.pod, from which
  the ethereal manpage is created. This way we can keep the manpage up-to-date
  with a list of fields that can be filtered on.
  
  Revision  Changes    Path
  1.2       +4 -0      ethereal/doc/Makefile
  1.3       +24 -7     ethereal/doc/proto_tree