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