Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal text2pcap.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 21 Jul 2002 15:27:31 -0500 (CDT)
guy         2002/07/21 15:27:31 CDT

  Modified files:
    .                    text2pcap.c 
  Log:
  "yyin" is from lex/flex, so it should be "extern", not "static" - we
  have to modify lex/flex's input stream, not some private "FILE *".
  
  Fix up the usage message to:
  
  	mention the "-h" flag;
  
  	not mention the non-existent "-w" flag;
  
  	fit within 80 columns.
  
  Add "-h" to the list of options in the "getopt()" call, as there's code
  to support it, and remove "-r" and "-w", as there wasn't any code to
  support them.
  
  Revision  Changes    Path
  1.20      +19 -15    ethereal/text2pcap.c