aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ndps.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ndps.c')
-rw-r--r--epan/dissectors/packet-ndps.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ndps.c b/epan/dissectors/packet-ndps.c
index f64add45a4..a7e80f1b87 100644
--- a/epan/dissectors/packet-ndps.c
+++ b/epan/dissectors/packet-ndps.c
@@ -41,6 +41,9 @@
#include "packet-tcp.h"
#include "packet-ndps.h"
+void proto_register_ndps(void);
+void proto_reg_handoff_ndps(void);
+
/* Limit the number of items we can add to the tree. */
#define NDPS_MAX_ITEMS 100