usage of FT_GUID field type in H.225 dissector

svn path=/trunk/; revision=14847
This commit is contained in:
Tomas Kukosa 2005-07-04 13:19:58 +00:00
parent b9703d0919
commit cdb09b497a
2 changed files with 8 additions and 7 deletions

View File

@ -591,3 +591,4 @@ H323-UU-PDU/tunnelledSignallingMessage/messageContent/_item TYPE = FT_UINT32 DI
NonStandardParameter/data TYPE = FT_UINT32 DISPLAY = BASE_DEC
ParallelH245Control/_item TYPE = FT_UINT32 DISPLAY = BASE_DEC
H245Control/_item TYPE = FT_UINT32 DISPLAY = BASE_DEC
GloballyUniqueID TYPE = FT_GUID DISPLAY = BASE_NONE

View File

@ -9231,7 +9231,7 @@ void proto_register_h225(void) {
"", HFILL }},
{ &hf_h225_conferenceID,
{ "conferenceID", "h225.conferenceID",
FT_BYTES, BASE_HEX, NULL, 0,
FT_GUID, BASE_NONE, NULL, 0,
"", HFILL }},
{ &hf_h225_language,
{ "language", "h225.language",
@ -9339,7 +9339,7 @@ void proto_register_h225(void) {
"ReleaseCompleteReason/nonStandardReason", HFILL }},
{ &hf_h225_replaceWithConferenceInvite,
{ "replaceWithConferenceInvite", "h225.replaceWithConferenceInvite",
FT_BYTES, BASE_HEX, NULL, 0,
FT_GUID, BASE_NONE, NULL, 0,
"ReleaseCompleteReason/replaceWithConferenceInvite", HFILL }},
{ &hf_h225_genericDataReason,
{ "genericDataReason", "h225.genericDataReason",
@ -10439,7 +10439,7 @@ void proto_register_h225(void) {
"Q954Details/threePartyService", HFILL }},
{ &hf_h225_guid,
{ "guid", "h225.guid",
FT_BYTES, BASE_HEX, NULL, 0,
FT_GUID, BASE_NONE, NULL, 0,
"CallIdentifier/guid", HFILL }},
{ &hf_h225_isoAlgorithm,
{ "isoAlgorithm", "h225.isoAlgorithm",
@ -10539,11 +10539,11 @@ void proto_register_h225(void) {
"DataRate/channelMultiplier", HFILL }},
{ &hf_h225_globalCallId,
{ "globalCallId", "h225.globalCallId",
FT_BYTES, BASE_HEX, NULL, 0,
FT_GUID, BASE_NONE, NULL, 0,
"CallLinkage/globalCallId", HFILL }},
{ &hf_h225_threadId,
{ "threadId", "h225.threadId",
FT_BYTES, BASE_HEX, NULL, 0,
FT_GUID, BASE_NONE, NULL, 0,
"CallLinkage/threadId", HFILL }},
{ &hf_h225_prefix,
{ "prefix", "h225.prefix",
@ -10911,7 +10911,7 @@ void proto_register_h225(void) {
"GenericIdentifier/oid", HFILL }},
{ &hf_h225_genericIdentifier_nonStandard,
{ "nonStandard", "h225.nonStandard",
FT_BYTES, BASE_HEX, NULL, 0,
FT_GUID, BASE_NONE, NULL, 0,
"GenericIdentifier/nonStandard", HFILL }},
{ &hf_h225_content,
{ "content", "h225.content",
@ -11879,7 +11879,7 @@ void proto_register_h225(void) {
"InfoRequestResponse/perCallInfo/_item/substituteConfIDs", HFILL }},
{ &hf_h225_substituteConfIDs_item,
{ "Item", "h225.substituteConfIDs_item",
FT_BYTES, BASE_HEX, NULL, 0,
FT_GUID, BASE_NONE, NULL, 0,
"InfoRequestResponse/perCallInfo/_item/substituteConfIDs/_item", HFILL }},
{ &hf_h225_pdu,
{ "pdu", "h225.pdu",