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

Wireshark-bugs: [Wireshark-bugs] [Bug 4588] Decoding of 3 digit MNC value appears to be broken i

Date: Fri, 19 Mar 2010 07:30:22 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4588

--- Comment #2 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-03-19 15:30:00 CET ---
(In reply to comment #1)
> As noted the MNC is encoded different in different IE's. I think
> dissect_e212_mcc_mnc() may have to be split in two functions
> depending on the format.

Or add a flag, like for proto_tree_add_item()

..., gboolean little_endian);

Default would be the 'wireshark 1.1.2' style (big endian), while the 'wireshark
1.3.4-SVN-32016' would be little endian style.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.