aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pkt-from-core.py
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 17:38:42 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 17:38:42 +0000
commit8958bab6dee184310e4393e33591eb0cef1f7de1 (patch)
treeafe5ad59d2280ee36c0ce913a4252cddc692436f /tools/pkt-from-core.py
parent7bc853b62b59e6cf66ba2c3a2699a8a79ef864bd (diff)
Tethereal/tethereal -> TShark/tshark.
svn path=/trunk/; revision=18268
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 03bc244667..7810645915 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/tethereal core file
+Retrieve a packet from a ethereal/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/tethereal stopped running. The packet"
+ print "\tat the time ethereal/tshark stopped running. The packet"
print "\tis saved in the capture_file specified by the -w option."
print ""
print "\t-v : verbose"