file-pcapng: remove useless hf_pcapng_timestamp_data entry
authorPascal Quantin <pascal.quantin@gmail.com>
Wed, 19 Aug 2015 19:52:30 +0000 (21:52 +0200)
committerGuy Harris <guy@alum.mit.edu>
Wed, 19 Aug 2015 21:00:37 +0000 (21:00 +0000)
Change-Id: I82b2d4e4b0be8179103b827e0d11a0d8b10e1374
Reviewed-on: https://code.wireshark.org/review/10133
Reviewed-by: Guy Harris <guy@alum.mit.edu>
epan/dissectors/file-pcapng.c

index 22512c80a8cb221902f07d73d628e4417f7d7fb2..c53a2eea031d891709d8801e0038ef66031714d5 100644 (file)
@@ -122,7 +122,6 @@ static int hf_pcapng_interface_id = -1;
 static int hf_pcapng_timestamp_high = -1;
 static int hf_pcapng_timestamp_low = -1;
 static int hf_pcapng_timestamp = -1;
-static int hf_pcapng_timestamp_data = -1;
 static int hf_pcapng_records = -1;
 static int hf_pcapng_record = -1;
 static int hf_pcapng_record_code = -1;
@@ -1848,11 +1847,6 @@ proto_register_pcapng(void)
             FT_ABSOLUTE_TIME, ABSOLUTE_TIME_LOCAL, NULL, 0x00,
             NULL, HFILL }
         },
-        { &hf_pcapng_timestamp_data,
-            { "Timestamp",                                 "pcapng.timestamp",
-            FT_NONE, BASE_NONE, NULL, 0x00,
-            NULL, HFILL }
-        },
         { &hf_pcapng_records,
             { "Records",                                   "pcapng.records",
             FT_NONE, BASE_NONE, NULL, 0x00,