aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-04-25 20:50:38 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-04-25 20:50:38 +0000
commit8ea1984ddc0620525dd1cafc60074755237eee31 (patch)
treedf75b00749abbfff6b07e052042dd392fc428d9b /pcapio.h
parent1cd8ca08a6495a8a1ecb86fcdac36e7cc78d2997 (diff)
Allow writing ISB with given recv/drop counters.
No functional change by this commit. svn path=/trunk/; revision=42242
Diffstat (limited to 'pcapio.h')
-rw-r--r--pcapio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcapio.h b/pcapio.h
index 877552eb49..bd8942855e 100644
--- a/pcapio.h
+++ b/pcapio.h
@@ -79,11 +79,12 @@ libpcap_write_interface_description_block(FILE *fp,
extern gboolean
libpcap_write_interface_statistics_block(FILE *fp,
guint32 interface_id,
- pcap_t *pd,
long *bytes_written,
const char *comment, /* OPT_COMMENT 1 */
guint64 isb_starttime, /* ISB_STARTTIME 2 */
guint64 isb_endtime, /* ISB_ENDTIME 3 */
+ guint64 isb_ifrecv, /* ISB_IFRECV 4 */
+ guint64 isb_ifdrop, /* ISB_IFDROP 5 */
int *err);
extern gboolean