aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.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-http.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-http.c')
-rw-r--r--epan/dissectors/packet-http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c
index 443379c479..3fc4d997d8 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -481,9 +481,9 @@ dissect_http_message(tvbuff_t *tvb, int offset, packet_info *pinfo,
int reported_datalen = -1;
dissector_handle_t handle;
gboolean dissected;
- guint i;
+ /*guint i;*/
guint32 framenum = pinfo->fd->num;
- http_info_value_t *si;
+ /*http_info_value_t *si;*/
/*
* Is this a request or response?