aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-12 11:06:42 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-12 11:06:42 +0000
commit29c99f8eededa996452ce6604da14cf4e1009012 (patch)
tree82811735d2669639b0cddff3dc5b218638d15eac /asn1
parent54b839dedffb2b34cd49e86b41f649073b9f55d0 (diff)
Indicate Signed Receipt in info column.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37074 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ess/ess.cnf5
1 files changed, 5 insertions, 0 deletions
diff --git a/asn1/ess/ess.cnf b/asn1/ess/ess.cnf
index c26403bc7f..81358f5668 100644
--- a/asn1/ess/ess.cnf
+++ b/asn1/ess/ess.cnf
@@ -97,5 +97,10 @@ FreeFormField/bitSetAttributes informativeAttributeFlags
%(DEFAULT_BODY)s
ess_dissect_attribute_flags (attributes, actx);
+#.FN_BODY Receipt
+ col_set_str(actx->pinfo->cinfo, COL_PROTOCOL, "ESS");
+ col_set_str(actx->pinfo->cinfo, COL_INFO, "Signed Receipt");
+ %(DEFAULT_BODY)s
+
#.END