aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-gtp.c')
-rw-r--r--epan/dissectors/packet-gtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gtp.c b/epan/dissectors/packet-gtp.c
index b45e7b212f..69ae2bae95 100644
--- a/epan/dissectors/packet-gtp.c
+++ b/epan/dissectors/packet-gtp.c
@@ -10444,12 +10444,12 @@ proto_register_gtp(void)
},
{&hf_gtp_node_name,
{ "Node name", "gtp.node_name",
- FT_UINT_STRING, STR_ASCII, NULL, 0,
+ FT_UINT_STRING, BASE_NONE, NULL, 0,
"Diameter Identity of the node", HFILL}
},
{&hf_gtp_node_realm,
{ "Node realm", "gtp.node_realm",
- FT_UINT_STRING, STR_ASCII, NULL, 0,
+ FT_UINT_STRING, BASE_NONE, NULL, 0,
"Diameter Realm Identity of the node", HFILL}
},
{&hf_gtp_npdu_number,