http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52378
User: martink
Date: 2013/10/05 06:29 PM
Log:
From Jacob Erlbeck
Fix GPRS-NS protocol dissector for STATUS PDU
When a NS-STATUS message contains a PDU, the packet description
refers to the contained PDU and the offset is wrong, thus finding
information elements that are not present.
This fixes the implementation by checking, whether the PDU dissector
has been called recursively and by updating the offset correctly.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9221
(from me: use gboolean, separate variable declaration and initialization)
Directory: /trunk/epan/dissectors/
Changes Path Action
+18 -8 packet-nsip.c Modified