summaryrefslogtreecommitdiff
path: root/capture_wpcap_packet.c
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 /capture_wpcap_packet.c
parent7bc853b62b59e6cf66ba2c3a2699a8a79ef864bd (diff)
downloadwireshark-8958bab6dee184310e4393e33591eb0cef1f7de1.tar.gz
Tethereal/tethereal -> TShark/tshark.
svn path=/trunk/; revision=18268
Diffstat (limited to 'capture_wpcap_packet.c')
-rw-r--r--capture_wpcap_packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_wpcap_packet.c b/capture_wpcap_packet.c
index 7034b5d9e2..62623ca06b 100644
--- a/capture_wpcap_packet.c
+++ b/capture_wpcap_packet.c
@@ -1,7 +1,7 @@
/* capture_wpcap_packet.c
* WinPcap-specific interfaces for low-level information (packet.dll).
* We load WinPcap at run
- * time, so that we only need one Wireshark binary and one Twireshark binary
+ * time, so that we only need one Wireshark binary and one TShark binary
* for Windows, regardless of whether WinPcap is installed or not.
*
* $Id$