summaryrefslogtreecommitdiff
path: root/epan/dissectors/file-pcapng.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-08-19 21:52:30 +0200
committerGuy Harris <guy@alum.mit.edu>2015-08-19 21:00:37 +0000
commitd9dd323d4fa60b12bae224b0030d5138f0e70c0a (patch)
treef4775ae91f66680e9c1814e4aa9171ec11ccc7a8 /epan/dissectors/file-pcapng.c
parent0bdf518b1e862b814a61ab4c984e78f7afa8fc0d (diff)
downloadwireshark-d9dd323d4fa60b12bae224b0030d5138f0e70c0a.tar.gz
file-pcapng: remove useless hf_pcapng_timestamp_data entry
Change-Id: I82b2d4e4b0be8179103b827e0d11a0d8b10e1374 Reviewed-on: https://code.wireshark.org/review/10133 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/file-pcapng.c')
-rw-r--r--epan/dissectors/file-pcapng.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/dissectors/file-pcapng.c b/epan/dissectors/file-pcapng.c
index 22512c80a8..c53a2eea03 100644
--- a/epan/dissectors/file-pcapng.c
+++ b/epan/dissectors/file-pcapng.c
@@ -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,