| Bug ID |
9118
|
| Summary |
Cell LAC and SAC fields of ULI in Diameter are only decoded as decimals
|
| Classification |
Unclassified
|
| Product |
Wireshark
|
| Version |
1.10.1
|
| Hardware |
x86
|
| OS |
Windows 7
|
| Status |
UNCONFIRMED
|
| Severity |
Minor
|
| Priority |
Low
|
| Component |
Wireshark
|
| Assignee |
[email protected]
|
| Reporter |
[email protected]
|
Created attachment 11521 [details]
Trace with ULI in RADIUS and DIAMETER message
Build Information:
1.10.1
--
Cell LAC and SAC fields of 3GPP-User-Location-Info in DIAMETER messages are
currently decoded this way:
Cell LAC: 1267
SAC: 470
It would be handy to have them decoded exact same as in RADIUS messages where
both hex and decimal values are displayed:
Cell LAC: 0x04f3 (1267)
SAC: 0x01d6 (470)
You are receiving this mail because:
- You are watching all bug changes.