aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-12-12 22:22:09 +0000
committerGuy Harris <guy@alum.mit.edu>2013-12-12 22:22:09 +0000
commit8d67e7b20cda96be65562e2b1040ea8712ffa698 (patch)
treef7af3376a0fcea97aed113ecadd19cea301ef05f /epan/dissectors/packet-rsvp.c
parent76eebd5561607f65e8833f995812ac9e912e1685 (diff)
The dissector table has never been used, and the name of the dissector
table doesn't correspond to any obvious field, so I'm not sure why it needs to exist. Remove it. svn path=/trunk/; revision=53996
Diffstat (limited to 'epan/dissectors/packet-rsvp.c')
-rw-r--r--epan/dissectors/packet-rsvp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-rsvp.c b/epan/dissectors/packet-rsvp.c
index 1d86809b5b..35d05b0449 100644
--- a/epan/dissectors/packet-rsvp.c
+++ b/epan/dissectors/packet-rsvp.c
@@ -298,8 +298,6 @@ static int hf_rsvp_juniper_unknown = -1;
static int hf_rsvp_juniper_pad = -1;
static int hf_rsvp_unknown_data = -1;
-static dissector_table_t rsvp_dissector_table;
-
static int rsvp_tap = -1;
/*
@@ -9257,9 +9255,6 @@ proto_register_rsvp(void)
proto_register_subtree_array(ett_tree, array_length(ett_tree));
register_rsvp_prefs();
- rsvp_dissector_table = register_dissector_table("rsvp.proto", "RSVP Protocol",
- FT_UINT8, BASE_DEC);
-
/* Initialization routine for RSVP conversations */
register_init_routine(&rsvp_init_protocol);
}