Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] patch for packet-3g-a11.c

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

From: Ryuji Somegawa <ryuji-so@xxxxxxxxxxxxxxxxxx>
Date: Mon, 08 Mar 2004 16:22:54 +0900
Hello.

Here is a patch for packet-3g-a11.c
to fix "Airlink Record" attributes for
lates CDMA2000 specification (IOS) compliant.

Thank you,
Ryuji SOMEGAWA


Index: packet-3g-a11.c
===================================================================
RCS file: /cvsroot/ethereal/packet-3g-a11.c,v
retrieving revision 1.3
diff -u -r1.3 packet-3g-a11.c
--- packet-3g-a11.c     5 Mar 2004 22:22:51 -0000       1.3
+++ packet-3g-a11.c     8 Mar 2004 07:11:07 -0000
@@ -271,17 +271,21 @@
   {"MSID",                    31, -1, 15, ATTR_TYPE_MSID},
   {"Serving PCF",             26,  9,  4, ATTR_TYPE_IPV4},
   {"BSID",                    26, 10, 12, ATTR_TYPE_STR},
-  {"ESN",                     26, 52,  4, ATTR_TYPE_INT},
+  {"ESN",                     26, 52, 15, ATTR_TYPE_STR},
   {"User Zone",               26, 11,  4, ATTR_TYPE_INT},
-  {"Forward Mux Option",      26, 12,  4, ATTR_TYPE_INT},
-  {"Reverse Mux Option",      26, 13,  4, ATTR_TYPE_INT},
+  {"Forward FCH Mux Option",  26, 12,  4, ATTR_TYPE_INT},
+  {"Reverse FCH Mux Option",  26, 13,  4, ATTR_TYPE_INT},
   {"Service Option",          26, 16,  4, ATTR_TYPE_INT},
   {"Forward Traffic Type",    26, 17,  4, ATTR_TYPE_INT},
   {"Reverse Traffic Type",    26, 18,  4, ATTR_TYPE_INT},
-  {"Fundamental Frame Size",  26, 19,  4, ATTR_TYPE_INT},
-  {"Forward Fundamental RC",  26, 20,  4, ATTR_TYPE_INT},
-  {"Reverse Fundamental RC",  26, 21,  4, ATTR_TYPE_INT},
+  {"FCH Frame Size",          26, 19,  4, ATTR_TYPE_INT},
+  {"Forward FCH RC",          26, 20,  4, ATTR_TYPE_INT},
+  {"Reverse FCH RC",          26, 21,  4, ATTR_TYPE_INT},
   {"DCCH Frame Size 0/5/20",  26, 50,  4, ATTR_TYPE_INT},
+  {"Forward DCCH Mux Option", 26, 84,  4, ATTR_TYPE_INT},
+  {"Reverse DCCH Mux Option", 26, 85,  4, ATTR_TYPE_INT},
+  {"Forward DCCH RC",         26, 86,  4, ATTR_TYPE_INT},
+  {"Reverse DCCH RC",         26, 87,  4, ATTR_TYPE_INT},
   {"Airlink Priority",        26, 39,  4, ATTR_TYPE_INT},
   {"Active Connection Time",  26, 49,  4, ATTR_TYPE_INT},
   {"Mobile Orig/Term Ind.",   26, 45,  4, ATTR_TYPE_INT},