http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53310
User: eapache
Date: 2013/11/14 03:34 AM
Log:
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9303 based on patch and
help from Matthieu Patou.
If the DCE-RPC heuristic failed to identify a TVB, *but* we've already decoded
a DCE-RPC layer in this packet *and* the heuristic failed because we didn't have
enough data, make the reasonable assumption that it actually is another DCE-RPC
packet, and ask TCP to desegment more data for us and try again.
Directory: /trunk/epan/dissectors/
Changes Path Action
+28 -6 packet-dcerpc.c Modified