Allow a plugin to specify several underlying protocols (i.e. tcp and udp).
authoroabad <oabad@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 5 Nov 2000 09:40:18 +0000 (09:40 +0000)
committeroabad <oabad@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 5 Nov 2000 09:40:18 +0000 (09:40 +0000)
commit200606ac9f0c5efd87b76c1c6e9348620703f75e
tree60ffd64344b37ca89d5f3bdb1533149ca0a37ed6
parent2b74b36060fd016a031e60d2c056fb5f6505ac10
Allow a plugin to specify several underlying protocols (i.e. tcp and udp).

The protocol constant definition in the plugin must be :
DLLEXPORT const gchar protocol[] = "tcp udp";

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2569 f5534014-38df-0310-8fa8-9805f1628bb7
doc/README.developer