Added missing array for hf_afs_fs_ipaddr.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 1 Mar 2008 10:43:04 +0000 (10:43 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 1 Mar 2008 10:43:04 +0000 (10:43 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24514 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-afs.c

index 1c115be39e62f9b175e77f201a9a4cc33e0b65ac..3a735db1a56fe89fe1f732cc6da35938f12eb17d 100644 (file)
@@ -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 }},