Save some memory: Don't statically allocate ett[] arrays used "dynamically".
[obnox/wireshark/wip.git] / pcapio.c
index 1dd71b5ee13f3708f48d56eb6096bd3a3541459c..55df35947262c0771d0796d1844294602616ce40 100644 (file)
--- a/pcapio.c
+++ b/pcapio.c
@@ -460,7 +460,7 @@ libpcap_write_interface_statistics_block(FILE *fp,
 #else
        /*
         * Current time, represented as seconds and microseconds since
-        * January 1, 1601, 00:00:00 UTC.
+        * January 1, 1970, 00:00:00 UTC.
         */
        gettimeofday(&now, NULL);