ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 42367: /trunk/plugins/gryphon/ /trunk/plugins/gryphon/:

Date: Mon, 30 Apr 2012 23:03:51 GMT
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