aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-10-15 08:39:48 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-10-15 08:39:48 +0000
commit8b9c15d68fcacabdd6b3b164cdd3748fcc046765 (patch)
tree43d25bed25f4ba4144b76e00a8f20117e48bf6c8 /asn1
parente91a7ad6f78efd34564a41e9c12f93a5702e6196 (diff)
Added info column descriptions for AARQ and AARE.
svn path=/trunk/; revision=34519
Diffstat (limited to 'asn1')
-rw-r--r--asn1/acse/acse.cnf10
1 files changed, 10 insertions, 0 deletions
diff --git a/asn1/acse/acse.cnf b/asn1/acse/acse.cnf
index 8f47416b56..4fe7f342ea 100644
--- a/asn1/acse/acse.cnf
+++ b/asn1/acse/acse.cnf
@@ -90,6 +90,16 @@ PDV-list/presentation-data-values/octet-aligned pDVList_octet_aligned
#.FN_BODY EXTERNALt/_untag/encoding/octet-aligned
offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, top_tree ? top_tree : tree);
+#.FN_BODY AARQ-apdu
+ col_append_fstr(actx->pinfo->cinfo, COL_INFO, "A-Associate-Request");
+
+ %(DEFAULT_BODY)s
+
+#.FN_BODY AARE-apdu
+ col_append_fstr(actx->pinfo->cinfo, COL_INFO, "A-Associate-Response");
+
+ %(DEFAULT_BODY)s
+
#.FN_BODY RLRQ-apdu
col_append_fstr(actx->pinfo->cinfo, COL_INFO, "Release-Request");