Fix IRC response command filter

svn path=/trunk/; revision=53016
This commit is contained in:
Pascal Quantin 2013-11-01 15:48:57 +00:00
parent ec34959796
commit 9589727b3a
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ proto_register_irc(void)
{ &hf_irc_response_command, { "Command", "irc.response.command", FT_STRING, BASE_NONE,
NULL, 0x0, "Response command", HFILL }},
{ &hf_irc_response_num_command, { "Command", "irc.response.command", FT_UINT16, BASE_DEC,
{ &hf_irc_response_num_command, { "Command", "irc.response.num_command", FT_UINT16, BASE_DEC,
NULL, 0x0, "Response (numeric) command", HFILL }},
{ &hf_irc_response_command_param, { "Parameter", "irc.response.command_parameter", FT_STRING, BASE_NONE,