[Wireshark-dev] COS DSCP Column patch

2006-12-09 Thread Thomas Sillaber
Index: gtk/voip_calls.c === --- gtk/voip_calls.c(revision 20080) +++ gtk/voip_calls.c(working copy) @@ -82,14 +82,15 @@ }; /* defines whether we can consider the call active */ -const char *voip_protocol_name[7]={ +c

Re: [Wireshark-dev] COS DSCP Column patch

2006-12-04 Thread Stephen Fisher
On Sun, Dec 03, 2006 at 05:49:25PM +0100, Thomas Sillaber wrote: > attached you find a diff to display COS and DSCP Columns in wireshark. > Please apply! I get an error when applying your patch: packet-ip.c: In function `dissect_ip': packet-ip.c:933: error: `COL_DSCP_VALUE' undeclared (first us

[Wireshark-dev] COS DSCP Column patch

2006-12-03 Thread Thomas Sillaber
Hi list, attached you find a diff to display COS and DSCP Columns in wireshark. Please apply! brgds Tia TS -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer Index: epan/column.c ===