aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.c
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-28 01:17:45 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-28 01:17:45 +0000
commit217226211038ca438af118db47693ba08a934025 (patch)
tree597c9551a59973ae655906893c836527bf9ff3f6 /epan/dissectors/packet-xml.c
parent0c0d8b34dfe7bdc145c8e957f4b505e33e2a8c51 (diff)
make sure we tell tvbparse_until() to include the last token.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16033 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-xml.c')
-rw-r--r--epan/dissectors/packet-xml.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-xml.c b/epan/dissectors/packet-xml.c
index bf73b9efdd..fdf7da966a 100644
--- a/epan/dissectors/packet-xml.c
+++ b/epan/dissectors/packet-xml.c
@@ -522,8 +522,7 @@ void init_xml_parser(void) {
NULL),
tvbparse_until(-1,NULL,NULL,NULL,
tvbparse_char(-1,">",NULL,NULL,NULL),
- FALSE),
- tvbparse_char(-1,">",NULL,NULL,NULL),
+ TRUE),
NULL),
NULL),
NULL);