http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45566
User: martink
Date: 2012/10/15 03:34 PM
Log:
(try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7862
tvb_length_remaining() may return -1
if that happens in dissect_rdp_fields(), return an error
the caller that calls dissect_rdp_fields() from a for loop detects the error
and exits (others should handle the error as well, this is missing for now)
Directory: /trunk/epan/dissectors/
Changes Path Action
+8 -2 packet-rdp.c Modified