URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=479e2881f85d835982292d3b4a5dd9c144eecc7a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
479e288 by Guy Harris (guy@xxxxxxxxxxxx):
The "MPEG-2" CRC-32 is also the ATM CRC-32.
Use it in the ATM dissector, and use a tvbuff version, so that we don't
do tvb_get_ptr() ourselves.
Change-Id: I0bd3594bc739e0cca447ac06f34a471441cf2e70
Reviewed-on: https://code.wireshark.org/review/3513
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from cf5f0d3 Fix the polynomial for the CCITT CRC.
adds 479e288 The "MPEG-2" CRC-32 is also the ATM CRC-32.
Summary of changes:
epan/dissectors/packet-atm.c | 128 +-----------------------------------------
wsutil/crc32.c | 2 +
2 files changed, 4 insertions(+), 126 deletions(-)