https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13746

            Bug ID: 13746
           Summary: Dissectors using Decode As need to account for
                    tunneling
           Product: Wireshark
           Version: Git
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: Low
         Component: Dissection engine (libwireshark)
          Assignee: bugzilla-ad...@wireshark.org
          Reporter: mman...@netscape.net
  Target Milestone: ---

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Any (transport) protocol, using pinfo field values in 'decode as', may not
decode the correct layer if a tunnelled (transport) protocol is using the same
pinfo fields because pinfo (address) fields may be overwritten.

The following protocols are affected because "address" field in pinfo may be
overwritten:
DTLS
SCTP
SSL
TCP

The following protocols are affected because they are using a single key value
to store proto data (instead of current layer) so proto data may get
overwritten.
Ethertype

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to