http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42367
User: guy
Date: 2012/04/30 04:03 PM
Log:
The message length isn't needed in cmd_sched_rep() - it's just the
containing packet length, so if we go past it, we'll get an exception
thrown. Get rid of it.
The answer to "Should msglen be returned instead of offset?" is "no" -
the command dissectors return the new offset.
Get rid of an unused - and unnecessary - variable.
Directory: /trunk/plugins/gryphon/
Changes Path Action
+0 -8 packet-gryphon.c Modified