aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-01-07 01:29:45 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-01-07 01:29:45 +0000
commit15f905102907db3230fd7a5d46d7e336bc800235 (patch)
tree40a784efe21469082f0fa6e98feadfd3f8b432d2 /capture_loop.h
parent76bbd4181b6fbf9184b0c695d5cd8f0d708fa037 (diff)
move output_to_pipe flag from tethereal's loop_data into capture_opts, so it can be used by dumpcap (capture_loop.c) as well
svn path=/trunk/; revision=16972
Diffstat (limited to 'capture_loop.h')
-rw-r--r--capture_loop.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/capture_loop.h b/capture_loop.h
index 46133093b6..defb31110b 100644
--- a/capture_loop.h
+++ b/capture_loop.h
@@ -90,8 +90,7 @@ typedef struct _loop_data {
jmp_buf stopenv; /* T: starting point of loop (jump back this point on SIG...) */
char *save_file; /* T: Name of file to which we're writing */
- gboolean output_to_pipe; /* T: output to a pipe, flush outut file immediately */
- capture_packet_cb_fct packet_cb; /* callback for a single captured packet */
+ capture_packet_cb_fct packet_cb; /* callback for a single captured packet */
/* pcap "input file" */
pcap_t *pcap_h; /* pcap handle */