aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kink.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-25 01:22:03 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-25 01:22:03 +0000
commite6511537264b057a1ed3cdb6bfa14dc43ee3042b (patch)
tree26c87c09ed39f9deb81c5c969e115d45ec2c0816 /epan/dissectors/packet-kink.c
parent632ae6748e674b346a146925c32484e924a56b99 (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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15051 f5534014-38df-0310-8fa8-9805f1628bb7
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;