aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-12-06 11:23:35 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-12-06 11:23:35 +0000
commit1bef58264a4c3ba43de443c1bfeb37dee752b6c5 (patch)
treef0a7a34402939780b9c6d19ee95f7367143b9155 /epan/dissectors/packet-tcap.c
parente1d5eaff72397238dde3ef5305507db8bc9dbe00 (diff)
fix field attributes handling for tagged types
regenerate involved dissectors svn path=/trunk/; revision=23783
Diffstat (limited to 'epan/dissectors/packet-tcap.c')
-rw-r--r--epan/dissectors/packet-tcap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-tcap.c b/epan/dissectors/packet-tcap.c
index 2e4e829ec6..6a8e4318e2 100644
--- a/epan/dissectors/packet-tcap.c
+++ b/epan/dissectors/packet-tcap.c
@@ -2551,7 +2551,7 @@ proto_register_tcap(void)
"tcap.AbortPDU", HFILL }},
{ &hf_tcap_dialoguePortion,
{ "dialoguePortion", "tcap.dialoguePortion",
- FT_NONE, BASE_NONE, NULL, 0,
+ FT_BYTES, BASE_HEX, NULL, 0,
"tcap.DialoguePortion", HFILL }},
{ &hf_tcap_components,
{ "components", "tcap.components",
@@ -2571,11 +2571,11 @@ proto_register_tcap(void)
"tcap.Reason", HFILL }},
{ &hf_tcap_p_abortCause,
{ "p-abortCause", "tcap.p_abortCause",
- FT_UINT32, BASE_DEC, NULL, 0,
+ FT_UINT32, BASE_DEC, VALS(tcap_P_AbortCause_U_vals), 0,
"tcap.P_AbortCause", HFILL }},
{ &hf_tcap_u_abortCause,
{ "u-abortCause", "tcap.u_abortCause",
- FT_NONE, BASE_NONE, NULL, 0,
+ FT_BYTES, BASE_HEX, NULL, 0,
"tcap.DialoguePortion", HFILL }},
{ &hf_tcap__untag_item,
{ "Item", "tcap._untag_item",
@@ -2683,7 +2683,7 @@ proto_register_tcap(void)
"tcap.T_causeInformation", HFILL }},
{ &hf_tcap_abortCause,
{ "abortCause", "tcap.abortCause",
- FT_INT32, BASE_DEC, NULL, 0,
+ FT_INT32, BASE_DEC, VALS(tcap_P_Abort_cause_U_vals), 0,
"tcap.P_Abort_cause", HFILL }},
{ &hf_tcap_userInformation,
{ "userInformation", "tcap.userInformation",