http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39840
User: guy
Date: 2011/11/14 09:25 PM
Log:
Rewrite some odd code. Clang Cat does not want:
packet-reload.c:2875:13: warning: Although the value stored to
'local_offset' is used in the enclosing expression, the value is
never actually read from 'local_offset'
although as I read the C90 spec the code is doing pretty much what it
should be doing and the rewritten code does the same thing. However,
it's also a bit more complicated and harder to read than the rewritten
code.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -2 packet-reload.c Modified