aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nflog.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-14 18:21:28 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-14 17:23:05 +0000
commitd3cc7e0120b6a87f233723aec101c0629cd755c0 (patch)
tree94e670e7cb4063e5a0561a4f87570955498b5c5a /epan/dissectors/packet-nflog.c
parent348c19cc7d3cdc04186d77bb905cd54a096d009f (diff)
Fix -Wunused-const-variable found by Clang 3.5
Change-Id: Idf5ac9e067a647d3e1be82df352d956c87d6050c Reviewed-on: https://code.wireshark.org/review/653 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-nflog.c')
-rw-r--r--epan/dissectors/packet-nflog.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/epan/dissectors/packet-nflog.c b/epan/dissectors/packet-nflog.c
index 8a360cf7e5..e06bcc215d 100644
--- a/epan/dissectors/packet-nflog.c
+++ b/epan/dissectors/packet-nflog.c
@@ -69,13 +69,6 @@ static const enum_val_t byte_order_types[] = {
{ NULL, NULL, 0 }
};
-static const value_string _encoding_vals[] = {
- { ENC_BIG_ENDIAN, "Big Endian" },
- { ENC_LITTLE_ENDIAN, "Little Endian" },
-/* { ENC_NA, "Unknown" }, */ /* ENC_NA has the same value as ENC_BIG_ENDIAN */
- { 0, NULL }
-};
-
static const value_string nflog_tlv_vals[] = {
{ WS_NFULA_UNSPEC, "NFULA_UNSPEC" },
{ WS_NFULA_PACKET_HDR, "NFULA_PACKET_HDR" },