aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.h
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_loop.h
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_loop.h')
-rw-r--r--capture_loop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/capture_loop.h b/capture_loop.h
index 83b6b7e055..69e9c78ae5 100644
--- a/capture_loop.h
+++ b/capture_loop.h
@@ -98,9 +98,9 @@ extern void capture_loop_stop(void);
typedef void (*capture_packet_cb_fct)(u_char *, const struct pcap_pkthdr *, const u_char *);
-/* moved from capture_loop.c here, so we can combine it (and the related functions) with twireshark */
+/* moved from capture_loop.c here, so we can combine it (and the related functions) with tshark */
/* XXX - should be moved back to capture_loop.c */
-/* E: capture_loop.c only (Wireshark/dumpcap) T: twireshark only */
+/* E: capture_loop.c only (Wireshark/dumpcap) T: tshark only */
typedef struct _loop_data {
/* common */
gboolean go; /* TRUE as long as we're supposed to keep capturing */