in ue aggregatemaximum bitrate ie of ranap iam able to display the present bit map of ue aggregate-maximum bit rate down link and ue aggregate-maximum bit-rate down-link also the constrained integer length for the both on wire-shark .but iam not able to display both the vales on wire-shark . iam getting dissector bug , protocol RANAP: proto.c 3043 failed assertion "hfinfo->type == FT_UINT64 asked 24 Sep '12, 05:53 vijeth edited 24 Sep '12, 06:01 |
Could you raise a bug attaching a small sample file showing the bug? Is this a unmodified wireshark or have you modified the RANAP dissector? The spec says UE-AggregateMaximumBitRateDownlink ::= INTEGER (1..1000000000) which should fit in an UINT32
Can you try a more recent version e.g. 1.8.2 as your version (1.5.1) is quite old and is also a development version.
no it doesn't work for 1.8.2 . any other solution for this simple problem ??
Unfortunately not, you'll just have to follow Anders' advice and raise a bug on the Wireshark bugzilla and attach a small capture showing the problem.