http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34622
User: morriss
Date: 2010/10/22 08:08 AM
Log:
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.
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -2 packet-prp.c Modified