aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kink.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-07-25 01:22:03 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-07-25 01:22:03 +0000
commit4d6daa907c030e4089dfdd063ae336e7b9d46410 (patch)
tree26c87c09ed39f9deb81c5c969e115d45ec2c0816 /epan/dissectors/packet-kink.c
parent72560a2e0439f7f2c42aad67f02c58027d7f868b (diff)
packet-http.c(484) : warning C4101: 'i' : unreferenced local variable
packet-http.c(486) : warning C4101: 'si' : unreferenced local variable packet-kink.c(628) : warning C4101: 'quick_mode_payloads_length' : unreferenced local variable svn path=/trunk/; revision=15051
Diffstat (limited to 'epan/dissectors/packet-kink.c')
-rw-r--r--epan/dissectors/packet-kink.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-kink.c b/epan/dissectors/packet-kink.c
index ce4d210a0d..40a7dd2c0f 100644
--- a/epan/dissectors/packet-kink.c
+++ b/epan/dissectors/packet-kink.c
@@ -625,7 +625,6 @@ dissect_payload_kink_isakmp(packet_info *pinfo, tvbuff_t *tvb, int offset, proto
guint8 inner_next_pload;
guint8 qm, qmmaj, qmmin;
guint16 reserved2;
- guint16 quick_mode_payloads_length;
int start_payload_offset = 0; /* Keep the begining of the payload offset */
tvbuff_t *isakmp_tvb;