diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2011-05-12 11:06:42 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2011-05-12 11:06:42 +0000 |
commit | 624a041e6f20511ade6b78620533ea7c9e6800d2 (patch) | |
tree | 82811735d2669639b0cddff3dc5b218638d15eac /asn1/ess | |
parent | 4b303018d1e800148431ac2092c0b886687a8171 (diff) | |
download | wireshark-624a041e6f20511ade6b78620533ea7c9e6800d2.tar.gz wireshark-624a041e6f20511ade6b78620533ea7c9e6800d2.tar.bz2 wireshark-624a041e6f20511ade6b78620533ea7c9e6800d2.zip |
Indicate Signed Receipt in info column.
svn path=/trunk/; revision=37074
Diffstat (limited to 'asn1/ess')
-rw-r--r-- | asn1/ess/ess.cnf | 5 |
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 |