Wireshark-commits: [Wireshark-commits] master 7ca0472: Remove MPLS preference that doubled for Deco
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7ca04728c35560530304e7f2266bc9f01e020267
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7ca0472 by Michael Mann (mmann78@xxxxxxxxxxxx):
Remove MPLS preference that doubled for Decode As.
Just use Decode As directly.
Also replace "registered" dissectors which just the creation of a handle since the dissectors really don't need to be "found" outside of themselves.
Change-Id: I1e0c3ae784b71c0145b1f1730a97feae8e9f488f
Reviewed-on: https://code.wireshark.org/review/7899
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 3ab3158 Add proper "Decode As" mechanism for FLIP payload instead of (many) preferences.
adds 7ca0472 Remove MPLS preference that doubled for Decode As.
Summary of changes:
epan/dissectors/packet-itdm.c | 3 +-
epan/dissectors/packet-mpls.c | 189 +----------------------------------
epan/dissectors/packet-pw-atm.c | 12 +--
epan/dissectors/packet-pw-cesopsn.c | 8 +-
epan/dissectors/packet-pw-eth.c | 11 +-
epan/dissectors/packet-pw-fr.c | 9 +-
epan/dissectors/packet-pw-hdlc.c | 13 +--
epan/dissectors/packet-pw-satop.c | 8 +-
8 files changed, 34 insertions(+), 219 deletions(-)