aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-simulcrypt.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-11 19:46:38 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-11 19:46:38 +0000
commit7a5d4ed4da109d78daa78e40609dd291400797f4 (patch)
tree4b58400157034acf7962c5588d7916eac6f310cb /epan/dissectors/packet-simulcrypt.c
parentb4020a83d14c4aa6d5a31ce9957cb7f1aaddcf58 (diff)
- Make local functions static.
- Forward declaration of register functions. svn path=/trunk/; revision=53941
Diffstat (limited to 'epan/dissectors/packet-simulcrypt.c')
-rw-r--r--epan/dissectors/packet-simulcrypt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-simulcrypt.c b/epan/dissectors/packet-simulcrypt.c
index c2376e7c18..5becafba56 100644
--- a/epan/dissectors/packet-simulcrypt.c
+++ b/epan/dissectors/packet-simulcrypt.c
@@ -43,6 +43,8 @@
#define CA_SYSTEM_ID_MIKEY 0x9999 /* CA_system_ID corresponding to MIKEY ECM */
#define CA_SYSTEM_ID_MIKEY_PROTO "mikey" /* Protocol name to be used to "decode as" ECMs with CA_SYSTEM_ID_MIKEY */
+void proto_register_simulcrypt(void);
+
/* Tecm_interpretation links ca_system_id to ecmg port and protocol name for dissection of
* ecm_datagram in ECM_Response message.
* Currently size is 1 as only have MIKEY protocol but could add extra protocols