Hi, In the development version (1.11.2) CDR decoding for "Data record format version: AppId 1 Rel 10.7.0" does not decode properly. CDRs under AppId Rel 9.5.0 are decoded correctly. Is this a bug? or AppId 10.7.0 not supported? Thx Jean.- asked 29 Nov '13, 12:53 jsarante |
One Answer:
According to the comments in Wireshark source files (the second line in wireshark-1.11.2/asn1/gprscdr/GPRSChargingDataTypesV9f0.asn), it looks like the latest version that's been written into Wireshark's code is for 3GPP TS 32.298 9.15.0, as of March 2013. So, if you want you could write it yourself or ask the author of that one (cmaynard) if they're working on the later releases. answered 30 Nov '13, 19:30 Quadratic Hi, It's actually me that is the author see packet-gprscdr-template.c and I'm not working on any update but given an example trace I would consider doing it. (01 Dec '13, 00:33) Anders ♦ I have updated the ASN1 code, you could try a buildbot build or build from trunk. Changes may be needed to apcket-gtp.c as well but to do those I'd like a trace to work with. (02 Dec '13, 03:27) Anders ♦ |
Does the current 1.10 version decode them correctly?