summaryrefslogtreecommitdiff
path: root/tools/pkt-from-core.py
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-06-06 23:27:21 +0000
committerGerald Combs <gerald@wireshark.org>2006-06-06 23:27:21 +0000
commit4ed6fc0bc38c1540bc96c212bc9f2003c9cd12d2 (patch)
tree0504a120491b81fff192bbb567f93537e6e18ccf /tools/pkt-from-core.py
parent4be9eaddb33e5e5da91a2864e8a380672a4dcd6e (diff)
downloadwireshark-4ed6fc0bc38c1540bc96c212bc9f2003c9cd12d2.tar.gz
Ethereal -> Wireshark
svn path=/trunk/; revision=18374
Diffstat (limited to 'tools/pkt-from-core.py')
-rwxr-xr-xtools/pkt-from-core.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pkt-from-core.py b/tools/pkt-from-core.py
index 7810645915..9cd996f689 100755
--- a/tools/pkt-from-core.py
+++ b/tools/pkt-from-core.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
"""
-Retrieve a packet from a ethereal/tshark core file
+Retrieve a packet from a wireshark/tshark core file
and save it in a packet-capture file.
"""
@@ -415,7 +415,7 @@ def usage():
print ""
print "\tGiven an executable file and a core file, this tool"
print "\tuses gdb to retrieve the packet that was being dissected"
- print "\tat the time ethereal/tshark stopped running. The packet"
+ print "\tat the time wireshark/tshark stopped running. The packet"
print "\tis saved in the capture_file specified by the -w option."
print ""
print "\t-v : verbose"