https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7326
--- Comment #3 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-06-04 07:27:35 PDT ---
Hi,
Not sure what to do:
ATTRIBUTE    3GPP-Location-Info            22    octets
ATTRIBUTE    3GPP-MS-Time-Zone            23    integer
Is wrong in free radius, should be:
ATTRIBUTE    3GPP-User-Location-Info            22    octets
ATTRIBUTE    3GPP-MS-TimeZone            23    octets
http://www.etsi.org/deliver/etsi_ts/129000_129099/129061/10.05.00_60/ts_129061v100500p.pdf
Free Radius has:
ATTRIBUTE    3GPP-Session-Stop-Indicator        11    byte
ATTRIBUTE    3GPP-Teardown-Indicator            19    byte
ATTRIBUTE    3GPP-RAT-Type                21    byte
ATTRIBUTE    3GPP-Negotiated-DSCP            26    byte
ATTRIBUTE    3GPP-Allocate-IP-Type            27    byte
WS:
ATTRIBUTE    3GPP-Session-Stop-Indicator        11    octets
ATTRIBUTE    3GPP-Teardown-Indicator            19    octets
ATTRIBUTE    3GPP-RAT-Type                21    integer
ATTRIBUTE    3GPP-Negotiated-DSCP            26    integer
ATTRIBUTE    3GPP-Allocate-IP-Type            27    integer
octets/byte does not matter I think not sure about integer/byte, all in all
switching to the Free radius version would probably make the dissection worse.
Regards
Anders
-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.