On 27/01/04 01:45, Guy Harris wrote:

I've checked in the dissector, with the changes in question (except for putting the IE type and length into the protocol tree).

Thanks for this. :) There's just one small bug, for which I attach a trivial patch.

Best regards,

Alastair
Index: packet-iax2.c
===================================================================
RCS file: /cvsroot/ethereal/packet-iax2.c,v
retrieving revision 1.2
diff -u -r1.2 packet-iax2.c
--- packet-iax2.c	27 Jan 2004 01:43:41 -0000	1.2
+++ packet-iax2.c	27 Jan 2004 14:29:50 -0000
@@ -542,7 +542,7 @@
       "",
       HFILL}},
     {&hf_iax2_type,
-     {"Type", "iax2.type", FT_INT8, BASE_DEC, VALS (iax_frame_types),
+     {"Type", "iax2.type", FT_UINT8, BASE_DEC, VALS (iax_frame_types),
       0x0, "",
       HFILL}},
     {&hf_iax2_csub,
_______________________________________________
Ethereal-dev mailing list
[EMAIL PROTECTED]
http://www.ethereal.com/mailman/listinfo/ethereal-dev

Reply via email to