epl: Add Manufacturer subdissector
authorRoland Knall <roland.knall@br-automation.com>
Mon, 26 Jan 2015 14:08:18 +0000 (15:08 +0100)
committerAnders Broman <a.broman58@gmail.com>
Tue, 27 Jan 2015 07:56:43 +0000 (07:56 +0000)
commitc0c2b455445313bd682e798b78a7eaf12967212f
tree64f6d8c971dec2a41b5dd11ec009c50c88526bea
parent4fb2ec0053115ec5b409d7cfc537a63813135acd
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@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
epan/dissectors/packet-epl.c