Wireshark-commits: [Wireshark-commits] rev 36935: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 28 Apr 2011 14:38:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36935

User: wmeier
Date: 2011/04/28 07:38 AM

Log:
 #include <stdio.h> not req'd;
 Define all internal fcns as static;
 fragment_table_init() & reassembled_table_init() need to be
   called form a registered_init fcn;
 proto_register... and proto_reg_handoff should be at the end of the file as
   per Wireshark convention;
 proto_reg_handoff .... doesn't need 'if (initialized)...';
 proto_register... doesn't need 'if (proto_mux27010 == -1)...'

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +327 -315  packet-mux27010.c    Modified