aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
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 /text2pcap.c
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 'text2pcap.c')
-rw-r--r--text2pcap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/text2pcap.c b/text2pcap.c
index 37825a4ffe..c4ab286190 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -723,6 +723,7 @@ write_current_packet (void)
}
if (use_pcapng) {
success = libpcap_write_enhanced_packet_block(output_file,
+ NULL,
(guint32)ts_sec, ts_usec,
length, length,
0,