Wireshark-commits: [Wireshark-commits] rev 28986: /trunk/plugins/ethercat/ /trunk/plugins/ethercat/

Date: Tue, 07 Jul 2009 14:26:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28986

User: wmeier
Date: 2009/07/07 07:26 AM

Log:
 Various fixes:
 1. For some reason: using an using the external tfs_yes_no doesn't work in a plugin;
 2. proto_reg_handoff: remove unneeded code;
 3. Change the prefs callback to call a function which just enables/disables
    the protocol; (using proto_reg_handoff means that the dissector
    was re-registered each time the pref was changed);
 4. packet-esl.h: use #if 0 instead of /* ... */ to comment out code;

Directory: /trunk/plugins/ethercat/
  Changes    Path            Action
  +10 -8     packet-esl.c    Modified
  +4 -3      packet-esl.h    Modified