aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afs.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-03-01 10:43:04 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-03-01 10:43:04 +0000
commita13c710c5ceb3c8a2a087c7263243eed80f4d6d0 (patch)
tree67bc0fe175dcd16d2a5afe49b165ff5ad5ff6a2f /epan/dissectors/packet-afs.c
parent4306c7037d03745ba36da998098a1e1b5dd31700 (diff)
Added missing array for hf_afs_fs_ipaddr.
svn path=/trunk/; revision=24514
Diffstat (limited to 'epan/dissectors/packet-afs.c')
-rw-r--r--epan/dissectors/packet-afs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-afs.c b/epan/dissectors/packet-afs.c
index 1c115be39e..3a735db1a5 100644
--- a/epan/dissectors/packet-afs.c
+++ b/epan/dissectors/packet-afs.c
@@ -3117,6 +3117,8 @@ proto_register_afs(void)
/* XXX - is this an IP address? */
{ &hf_afs_fs_viceid, { "Vice ID", "afs.fs.viceid",
FT_UINT32, BASE_DEC, 0, 0, "Vice ID", HFILL }},
+ { &hf_afs_fs_ipaddr, { "IP Addr", "afs.fs.ipaddr",
+ FT_IPv4, BASE_HEX, 0, 0, "IP Addr", HFILL }},
{ &hf_afs_fs_status_mask, { "Mask", "afs.fs.status.mask",
FT_UINT32, BASE_HEX, 0, 0, "Mask", HFILL }},