summaryrefslogtreecommitdiff
path: root/asn1/inap
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-10-31 23:11:15 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-10-31 23:11:15 +0000
commit7329ae8ac61702df4ea49ce73067002983d091d5 (patch)
tree7303fc6b6dc1746ee638880b4e509259593df8e0 /asn1/inap
parent43700969a67aa1a0a6842ec31c46bc91b9e57a89 (diff)
downloadwireshark-7329ae8ac61702df4ea49ce73067002983d091d5.tar.gz
Use oid_add_from_string for adding names.
fix compil of gsmmap and inap. Note xcopy of gsmmap does not work(rename packet-gsm_map -> packet-gsmmap ?) svn path=/trunk/; revision=23325
Diffstat (limited to 'asn1/inap')
-rw-r--r--asn1/inap/inap.cnf18
1 files changed, 17 insertions, 1 deletions
diff --git a/asn1/inap/inap.cnf b/asn1/inap/inap.cnf
index b1dc511ec1..815387db7f 100644
--- a/asn1/inap/inap.cnf
+++ b/asn1/inap/inap.cnf
@@ -2,6 +2,10 @@
# inap conformation file
# $Id$
+# forward declarations for Remote-Operations-Information-Objects.asn wich is compiled too
+#.CLASS OPERATION
+#.CLASS ERROR
+
#.EXPORTS
BothwayThroughConnectionInd
CallingPartysCategory
@@ -96,7 +100,7 @@ const value_string inap_opr_code_strings[] = {
#.TABLE_HDR
/* INAP ERRORS */
static const value_string inap_err_code_string_vals[] = {
-#.TABLE_BODY ERROR&errorCode
+#.TABLE_BODY ERROR.&errorCode
{ %(&errorCode)-40s, "%(_ident)s" },
#.TABLE_FTR
{ 0, NULL }
@@ -118,6 +122,18 @@ static const inap_op_t inap_op_tab[] = {
};
#.END
+#.TABLE11_HDR
+typedef struct _camel_err_t {
+ gint32 errcode;
+ new_dissector_t err_pdu;
+} camel_err_t;
+
+static const camel_err_t camel_err_tab[] = {
+#.TABLE11_BODY ERROR.&errorCode
+ /* %(_name)-30s */ { %(&errorCode)4s, %(_parameter_pdu)s },
+#.TABLE11_FTR
+};
+#.END
#.FN_BODY TriggerData/triggerPar
/* FIX ME */