Index: packet-sip.c
===================================================================
RCS file: /cvsroot/ethereal/packet-sip.c,v
retrieving revision 1.57
diff -u -b -r1.57 packet-sip.c
--- packet-sip.c	19 Jan 2004 23:48:05 -0000	1.57
+++ packet-sip.c	28 Jan 2004 17:42:22 -0000
@@ -740,7 +740,6 @@
                  * Set the length of the SIP portion and of the
                  * header item.
                  */
-                proto_item_set_end(ts, tvb, next_offset);
                 proto_item_set_end(th, tvb, next_offset);
                 next_tvb = tvb_new_subset(tvb, next_offset, -1, -1);
                	ti = proto_tree_add_text(sip_tree, next_tvb, 0, -1,
