aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-02-19 21:02:33 +0000
committerGuy Harris <guy@alum.mit.edu>2001-02-19 21:02:33 +0000
commit1574eec2f4b4272ac5e15bd2cbf1bb1ba193734c (patch)
treeaa6d7f4c7af7b0a8fbc5a4d0a568b4014a826446 /packet-wap.c
parentfd6cd6f9bcf034493d0799e99982d7c3e10a402e (diff)
Updates from Alexandre P. Ferreira.
svn path=/trunk/; revision=3048
Diffstat (limited to 'packet-wap.c')
-rw-r--r--packet-wap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet-wap.c b/packet-wap.c
index a1ab508bb1..b46ed12749 100644
--- a/packet-wap.c
+++ b/packet-wap.c
@@ -57,13 +57,13 @@ tvb_get_guintvar (tvbuff_t *tvb, guint offset, guint *octetCount)
#ifdef DEBUG
fprintf (stderr, "dissect_wsp: Starting tvb_get_guintvar at offset %d, count=NULL\n", offset);
#endif
+ /* counter = *octetCount; */
}
else
{
#ifdef DEBUG
fprintf (stderr, "dissect_wsp: Starting tvb_get_guintvar at offset %d, count=%d\n", offset, *octetCount);
#endif
- counter = *octetCount;
}
while (cont != 0)