aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cpha.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-cpha.c
parent7881d1ccd76e2fcc6f055a9c4f6b740f0cb042e7 (diff)
From Kovarththanan Rajaratnam:
More FT_XXX cleanup. svn path=/trunk/; revision=28971
Diffstat (limited to 'epan/dissectors/packet-cpha.c')
-rw-r--r--epan/dissectors/packet-cpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cpha.c b/epan/dissectors/packet-cpha.c
index bab150b473..dfcee1f478 100644
--- a/epan/dissectors/packet-cpha.c
+++ b/epan/dissectors/packet-cpha.c
@@ -516,7 +516,7 @@ proto_register_cpha(void)
{ &hf_num_reported_ifs,
{ "Reported Interfaces", "cpha.reported_ifs", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL}},
{ &hf_ethernet_add,
- { "Ethernet Address", "cpha.ethernet_addr", FT_ETHER, BASE_HEX, NULL, 0x0, NULL, HFILL}},
+ { "Ethernet Address", "cpha.ethernet_addr", FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL}},
{ &hf_is_if_trusted,
{ "Interface Trusted", "cpha.if_trusted", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL}},
{ &hf_ip,