Regards,
Alastair
-- Alastair Maw Systems Analyst http://www.mxtelecom.com
Index: packet-iax2.c
===================================================================
RCS file: /cvsroot/ethereal/packet-iax2.c,v
retrieving revision 1.4
diff -u -r1.4 packet-iax2.c
--- packet-iax2.c 13 Feb 2004 19:15:38 -0000 1.4
+++ packet-iax2.c 18 Feb 2004 13:51:50 -0000
@@ -241,6 +241,7 @@
*/
dcallno = tvb_get_ntohs(tvb, offset + 2);
retransmission = dcallno & 0x8000;
+ dcallno = dcallno & 0x7FFF;
proto_tree_add_uint (iax2_tree, hf_iax2_dcallno, tvb, offset + 2, 2,
dcallno);
proto_tree_add_boolean (iax2_tree, hf_iax2_retransmission, tvb,
_______________________________________________ Ethereal-dev mailing list [EMAIL PROTECTED] http://www.ethereal.com/mailman/listinfo/ethereal-dev
