aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-02-28 15:27:56 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-02-28 15:27:56 +0000
commitd0992bf8cd4af994537fb68dae67c1f93bb6906d (patch)
treec587b58491c2854d5eb75c74e5562708197d9829 /capture_opts.h
parent1826e2f2194c345260d0f4fadeded8fecb32d54d (diff)
Add a #define for the default capture buffer size and use it.
svn path=/trunk/; revision=47942
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/capture_opts.h b/capture_opts.h
index 236d371bf5..adc05bd5f0 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -270,6 +270,9 @@ capture_opts_trim_iface(capture_options *capture_opts, const char *capture_devic
extern void
collect_ifaces(capture_options *capture_opts);
+/* Default capture buffer size in Mbytes. */
+#define DEFAULT_CAPTURE_BUFFER_SIZE 2
+
#ifdef __cplusplus
}
#endif /* __cplusplus */