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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Wed, 4 Jun 2003 23:47:58 -0500 (CDT)
guy         2003/06/04 23:47:58 CDT

  Modified files:
    doc                  ethereal.pod.template 
                         tethereal.pod.template 
  Log:
  From Lionel Ains: "-d" flag for decode-as support in Tethereal.
  
  Add a new routine to iterate through all dissector tables, calling a
  routine for each table, to support having the "-d" code list all
  dissector tables.
  
  Get rid of "dissector_handle_get_dissector_name()"; it was put in there
  for "-d", but turns out not to be necessary for that.
  
  Clean up the usage message a bit (using the convention, adhered to by at
  least some UNIX utilities, of listing all the flags with no arguments in
  a single lump, and then listing the ones with arguments individually,
  and also putting "-v" and "-h" in a separate lump, as Ethereal does).
  
  Revision  Changes    Path
  1.419     +1 -0      ethereal/doc/ethereal.pod.template
  1.82      +7 -0      ethereal/doc/tethereal.pod.template