aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-per.c')
-rw-r--r--epan/dissectors/packet-per.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/epan/dissectors/packet-per.c b/epan/dissectors/packet-per.c
index a4d6eef7c2..fbee1bb242 100644
--- a/epan/dissectors/packet-per.c
+++ b/epan/dissectors/packet-per.c
@@ -46,6 +46,7 @@ proper helper routines
#include <epan/expert.h>
#include "packet-per.h"
+void proto_register_per(void);
static int proto_per = -1;
static int hf_per_GeneralString_length = -1;
@@ -2675,11 +2676,6 @@ proto_register_per(void)
}
-void
-proto_reg_handoff_per(void)
-{
-}
-
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*