aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scop.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-11 20:04:37 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-11 20:04:37 +0000
commit2939977a4ba9a8b78bb6b94fb477e9459f8d7075 (patch)
treea99739ac2a6c60b8b5a424056883d6a5f82d56de /epan/dissectors/packet-scop.c
parent7a5d4ed4da109d78daa78e40609dd291400797f4 (diff)
- Make local functions static.
- Forward declaration of register functions. svn path=/trunk/; revision=53942
Diffstat (limited to 'epan/dissectors/packet-scop.c')
-rw-r--r--epan/dissectors/packet-scop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-scop.c b/epan/dissectors/packet-scop.c
index 589e76c569..2891445cbb 100644
--- a/epan/dissectors/packet-scop.c
+++ b/epan/dissectors/packet-scop.c
@@ -33,6 +33,8 @@
#define SCOP_DEFAULT_PORT 17755
#define SCOP_DEFAULT_PORT_SECURED 17756
+void proto_register_scop(void);
+
/* Structure to contain information from the SCoP packet. */
typedef struct {
guint8 transport;