Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41257: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date Prev · Date Next · Thread Prev · Thread Next
Date: Thu, 01 Mar 2012 09:11:08 GMT
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