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

Date: Sun, 16 Jun 2013 14:24:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49959

User: martinm
Date: 2013/06/16 07:24 AM

Log:
 Improve the way PDCP status PDUs are shown.
 For the bitmap, present and missing SNs are both
 interesting, but only until the last received SN 
 (i.e. the last byte of the bitmap will be padded
 out with zero bits).
 
 It would be possible to use existing sequence analysis
 info, where available, to decide if any zeros beyond the last
 received SN are interesting...

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +63 -9     packet-pdcp-lte.c    Modified