http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23903
User: sake
Date: 2007/12/17 11:11 PM
Log:
Bug 2116 - From Lawrence Reisler :
During a regular Wireshark trace of UCP packets running over ethernet, I noted
that Wireshark said the login packet was malformed, even though it looked OK
and the server responded correctly. After looking at the UCP protocol, it
became clear that Wireshark was parsing a type 60 message which only has one
Reserverd field (RES1) and expecting it to have two Reserved fields (RES1 and
RES2) like a type 61 message. This is because it is using the same function to
parse both messages, and does not have a conditional for the type 60 field.
Directory: /trunk/epan/dissectors/
Changes Path Action
+3 -1 packet-ucp.c Modified