aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-11 01:30:36 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-11 01:30:36 +0000
commit642916e2c75b969d18836b7c5b8074d593afdd63 (patch)
tree6d445cd6c0e96170edd235f0889bdc65d70a013d /capture_opts.h
parent16fec78ad92b2696849bece7e1517e13be96322e (diff)
Back out Jeff Morris's change to make the autostop file size 64-bit - it
didn't change the GUI code for setting the autostop file size, and that broke the build. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36552 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_opts.h b/capture_opts.h
index c6f55b2478..9cd688c32e 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -144,7 +144,7 @@ typedef struct capture_options_tag {
int autostop_packets; /**< Maximum packet count */
gboolean has_autostop_filesize; /**< TRUE if maximum capture file size
is specified */
- gint64 autostop_filesize; /**< Maximum capture file size in KB */
+ gint32 autostop_filesize; /**< Maximum capture file size */
gboolean has_autostop_duration; /**< TRUE if maximum capture duration
is specified */
gint32 autostop_duration; /**< Maximum capture duration */