ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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