Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal AUTHORS tethereal.c

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:57 -0500 (CDT)
guy         2003/06/04 23:47:57 CDT

  Modified files:
    .                    AUTHORS tethereal.c 
  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.788     +4 -0      ethereal/AUTHORS
  1.186     +277 -12   ethereal/tethereal.c