From 9d03324d91cf7c020687d456abee946f5fb360b0 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Fri, 9 Mar 2012 05:02:27 +0000 Subject: [PATCH] From Jose Pedro Oliveira: Make dumpcap write the if_tsresol option (using the default value) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6718 svn path=/trunk/; revision=41444 --- dumpcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumpcap.c b/dumpcap.c index a33587fc2c..28cabd807f 100644 --- a/dumpcap.c +++ b/dumpcap.c @@ -2656,7 +2656,7 @@ capture_loop_init_output(capture_options *capture_opts, loop_data *ld, char *err pcap_opts->snaplen, &(global_ld.bytes_written), 0, /* IDB_IF_SPEED 8 */ - 0, /* IDB_TSRESOL 9 */ + 6, /* IDB_TSRESOL 9 */ &global_ld.err); }