aboutsummaryrefslogtreecommitdiffstats
path: root/capture_wpcap_packet.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-31 17:38:42 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-31 17:38:42 +0000
commit05bc7d37bc1c5abf044960335c45ec785065d89f (patch)
treeafe5ad59d2280ee36c0ce913a4252cddc692436f /capture_wpcap_packet.c
parent6e288370fb841e9880927f0a8eda5bb31f4223d2 (diff)
Tethereal/tethereal -> TShark/tshark.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18268 f5534014-38df-0310-8fa8-9805f1628bb7
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$