summaryrefslogtreecommitdiff
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-04 07:32:05 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-04 07:32:05 +0000
commita1660d6d3afbaeccd77d8e34c695bf65a4f4f09e (patch)
tree20e71ed2ee0399b430f10ab92177fb1d5fc7e953 /wiretap/wtap-int.h
parent9426c4ad15826cee237cc1f822c8a758d01473f6 (diff)
downloadwireshark-a1660d6d3afbaeccd77d8e34c695bf65a4f4f09e.tar.gz
Support for stopping capture at specified capture file size or capture
duration, from Thomas Wittwer and Matthias Nyffenegger. svn path=/trunk/; revision=4322
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index 1171d6af24..972b1d1988 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -1,6 +1,6 @@
/* wtap-int.h
*
- * $Id: wtap-int.h,v 1.15 2001/11/13 23:55:44 gram Exp $
+ * $Id: wtap-int.h,v 1.16 2001/12/04 07:32:05 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -186,6 +186,7 @@ struct wtap_dumper {
int file_type;
int snaplen;
int encap;
+ int bytes_dumped;
union {
void *opaque;