From ToddS via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5299 :
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 15 Oct 2010 17:10:29 +0000 (17:10 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 15 Oct 2010 17:10:29 +0000 (17:10 +0000)
commitaf6ee6537fc3d073ef4dac613035fa67066f6785
tree61b051a90bec25c91f874f2960897b20296a34f1
parentaddaaa21b9ac0a00d590327447474b676f55da7b
From ToddS via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5299 :

In profinet plugin, there is a dissection based on whether the read data
returned is expected to contain a single or multiple blocks. Currently, the
I&M0FilterData case assumes only a single block is returned. Profinet specifies
two optional additional blocks.

This change moves I&M0FilterData to expect multiple blocks to correct decode
the optional information.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34523 f5534014-38df-0310-8fa8-9805f1628bb7
plugins/profinet/packet-dcerpc-pn-io.c