aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icq.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-12-01 23:58:44 +0000
committerGuy Harris <guy@alum.mit.edu>1999-12-01 23:58:44 +0000
commit27f7e065e400a0eab402c46d878ce12e5a89a602 (patch)
tree4f8cea571d436920dff29bfe40a7a4e2c3c6bdf9 /packet-icq.c
parent99ae96e58cd2774ec3fdc3ff5cb3682a9475476e (diff)
Fix the "proto_tree_add_item_format()" call for CMD_STATUS_CHANGE.
svn path=/trunk/; revision=1176
Diffstat (limited to 'packet-icq.c')
-rw-r--r--packet-icq.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-icq.c b/packet-icq.c
index 3081697d2c..376b089d01 100644
--- a/packet-icq.c
+++ b/packet-icq.c
@@ -1,7 +1,7 @@
/* packet-icq.c
* Routines for ICQ packet disassembly
*
- * $Id: packet-icq.c,v 1.7 1999/11/18 21:04:53 guy Exp $
+ * $Id: packet-icq.c,v 1.8 1999/12/01 23:58:44 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Johan Feyaerts
@@ -1031,6 +1031,7 @@ icqv5_cmd_status_change(proto_tree* tree,/* Tree to put the data in */
hf_icq_cmd,
offset,
4,
+ CMD_STATUS_CHANGE,
"Body");
subtree = proto_item_add_subtree(ti, ett_icq_body);
if (status!=-1)