aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dec-dnart.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-dec-dnart.c')
-rw-r--r--epan/dissectors/packet-dec-dnart.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/epan/dissectors/packet-dec-dnart.c b/epan/dissectors/packet-dec-dnart.c
index e37f87ee00..8f2d313c95 100644
--- a/epan/dissectors/packet-dec-dnart.c
+++ b/epan/dissectors/packet-dec-dnart.c
@@ -217,17 +217,6 @@ static const value_string nsp_msg_type_vals[] = {
{ 0, NULL }
};
-static const value_string rt_iinfo_flags[] = {
- {0x01, "Level 2 router"},
- {0x02, "Level 1 router"},
- {0x04, "Verification required"},
- {0x08, "Rejected"},
- {0x10, "Verification failed"},
- {0x20, "Does not accept multicast"},
- {0x40, "Blocking requested"},
- {0x0, NULL}
-};
-
static const value_string rt_tiinfo_vals[] = {
{0x01, "Level 2 router"},
{0x02, "Level 1 router"},