wireshark/asn1/h235/h235.cnf
Tomas Kukosa 286f231eb9 new H.323 dissector
- Generic Extensible Framework helper
  - Annex M1 (QSIG over H.323)
  - Annex M4
  - Annex R
H.225/H.245 support for Generic Extensible Framework (GEF)
H.235 register MIKEY into new H.225/H.245 GEF tables
regenerate H.225,H.245,H.235,H.450,H.450-ROS,T.35 from new makefiles

svn path=/trunk/; revision=23216
2007-10-17 10:25:21 +00:00

74 lines
1.3 KiB
INI

# h235.cnf
# H.235.x conformation file
# 2004 Tomas Kukosa
# $Id$
#.IMPORT ../h225/h225-exp.cnf
#.EXPORTS
SIGNED
ENCRYPTED
HASHED
TimeStamp
ClearToken
CryptoToken
AuthenticationMechanism
SrtpKeys
#.END
#.PDU_NEW
SrtpCryptoCapability
#.END
#.OMIT_ASSIGNMENT
ECGDSASignature
H235CertificateSignature
EncodedGeneralToken
EncodedPwdCertToken
EncodedKeySignedMaterial
EncodedReturnSig
EncodedKeySyncMaterial
#.END
#.FIELD_RENAME
TypedCertificate/certificate certificatedata
SIGNED/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 SIGNED
proto_tree_add_item_hidden(tree, proto_h235, tvb, offset, 0, FALSE);
#.END
#.FN_HDR ENCRYPTED
proto_tree_add_item_hidden(tree, proto_h235, tvb, offset, 0, FALSE);
#.END
#.FN_HDR HASHED
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