aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-irc.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-11-01 15:48:57 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-11-01 15:48:57 +0000
commit9589727b3afcce880357cf026cb4e4002a05b2e7 (patch)
tree1e4ae7948e42ff2f0e3a32370a88032028256e92 /epan/dissectors/packet-irc.c
parentec34959796a5554f1fa9b5c63224e7bd0334956a (diff)
From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9360 :
Fix IRC response command filter svn path=/trunk/; revision=53016
Diffstat (limited to 'epan/dissectors/packet-irc.c')
-rw-r--r--epan/dissectors/packet-irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-irc.c b/epan/dissectors/packet-irc.c
index 49dcc204b9..5c03f98cfa 100644
--- a/epan/dissectors/packet-irc.c
+++ b/epan/dissectors/packet-irc.c
@@ -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,