http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35076
User: martinm
Date: 2010/11/30 07:10 AM
Log:
From Pascal Quantin:
I just found a small bug in LTE PDCP dissector with current top of tree.
If global preference global_pdcp_dissect_user_plane_as_ip is set to true, the dissector will try to decode an IP frame even with signalling plane.
PDCP-LTE
...0 0000 = Seq Num: 0
Signalling Data: 0800183aa808
MAC: 0x00000000 (0)
[Malformed Packet: IP]
[Expert Info (Error/Malformed): Malformed Packet (Exception occurred)]
With the attached patch, I get the correct output for both signalling and user plane PDUs.
Directory: /trunk/epan/dissectors/
Changes Path Action
+27 -28 packet-pdcp-lte.c Modified