aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pkt-from-core.py
AgeCommit message (Collapse)AuthorFilesLines
2006-06-06Ethereal -> Wiresharkgerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18374 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18268 f5534014-38df-0310-8fa8-9805f1628bb7
2002-03-06Use the gdb "x" (examine memory) command instead of "print" to obtaingram1-18/+39
the packet data. "print" will only show the first 200 members of an array, whereas "x" doesn't seem to have a limit. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4884 f5534014-38df-0310-8fa8-9805f1628bb7
2002-03-06Add ability to pull packet from add_packet_to_packet_list() frame.gram1-16/+39
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4881 f5534014-38df-0310-8fa8-9805f1628bb7
2002-02-21Add first attempt at creating a tool to take a [t]ethereal core filegram1-0/+415
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4767 f5534014-38df-0310-8fa8-9805f1628bb7