wireshark/asn1/h235/h235.cnf
Guy Harris 8a8b883450 Set the svn:eol-style property on all text files to "native", so that
they have LF at the end of the line on UN*X and CR/LF on Windows;
hopefully this means that if a CR/LF version is checked in on Windows,
the CRs will be stripped so that they show up only when checked out on
Windows, not on UN*X.

svn path=/trunk/; revision=11400
2004-07-18 00:24:25 +00:00

63 lines
1.2 KiB
INI

# h235.cnf
# H235-SECURITY-MESSAGES conformation file
# 2004 Tomas Kukosa
# $Id$
#.EXPORTS
SIGNEDxxx
ENCRYPTEDxxx
HASHEDxxx
TimeStamp
ClearToken
CryptoToken
AuthenticationMechanism
#.OMIT_ASSIGNMENT
ECGDSASignature
PwdCertToken
KeySignedMaterial
H235CertificateSignature
ReturnSig
KeySyncMaterial
#.FIELD_RENAME
TypedCertificate/certificate certificatedata
SIGNEDxxx/signature signaturedata
CryptoToken/cryptoHashedToken/token hashedToken
CryptoToken/cryptoSignedToken/token signedToken
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
#.FN_HDR ENCRYPTEDxxx
proto_tree_add_item_hidden(tree, proto_h235, tvb, offset, 0, FALSE);
#.END
#.FN_HDR HASHEDxxx
proto_tree_add_item_hidden(tree, proto_h235, tvb, offset, 0, FALSE);
#.END
#.FN_HDR ClearToken
proto_tree_add_item_hidden(tree, proto_h235, tvb, offset, 0, FALSE);
#.END
#.FN_HDR CryptoToken
proto_tree_add_item_hidden(tree, proto_h235, tvb, offset, 0, FALSE);
#.END