summaryrefslogtreecommitdiff
path: root/tools/pkt-from-core.py
diff options
context:
space:
mode:
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"