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