summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ros.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-07-07 09:02:59 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-07-07 09:02:59 +0000
commit0437f102c3603f1430cfdfa362f63c85c7b58865 (patch)
tree87114b31475402b749f3fbf8bcb6fbddfa2846cd /epan/dissectors/packet-ros.c
parent7881d1ccd76e2fcc6f055a9c4f6b740f0cb042e7 (diff)
downloadwireshark-0437f102c3603f1430cfdfa362f63c85c7b58865.tar.gz
From Kovarththanan Rajaratnam:
More FT_XXX cleanup. svn path=/trunk/; revision=28971
Diffstat (limited to 'epan/dissectors/packet-ros.c')
-rw-r--r--epan/dissectors/packet-ros.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ros.c b/epan/dissectors/packet-ros.c
index c22a5c12bf..304e738dc5 100644
--- a/epan/dissectors/packet-ros.c
+++ b/epan/dissectors/packet-ros.c
@@ -1118,11 +1118,11 @@ void proto_register_ros(void) {
{
{ &hf_ros_response_in,
{ "Response In", "ros.response_in",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"The response to this remote operation invocation is in this frame", HFILL }},
{ &hf_ros_response_to,
{ "Response To", "ros.response_to",
- FT_FRAMENUM, BASE_DEC, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"This is a response to the remote operation invocation in this frame", HFILL }},
{ &hf_ros_time,
{ "Time", "ros.time",