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

Date: Fri, 03 Jun 2011 16:56:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37533

User: gerald
Date: 2011/06/03 09:56 AM

Log:
 From Roland Knall via bug 5977:
 
 Handling of SercosIII if the plugin can not be loaded.
 
 Changed the behaviour - if the SercosIII plugin is not available, the
 openSAFETY dissector registers itself for ETHERTYPE_SERCOS. SercosIII
 packages can not be dissected anyway in such a case and currently no
 other dissector will handle those packages.
 
 The following steps will be taken to display the situation to the user:
 
 The message "SercosIII dissector not available, openSAFETY/SercosIII
 native dissection." will be added to the tree. Additionally a similar
 warning will be presented on the console during startup of wireshark.
 
 All openSAFETY packages will be dissected, displaying the normal
 openSAFETY information.
 
 This will be more transparent for the customer.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +37 -3     packet-opensafety.c    Modified