Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/tools pkt-from-core.py Makefile.am

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

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 21 Feb 2002 10:15:57 -0600 (CST)
gram        2002/02/21 10:15:57 CST

  Modified files:
    tools                Makefile.am 
  Added files:
    tools                pkt-from-core.py 
  Log:
  Add first attempt at creating a tool to take a [t]ethereal core file
  and using gdb, extract the packet that was being dissected when the
  core file was created. It works in simple cases; it will probably
  fail in many other cases. Right now it only creates libpcap files, and uses
  text2pcap to do so.
  
  Revision  Changes    Path
  1.4       +2 -1      ethereal/tools/Makefile.am