http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33703
User: etxrab
Date: 2010/08/03 10:08 AM
Log:
From Slava:
The Infiniband dissector currently uses a heuristic where it attempts to parse
IBA payloads as if they contained encapsulated traffic with an Ethertype
header. While a relatively common occurrence and thus a fairly useful feature,
this heuristic in many cases causes false-positives which invoke unneeded
dissectors and generate noise in the form of unjustified "malformed packet"
errors these dissectors cause. This patch adds a checkbox to the Infiniband
preferences menu that allows users to disable this feature if desired. The
option remains on by default.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5062
Directory: /trunk/epan/dissectors/
Changes Path Action
+13 -1 packet-infiniband.c Modified
+3 -0 packet-infiniband.h Modified