Ethereal-dev: [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: Edgar Iglesias <edgar.iglesias@xxxxxxxx>
Date: Sat, 2 Jun 2001 14:42:45 +0200
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 }
 };