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

Date: Fri, 13 Jan 2012 06:11:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40447

User: etxrab
Date: 2012/01/12 10:11 PM

Log:
 From Mike Morrin:
 This is largely a cosmetic update of the gsm_a_rr dissector:
 
 •    TBF starting time is now fully decoded.
 •    “Double indenting” of IE groups (where an IE dissector adds a subtree just
 after the generic dissector adds a subtree) has been eliminated.
 •    “Null” break points in CSN.1 IEs have been added where they were
 previously missing (this could have caused some correct PDUs to be reported as
 malformed).
 •    The calculation of CSN.1 IE lengths has been corrected: ((a – b)>>3)+1 is
 not the same as (a>>3)-(b>>3)+1 .
 •    The handling of CSN.1 padding bits is slightly improved.
 •    The handling of CSN.1 “truncated” bits is slightly improved.
 •    Eliminated superfluous checks for len==0 at the beginning of some
 rest-octet dissectors (the generic dissector won’t call the CSN.1 dissector if
 len is 0).
 •    A few minor corrections to text strings and formatting.
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6728

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +494 -632  packet-gsm_a_rr.c    Modified