aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wccp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-02 01:34:15 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-02 01:34:15 +0000
commit590c3c0f8c4e41ce0d5cd4d8a6092f7fe09c5539 (patch)
tree45ad0c81a23fa90419c06d1b2a4854d87e676893 /packet-wccp.c
parent15fc29c820c8879c604f19181fdfe62104d98a9d (diff)
Fix a typo.
svn path=/trunk/; revision=5083
Diffstat (limited to 'packet-wccp.c')
-rw-r--r--packet-wccp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-wccp.c b/packet-wccp.c
index 3c2b1ab979..269d48b1c8 100644
--- a/packet-wccp.c
+++ b/packet-wccp.c
@@ -2,7 +2,7 @@
* Routines for Web Cache Coordination Protocol dissection
* Jerry Talkington <jerryt@netapp.com>
*
- * $Id: packet-wccp.c,v 1.29 2002/04/02 01:32:46 guy Exp $
+ * $Id: packet-wccp.c,v 1.30 2002/04/02 01:34:15 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -286,7 +286,7 @@ dissect_wccp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
hf_cache_ip, tvb, offset, 4,
ipaddr,
"Web Cache %d IP Address: %s", i,
- ip_to_str((guint8 *)&ipaddr);
+ ip_to_str((guint8 *)&ipaddr));
offset += 4;
}
for (i = 0; i < 256; i += 4) {