diff options
Diffstat (limited to 'capture_loop.h')
-rw-r--r-- | capture_loop.h | 4 |
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 */ |