aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim-signon.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-30 05:22:25 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-30 05:22:25 +0000
commit0d4dfa7b54928a309efaca05aee15a42bc079c53 (patch)
tree08791827d40ac21a64ce3759a189b906eee0d671 /epan/dissectors/packet-aim-signon.c
parentc392c48abffe6028bd31d8ed199b839f14f40145 (diff)
From Chris Maynard:
Incorrect display filter field naming convention. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22742 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-aim-signon.c')
-rw-r--r--epan/dissectors/packet-aim-signon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-aim-signon.c b/epan/dissectors/packet-aim-signon.c
index 2a682d11b1..687a8b0c91 100644
--- a/epan/dissectors/packet-aim-signon.c
+++ b/epan/dissectors/packet-aim-signon.c
@@ -161,13 +161,13 @@ proto_register_aim_signon(void)
/* Setup list of header fields */
static hf_register_info hf[] = {
{ &hf_aim_infotype,
- { "Infotype", "aim.infotype", FT_UINT16, BASE_HEX, NULL, 0x0, "", HFILL }
+ { "Infotype", "aim_signon.infotype", FT_UINT16, BASE_HEX, NULL, 0x0, "", HFILL }
},
{ &hf_aim_signon_challenge_len,
- { "Signon challenge length", "aim.signon.challengelen", FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL }
+ { "Signon challenge length", "aim_signon.challengelen", FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL }
},
{ &hf_aim_signon_challenge,
- { "Signon challenge", "aim.signon.challenge", FT_STRING, BASE_HEX, NULL, 0x0, "", HFILL }
+ { "Signon challenge", "aim_signon.challenge", FT_STRING, BASE_HEX, NULL, 0x0, "", HFILL }
},
};