aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sdp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-11-19 21:01:06 +0000
committerGuy Harris <guy@alum.mit.edu>2000-11-19 21:01:06 +0000
commit8fa7f53b1f74275c5c01ea60eb4d4bba97cd8490 (patch)
tree4ccf5dc110b7f31a01e6acc77454ef0446c68a57 /packet-sdp.c
parent6cbf7512cb29222070225229866952a1accf74bd (diff)
Fixes, from Heikki Vatiainen, to bugs introduced by the tvbuffification
of the SAP and SDP dissectors. svn path=/trunk/; revision=2676
Diffstat (limited to 'packet-sdp.c')
-rw-r--r--packet-sdp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-sdp.c b/packet-sdp.c
index 1c0a639547..12b613eab6 100644
--- a/packet-sdp.c
+++ b/packet-sdp.c
@@ -4,7 +4,7 @@
* Jason Lango <jal@netapp.com>
* Liberally copied from packet-http.c, by Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-sdp.c,v 1.16 2000/11/15 07:07:44 guy Exp $
+ * $Id: packet-sdp.c,v 1.17 2000/11/19 21:01:06 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -118,6 +118,7 @@ dissect_sdp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
next_offset - offset,
"Invalid line: %s",
tvb_format_text(tvb, offset, next_offset - offset));
+ offset = next_offset;
continue;
}
value = line + 2;