URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=303ccbe4b5c6df61a64fe89c5a05a2e6f8ab9801
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
303ccbe by Matthias Lang (matthias@xxxxxxxxxxxxx):
MTP2: Optionally enable checksum verification
Add a protocol preference to specify whether or not the
MTP-2 frame check sequence is present in the capture file.
Allows Wireshark to correctly check the FCS and length indicator in
PCapNG files containing MTP-2 with the FCS present. The same checks are
already possible for MTP-2 in ERF files, because Wireshark assumes that
ERF includes the CRC.
Change-Id: Ica7256818a3195ccd7f8349847446626b0ecb21c
Reviewed-on: https://code.wireshark.org/review/32513
Reviewed-by: Matthias Lang <matthias@xxxxxxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 45a8c2d Decode IPv6 MPL Option Seed ID Length Enumerations
add 303ccbe MTP2: Optionally enable checksum verification
Summary of changes:
epan/dissectors/packet-mtp2.c | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)