aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rfid-pn532.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-12-12 20:15:06 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-12-12 20:15:06 +0000
commite14b04c20f1f3274db9fbf9470e148d6b3d6d582 (patch)
treef235a74691d767d8634ce12f8e6e2f35fd430d19 /epan/dissectors/packet-rfid-pn532.c
parent03e8f5b0c0de8e6bb26435dd334acdd50db2f830 (diff)
remove unused dissector tables
http://www.wireshark.org/lists/wireshark-dev/201312/msg00137.html svn path=/trunk/; revision=53977
Diffstat (limited to 'epan/dissectors/packet-rfid-pn532.c')
-rw-r--r--epan/dissectors/packet-rfid-pn532.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-rfid-pn532.c b/epan/dissectors/packet-rfid-pn532.c
index 83edbe701a..bf48c25537 100644
--- a/epan/dissectors/packet-rfid-pn532.c
+++ b/epan/dissectors/packet-rfid-pn532.c
@@ -326,8 +326,6 @@ typedef struct command_data_t {
static dissector_handle_t sub_handles[SUB_MAX];
static gint sub_selected = SUB_DATA;
-static dissector_table_t pn532_dissector_table;
-
/* Subtree handles: set by register_subtree_array */
static gint ett_pn532 = -1;
static gint ett_pn532_flags = -1;
@@ -2334,8 +2332,6 @@ void proto_register_pn532(void)
prefs_register_enum_preference(pref_mod, "prtype532", "Payload Type", "Protocol payload type",
&sub_selected, sub_enum_vals, FALSE);
- pn532_dissector_table = register_dissector_table("pn532.payload", "PN532 Payload", FT_UINT8, BASE_DEC);
-
new_register_dissector("pn532", dissect_pn532, proto_pn532);
}