aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dccp.c
diff options
context:
space:
mode:
authordeniel <deniel@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-27 22:44:01 +0000
committerdeniel <deniel@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-27 22:44:01 +0000
commit56c62031f1c8790ae19d33bca54e514349f01b6e (patch)
tree59ba1c03cfe3ffc9b4cbe078de6c105df845087d /packet-dccp.c
parent3184900bcb25c67b5fd86b957f1f3d9cc4e6bb33 (diff)
Compilation warning fixes
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7012 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dccp.c')
-rw-r--r--packet-dccp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-dccp.c b/packet-dccp.c
index 2564fa151d..ec4c2b9a21 100644
--- a/packet-dccp.c
+++ b/packet-dccp.c
@@ -4,7 +4,7 @@
*
* Copyright 1999, Nathan Neulinger <nneul@umr.edu>
*
- * $Id: packet-dccp.c,v 1.8 2002/08/28 21:00:08 jmayer Exp $
+ * $Id: packet-dccp.c,v 1.9 2003/01/27 22:44:01 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -59,7 +59,6 @@ static int hf_dccp_ck_len = -1;
static int hf_dccp_ck_sum = -1;
static int hf_dccp_date = -1;
-static int hf_dccp_msg = -1;
static int hf_dccp_target = -1;
@@ -216,7 +215,7 @@ dissect_dccp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
int offset = 0;
int client_is_le = 0;
int op = 0;
- int i, count, is_response;
+ int i, is_response;
if (pinfo->srcport != DCC_PORT && pinfo->destport != DCC_PORT) {
/* Not the right port - not a DCC packet. */