http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41257
User: alagoutte
Date: 2012/03/01 01:11 AM
Log:
From Don Westman via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6889
CIP Motion parsing of set axis attribute list request is messing up attr data
parsing a CIP Motion 'Set Axis Attribute List' Request returns correct data for attribute ID, dimension and element size but 'attribute data' field retrieves the same data for each attribute in the list rather than the real data sent in the request.
From me :
Fix the typo error (use the wrong offset variable, need to use local_offset variable)
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-cipmotion.c Modified