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

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: Wed, 6 Mar 2002 00:14:23 -0600 (CST)
gram        2002/03/06 00:14:23 CST

  Modified files:
    tools                pkt-from-core.py 
  Log:
  Use the gdb "x" (examine memory) command instead of "print" to obtain
  the packet data.  "print" will only show the first 200 members of an array,
  whereas "x" doesn't seem to have a limit.
  
  Revision  Changes    Path
  1.3       +41 -20    ethereal/tools/pkt-from-core.py