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

Date: Fri, 20 Jan 2012 07:49:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40604

User: jake
Date: 2012/01/19 11:49 PM

Log:
 From Pascal Quantin:
 Some test equipments can send weird Protocol Configuration Options IE in the
 Attach Accept message with an empty protocol identifier content. Wireshark 
 will trigger an assert when dissecting those messages because it does not 
 check the tvb length before calling the sub dissector.
 With checking the protocol identifier length before calling the sub dissector,
 the PCO is decoded correctly.

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +21 -19    packet-gsm_a_gm.c    Modified