Ethereal-dev: [Ethereal-dev] patch packet-bssgp.c

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

From: <jkor@xxxxxxxx>
Date: Thu, 30 Oct 2003 14:24:26 +0100
I am sending patch for packet-bssgp.c. It fixes mutually swapped messages in true_false  strings.
      Thank you 
                  Josef

--- ./packet-bssgp_old.c	2003-10-30 18:45:31.000000000 +0100
+++ packet-bssgp.c	2003-10-30 18:47:39.000000000 +0100
@@ -212,16 +212,16 @@
 	{ 0, NULL },
 };
 static const true_false_string cr_string = {
-	"The SDU contains a LLC ACK or SACK command/response frame type",
 	"The SDU does not contain a LLC ACK or SACK command/response frame type",
+	"The SDU contains a LLC ACK or SACK command/response frame type",
 };
 static const true_false_string t_string = {
-	"The SDU contains signalling ",
-	"The SDU contains data"
+	"The SDU contains data",
+	"The SDU contains signalling "
 };
 static const true_false_string a_string = {
-	"Radio interface uses RLC/MAC ARQ functionality",
-	"Radio interface uses RLC/MAC-UNITDATA functionality"
+	"Radio interface uses RLC/MAC-UNITDATA functionality",
+	"Radio interface uses RLC/MAC ARQ functionality"
 };
 static const true_false_string imsi_odd_even = {
 	"even number of identity digits and also when the TMSI/P-TMSI is used",