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 44056: /trunk/plugins/gryphon/ /trunk/plugins/gryphon/:

Date: Thu, 26 Jul 2012 20:57:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44056

User: morriss
Date: 2012/07/26 01:57 PM

Log:
 You can't (well, shouldn't) reference and modify a given variable multiple
 times in one C statement: the order of references and modifications is
 undefined.  Anyway I don't think the modification is intentional: just divide
 instead of divide-and-assign.
 
 Also remove what looks to be some test code (only executed for frame number
 11).

Directory: /trunk/plugins/gryphon/
  Changes    Path                Action
  +22 -27    packet-gryphon.c    Modified