aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x420
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-06-24 05:22:09 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-06-24 05:22:09 +0000
commit124ef666854fdbe1257088dcb175383a087909d9 (patch)
treec448bb52e076267c1a152436eeba279721e6926b /asn1/x420
parent2033b06cda9756bcda5651aab4b5658236c48713 (diff)
This patch adds s4406 type to COL_INFO, as for X420.
svn path=/trunk/; revision=22175
Diffstat (limited to 'asn1/x420')
-rw-r--r--asn1/x420/x420.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/x420/x420.cnf b/asn1/x420/x420.cnf
index 71a1962708..fa15a9a079 100644
--- a/asn1/x420/x420.cnf
+++ b/asn1/x420/x420.cnf
@@ -125,7 +125,7 @@ ForwardedContentParameters B "2.6.1.11.17.1.3.26.0.4406.0.4.1" "id-ep-content-
#.FN_BODY IPM
- if((hf_index == hf_x420_ipm) && check_col(actx->pinfo->cinfo, COL_INFO))
+ if(check_col(actx->pinfo->cinfo, COL_INFO))
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " Message");
%(DEFAULT_BODY)s
@@ -133,7 +133,7 @@ ForwardedContentParameters B "2.6.1.11.17.1.3.26.0.4406.0.4.1" "id-ep-content-
#.FN_BODY IPN
- if((hf_index == hf_x420_ipn) && check_col(actx->pinfo->cinfo, COL_INFO))
+ if(check_col(actx->pinfo->cinfo, COL_INFO))
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " Notification");
%(DEFAULT_BODY)s