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
This commit is contained in:
Anders Broman 2012-03-09 05:02:27 +00:00
parent e15692be8a
commit 9d03324d91
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}