From Tobias Klauservia https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5327 :
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 22 Oct 2010 15:08:32 +0000 (15:08 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 22 Oct 2010 15:08:32 +0000 (15:08 +0000)
commit3ce45bd5e1361c210e4019a3e6ffb144f1dff9b4
tree54209603f076cb7b81a356d5dcc4841ac95fdfec
parentca8f77f28fdeb9b1cdf869db837dc5ee57fa3215
From Tobias Klauservia https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5327 :

The current PRP dissector in packet-prp.c does not correctly identify VLAN
tags. It uses the hard coded value 0x8000 to check the ethertype.

The attached patch (against current SVN trunk) changes this to use the
ETHERTYPE_VLAN define from epan/etypes.h and also fixes two misspellings in the
respective comments.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34622 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-prp.c