Ethereal-dev: Re: [Ethereal-dev] sna ru categories

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Sat, 2 Jun 2001 18:10:24 -0400
On Sat, Jun 02, 2001 at 02:42:45PM +0200, Edgar Iglesias wrote:
> This is a small patch to show the correct RU category.
> 
> -- Edgar Iglesias
> 
> diff -b -u -r1.28 packet-sna.c
> --- packet-sna.c        2001/04/19 23:02:44     1.28
> +++ packet-sna.c        2001/06/02 12:36:32
> @@ -160,8 +160,8 @@
>  static const value_string sna_rh_ru_category_vals[] = {
>         { 0x00, "Function Management Data (FMD)" },
>         { 0x01, "Network Control (NC)" },
> -       { 0x10, "Data Flow Control (DFC)" },
> -       { 0x11, "Session Control (SC)" },
> +       { 0x02, "Data Flow Control (DFC)" },
> +       { 0x03, "Session Control (SC)" },
>         { 0x0,  NULL }
>  };

Thanks. I reviewed:

http://publib.boulder.ibm.com:80/cgi-bin/bookmgr/BOOKS/D50A5003/5.1

and realized that I mistook their binary values for hex values.

I'll commit the change.

--gilbert