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 44318: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 07 Aug 2012 23:25:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44318

User: pascal
Date: 2012/08/07 04:25 PM

Log:
 Various fixes:
 - in UM mode, LI size boundary is at 125 bytes (regression introduced in r44292)
 - define RLC_LI_UPPERLAYER outside of rlc_li_size enum as it is confusing: when set in preferences it means that the dissector will use the variable, 7 bits or 15 bits LI as indicated in the rlc_info struct (so using one of the rlc_li_size enum value); it is not a new LI value
 - add value_string array for direction
 - add BCCH channel to UDP framing format
 - initialize p2p_dir when using UDP framing format

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +24 -7     packet-rlc.c    Modified
  +2 -2      packet-rlc.h    Modified