summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-aim-location.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-08-30 05:22:25 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-08-30 05:22:25 +0000
commite600941645330213bb869f69c7d86838370bd71c (patch)
tree08791827d40ac21a64ce3759a189b906eee0d671 /epan/dissectors/packet-aim-location.c
parent66465f99be3557b116731c12adab566cbb66099e (diff)
downloadwireshark-e600941645330213bb869f69c7d86838370bd71c.tar.gz
From Chris Maynard:
Incorrect display filter field naming convention. svn path=/trunk/; revision=22742
Diffstat (limited to 'epan/dissectors/packet-aim-location.c')
-rw-r--r--epan/dissectors/packet-aim-location.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-aim-location.c b/epan/dissectors/packet-aim-location.c
index d4c8b019ac..cade00724c 100644
--- a/epan/dissectors/packet-aim-location.c
+++ b/epan/dissectors/packet-aim-location.c
@@ -193,16 +193,16 @@ proto_register_aim_location(void)
/* Setup list of header fields */
static hf_register_info hf[] = {
{ &hf_aim_buddyname_len,
- { "Buddyname len", "aim.buddynamelen", FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL }
+ { "Buddyname len", "aim_location.buddynamelen", FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL }
},
{ &hf_aim_buddyname,
- { "Buddy Name", "aim.buddyname", FT_STRING, BASE_NONE, NULL, 0x0, "", HFILL }
+ { "Buddy Name", "aim_location.buddyname", FT_STRING, BASE_NONE, NULL, 0x0, "", HFILL }
},
{ &hf_aim_userinfo_warninglevel,
- { "Warning Level", "aim.userinfo.warninglevel", FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL },
+ { "Warning Level", "aim_location.userinfo.warninglevel", FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL },
},
{ &hf_aim_snac_location_request_user_info_infotype,
- { "Infotype", "aim.snac.location.request_user_info.infotype", FT_UINT16, BASE_HEX, VALS(aim_snac_location_request_user_info_infotypes), 0x0,
+ { "Infotype", "aim_location.snac.request_user_info.infotype", FT_UINT16, BASE_HEX, VALS(aim_snac_location_request_user_info_infotypes), 0x0,
"", HFILL }
},
};