Specifiy time resolution explicitly.
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 22 Dec 2012 12:35:01 +0000 (12:35 +0000)
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 22 Dec 2012 12:35:01 +0000 (12:35 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@46693 f5534014-38df-0310-8fa8-9805f1628bb7

text2pcap.c

index 53027a9b7171b09fa6c1a2203b9cf3daba59cfd3..c1ccb5ef83054e427aa9258b5b1a849898b7bfb6 100644 (file)
@@ -791,7 +791,7 @@ write_file_header (void)
                                                                 102400,
                                                                 &bytes_written,
                                                                 0,
-                                                                0,
+                                                                6,
                                                                 &err);
         }
     } else {