Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal text2pcap-scanner.l text2pcap.c text2pcap.h

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

From: Ashok Narayanan <ashokn@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 16 May 2001 16:32:05 -0500 (CDT)
ashokn      2001/05/16 16:32:05 CDT

  Modified files:
    .                    Makefile.am configure.in print.c 
  Added files:
    .                    text2pcap-scanner.l text2pcap.c 
                         text2pcap.h 
  Log:
  Added 'text2pcap', a utility to convert text hexdumps into pcap
  files. See text2pcap.1 (built from doc/text2pcap.pod) for details.
  
  Changed 'tethereal -x' output to match hex dump format of text2pcap,
  Ethereal and others.
  
  Revision  Changes    Path
  1.318     +14 -3     ethereal/Makefile.am
  1.125     +18 -1     ethereal/configure.in
  1.33      +6 -6      ethereal/print.c