Ethereal-dev: Re: [Ethereal-dev] New dissector: IAX2 (Inter-Asterisk eXchange 2) VoIP protocol

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Alastair Maw <ethereal@xxxxxxxxx>
Date: Tue, 27 Jan 2004 14:29:58 +0000
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,