aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-12-23 09:25:42 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-12-23 09:25:42 +0000
commit644f8485dab4a32e284e88f45d1c51cdec68158b (patch)
tree31f17e771c7fd955385e7332dd46cbbc50f48124 /pcapio.h
parentb70c24ca7999514823fd72e19ca9587f76b61f9a (diff)
Add support for writing per packet comments when using pcapng.
Not actually used with this commit, which just brings in the infrastructure. svn path=/trunk/; revision=46715
Diffstat (limited to 'pcapio.h')
-rw-r--r--pcapio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcapio.h b/pcapio.h
index 780c626f74..e1ac38e477 100644
--- a/pcapio.h
+++ b/pcapio.h
@@ -88,6 +88,7 @@ libpcap_write_interface_statistics_block(FILE *fp,
extern gboolean
libpcap_write_enhanced_packet_block(FILE *fp,
+ const char *comment,
guint32 sec, guint32 usec,
guint32 caplen, guint32 len,
guint32 interface_id,