aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h235
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-06-24 21:50:05 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-06-24 21:50:05 +0000
commit9c880121ebd1762030666b889c346f649c23fc65 (patch)
tree0156d2634415e244b0faec3f954d9d9082c0ed11 /asn1/h235
parent9b96b86efbd76b4c5fd4dbec3055eacbdda8769a (diff)
from tomas k
updates to the asn2eth compiler and a new regenerated h235 dissector svn path=/trunk/; revision=11231
Diffstat (limited to 'asn1/h235')
-rw-r--r--asn1/h235/h235.cnf10
1 files changed, 9 insertions, 1 deletions
diff --git a/asn1/h235/h235.cnf b/asn1/h235/h235.cnf
index a9da706c3e..d591161047 100644
--- a/asn1/h235/h235.cnf
+++ b/asn1/h235/h235.cnf
@@ -2,7 +2,7 @@
# H235-SECURITY-MESSAGES conformation file
# 2004 Tomas Kukosa
-# $Id: h235.cnf,v 1.3 2004/06/04 11:28:04 sahlberg Exp $
+# $Id: h235.cnf,v 1.4 2004/06/24 21:50:04 sahlberg Exp $
#.EXPORTS
@@ -33,6 +33,14 @@ CryptoToken/cryptoEncryptedToken/token encryptedToken
#.END
+#.TYPE_ATTR
+TimeStamp TYPE = FT_ABSOLUTE_TIME DISPLAY = BASE_NONE
+#.END
+
+#.FIELD_ATTR
+NonStandardParameter/data TYPE = FT_UINT32 DISPLAY = BASE_DEC
+#.END
+
#.FN_HDR SIGNEDxxx
proto_tree_add_item_hidden(tree, proto_h235, tvb, offset, 0, FALSE);
#.END