aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/acse
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-05-04 20:27:43 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-05-04 20:27:43 +0000
commit334177b09605c99e8fbbd1b952f697a325b38d4c (patch)
treeeffcbef9484e7c203cf5968e97dcb8f13fbd1260 /asn1/acse
parent2447ba1de699b1db0ed17b06a464ad3272b4382e (diff)
Show BER internal fields in external type in ACSE, update a comment in packet-ber.c.
svn path=/trunk/; revision=21685
Diffstat (limited to 'asn1/acse')
-rw-r--r--asn1/acse/acse.cnf7
-rw-r--r--asn1/acse/packet-acse-template.c1
2 files changed, 5 insertions, 3 deletions
diff --git a/asn1/acse/acse.cnf b/asn1/acse/acse.cnf
index 5447c3314d..ad7242c607 100644
--- a/asn1/acse/acse.cnf
+++ b/asn1/acse/acse.cnf
@@ -48,8 +48,8 @@ ACRQ-apdu/aSO-context-name aCRQ_aSO_context_name
* time being just remove this tag manually inside the EXTERNAL
* dissector.
*/
- offset = get_ber_identifier(tvb, offset, &class, &pc, &tag);
- offset = get_ber_length(tree, tvb, offset, &len1, &ind_field);
+ offset = dissect_ber_identifier(pinfo, tree, tvb, offset, &class, &pc, &tag);
+ offset = dissect_ber_length(pinfo, tree, tvb, offset, &len1, &ind_field);
}
offset = dissect_ber_sequence(TRUE, pinfo, tree, tvb, offset,
EXTERNALt_sequence, hf_index, ett_acse_EXTERNALt);
@@ -123,6 +123,7 @@ ACRQ-apdu/aSO-context-name aCRQ_aSO_context_name
col_append_fstr(pinfo->cinfo, COL_INFO, "Release-Response (%%s)", val_to_str(reason, acse_Release_request_reason_vals, "reason(%%d)"));
-
+#.FIELD_ATTR
+Association-data/_item NAME = "Association-data"
#.END
diff --git a/asn1/acse/packet-acse-template.c b/asn1/acse/packet-acse-template.c
index f756ba2208..f22adf9d1e 100644
--- a/asn1/acse/packet-acse-template.c
+++ b/asn1/acse/packet-acse-template.c
@@ -43,6 +43,7 @@
#include <epan/emem.h>
#include <epan/conversation.h>
#include <epan/oid_resolv.h>
+#include <epan/asn1.h>
#include <stdio.h>
#include <string.h>