Wireshark-bugs: [Wireshark-bugs] [Bug 8851] New: ansi_637_tele dissector displays MSB as MBS for

Date: Tue, 25 Jun 2013 20:08:50 +0000
Bug ID 8851
Summary ansi_637_tele dissector displays MSB as MBS for Call-Back Number
Classification Unclassified
Product Wireshark
Version SVN
Hardware All
OS All
Status UNCONFIRMED
Severity Trivial
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:

--
The ansi_637_tele dissector displays MSB as MBS for the Call-Back Number
Teleservice Subparam ID which is fixed by this patch

--- packet-ansi_637.c.~1~    2013-06-25 19:27:20.000000000 +0200
+++ packet-ansi_637.c    2013-06-25 20:10:25.192071916 +0200
@@ -1142,3 +1142,3 @@
     proto_tree_add_text(tree, tvb, offset-1, 1,
-        "%s :  Number of fields (MBS): (%d)",
+        "%s :  Number of fields (MSB): (%d)",
         ansi_637_bigbuf,

Regards,
Reinhard


You are receiving this mail because:
  • You are watching all bug changes.