Wireshark-commits: [Wireshark-commits] master c0c2b45: epl: Add Manufacturer subdissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 27 Jan 2015 07:56:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c0c2b455445313bd682e798b78a7eaf12967212f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c0c2b45 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    epl: Add Manufacturer subdissector
    
     Allow manufacturer specific plugins, which will only
     be called for certain service IDs which are manufacturer
     specific as defined by the POWERLINK specification.
    
     As with e.g. udp.port, a plugin or subdissector may
     register with epl.asnd and a given service ID to implement
     a plugin for specific ASND Service IDs, which are part
     of the manufacturer specific object range (0xA0-0xFE).
    
     Also, all values for the ID fields have been changed to
     range_string
    
    Change-Id: Ibfb9c035c16bce5322b13c42f30daf14e096712a
    Reviewed-on: https://code.wireshark.org/review/6793
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4fb2ec0   SMC-R: fix incorrect dissection of non-SMCR packet. Failover Validation bit definition is missing
    adds  c0c2b45   epl: Add Manufacturer subdissector


Summary of changes:
 epan/dissectors/packet-epl.c |  118 +++++++++++++++++++++++++++---------------
 1 file changed, 75 insertions(+), 43 deletions(-)