URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=01ddd93a7296b54a2048de74691984a7e78e4cb9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
01ddd93 by Francesco Fondelli (francesco.fondelli@xxxxxxxxx):
MPLS: relax pw_eth_heuristic and improve 1st nibble logic
relax pw_eth_heuristic and, at the same time, improve
the 1st nibble logic in dissect_mpls in order to disambiguate
between Ethernet pseudo-wire without a control word, with the MAC
address's first nibble being 4/6 and IPv4/6 packet.
Bug: 13301
Change-Id: If4697c2e40271d84e2db11a9f64ee60a8657e164
Signed-off-by: Francesco Fondelli <francesco.fondelli@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/19599
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from ac68c43 Updated parsing of ParticipantMessageData submessages.
adds 01ddd93 MPLS: relax pw_eth_heuristic and improve 1st nibble logic
Summary of changes:
epan/dissectors/packet-mpls.c | 58 +++++++++++++++++++++++++++------------
epan/dissectors/packet-pw-eth.c | 17 ++++++++----
2 files changed, 51 insertions(+), 24 deletions(-)