summaryrefslogtreecommitdiff
path: root/asn1
diff options
context:
space:
mode:
Diffstat (limited to 'asn1')
-rw-r--r--asn1/isdn-sup/Makefile.common2
-rw-r--r--asn1/isdn-sup/packet-isdn-sup-template.c3
-rw-r--r--asn1/lcsap/packet-lcsap-template.c4
-rw-r--r--asn1/logotypecertextn/packet-logotypecertextn-template.c3
-rw-r--r--asn1/lppa/packet-lppa-template.c3
-rw-r--r--asn1/mms/packet-mms-template.c3
6 files changed, 17 insertions, 1 deletions
diff --git a/asn1/isdn-sup/Makefile.common b/asn1/isdn-sup/Makefile.common
index ca766428d0..bea01038dc 100644
--- a/asn1/isdn-sup/Makefile.common
+++ b/asn1/isdn-sup/Makefile.common
@@ -51,7 +51,7 @@ SRC_FILES = \
$(EXTRA_DIST) \
$(EXT_ASN_FILE_LIST)
-A2W_FLAGS= -b -k
+A2W_FLAGS= -b
EXTRA_CNF =
diff --git a/asn1/isdn-sup/packet-isdn-sup-template.c b/asn1/isdn-sup/packet-isdn-sup-template.c
index ed0f6b3567..94a75fe683 100644
--- a/asn1/isdn-sup/packet-isdn-sup-template.c
+++ b/asn1/isdn-sup/packet-isdn-sup-template.c
@@ -37,6 +37,9 @@
#define PSNAME "ISDN_SUP"
#define PFNAME "isdn_sup"
+void proto_register_isdn_sup(void);
+void proto_reg_handoff_isdn_sup(void);
+
#include "packet-isdn-sup-val.h"
/* Initialize the protocol and registered fields */
diff --git a/asn1/lcsap/packet-lcsap-template.c b/asn1/lcsap/packet-lcsap-template.c
index 9a7899704d..bec9615877 100644
--- a/asn1/lcsap/packet-lcsap-template.c
+++ b/asn1/lcsap/packet-lcsap-template.c
@@ -45,6 +45,7 @@
#include "packet-per.h"
#include "packet-e212.h"
#include "packet-sccp.h"
+#include "packet-lcsap.h"
#ifdef _MSC_VER
/* disable: "warning C4146: unary minus operator applied to unsigned type, result still unsigned" */
@@ -55,6 +56,9 @@
#define PSNAME "LCSAP"
#define PFNAME "lcsap"
+void proto_register_lcsap(void);
+void proto_reg_handoff_lcsap(void);
+
static dissector_handle_t lpp_handle;
static dissector_handle_t lppa_handle;
diff --git a/asn1/logotypecertextn/packet-logotypecertextn-template.c b/asn1/logotypecertextn/packet-logotypecertextn-template.c
index 624e9c1a4a..011f509ca6 100644
--- a/asn1/logotypecertextn/packet-logotypecertextn-template.c
+++ b/asn1/logotypecertextn/packet-logotypecertextn-template.c
@@ -36,6 +36,9 @@
#define PSNAME "LogotypeCertExtn"
#define PFNAME "logotypecertextn"
+void proto_register_logotypecertextn(void);
+void proto_reg_handoff_logotypecertextn(void);
+
/* Initialize the protocol and registered fields */
static int proto_logotypecertextn = -1;
#include "packet-logotypecertextn-hf.c"
diff --git a/asn1/lppa/packet-lppa-template.c b/asn1/lppa/packet-lppa-template.c
index d67b7321a4..a6df40760f 100644
--- a/asn1/lppa/packet-lppa-template.c
+++ b/asn1/lppa/packet-lppa-template.c
@@ -38,6 +38,9 @@
#define PSNAME "LPPa"
#define PFNAME "lppa"
+void proto_register_lppa(void);
+void proto_reg_handoff_lppa(void);
+
/* Initialize the protocol and registered fields */
static int proto_lppa = -1;
diff --git a/asn1/mms/packet-mms-template.c b/asn1/mms/packet-mms-template.c
index 421cf8dcbb..e24c2a59d2 100644
--- a/asn1/mms/packet-mms-template.c
+++ b/asn1/mms/packet-mms-template.c
@@ -39,6 +39,9 @@
#define PSNAME "MMS"
#define PFNAME "mms"
+void proto_register_mms(void);
+void proto_reg_handoff_mms(void);
+
/* Initialize the protocol and registered fields */
static int proto_mms = -1;