From 8afae320de76b02165028db72b7c8266e54f9566 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 13 Dec 2004 08:15:34 +0000 Subject: update of the asn2eth compiler to use the types ber_[choice|sequence]_t instead of ber_[choice|sequence] regenerated all dissectors fixed the choice/sequence struct to use unsigned entities for class and tag (to reduce some compiler warning and because it should be signed quantities) svn path=/trunk/; revision=12740 --- asn1/cmip/cmip.cnf | 1 + asn1/cmip/packet-cmip-template.c | 1 + 2 files changed, 2 insertions(+) (limited to 'asn1/cmip') diff --git a/asn1/cmip/cmip.cnf b/asn1/cmip/cmip.cnf index e40c0e1efb..c9dd7aa4ab 100644 --- a/asn1/cmip/cmip.cnf +++ b/asn1/cmip/cmip.cnf @@ -12,6 +12,7 @@ InformationFramework x509if CMIPAbortInfo CMIPUserInfo ROS +InvokeIDType #.NO_EMIT diff --git a/asn1/cmip/packet-cmip-template.c b/asn1/cmip/packet-cmip-template.c index 95951b121e..968636094b 100644 --- a/asn1/cmip/packet-cmip-template.c +++ b/asn1/cmip/packet-cmip-template.c @@ -35,6 +35,7 @@ #include #include "packet-ber.h" +#include "packet-x509if.h" #include "packet-cmip.h" #define PNAME "X711 CMIP" -- cgit v1.2.3