Use the gdb "x" (examine memory) command instead of "print" to obtain
authorGilbert Ramirez <gram@alumni.rice.edu>
Wed, 6 Mar 2002 06:14:21 +0000 (06:14 -0000)
committerGilbert Ramirez <gram@alumni.rice.edu>
Wed, 6 Mar 2002 06:14:21 +0000 (06:14 -0000)
commitac8bc4249fcbe497481e62eec9173136a3b95f7f
tree2817a1794ee536263acc2c361f32f97e9215dcbc
parentb25db1028e521e079b9adc80fc4c7c5fd3f7777a
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.

svn path=/trunk/; revision=4884
tools/pkt-from-core.py