Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 35076: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 30 Nov 2010 15:10:22 GMT
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