aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcep.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-pcep.c')
-rw-r--r--epan/dissectors/packet-pcep.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/epan/dissectors/packet-pcep.c b/epan/dissectors/packet-pcep.c
index 3d11eaf658..3dcfbb174f 100644
--- a/epan/dissectors/packet-pcep.c
+++ b/epan/dissectors/packet-pcep.c
@@ -38,6 +38,9 @@
#include <epan/expert.h>
#include "packet-tcp.h"
+void proto_register_pcep(void);
+void proto_reg_handoff_pcep(void);
+
/*differents types of objects*/
#define PCEP_OPEN_OBJ 1
#define PCEP_RP_OBJ 2
@@ -2625,8 +2628,8 @@ dissect_pcep(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data)
/*Register the protocol with wireshark*/
void
-proto_register_pcep(void) {
-
+proto_register_pcep(void)
+{
static hf_register_info pcepf_info[] = {
/* Message type number */