Fix a typo.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 2 Apr 2002 01:34:15 +0000 (01:34 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 2 Apr 2002 01:34:15 +0000 (01:34 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5083 f5534014-38df-0310-8fa8-9805f1628bb7

packet-wccp.c

index 3c2b1ab97900c6f278d759b4444a300c1f1f6e2d..269d48b1c854562fbc36958455a8159e2a038d10 100644 (file)
@@ -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) {