Wireshark-commits: [Wireshark-commits] master cf5f0d3: Fix the polynomial for the CCITT CRC.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 8 Aug 2014 19:21:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cf5f0d3827f761325059996b879a5876f8513926
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cf5f0d3 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix the polynomial for the CCITT CRC.
    
    And note that it's the same polynomial for the MPEG-2 CRC.
    
    Change-Id: Ie89e392156ae77a2adeec3eb8e704aa75c0cd0dc
    Reviewed-on: https://code.wireshark.org/review/3512
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8b364ea   Autodiscover flex and bison in config.nmake.
    adds  cf5f0d3   Fix the polynomial for the CCITT CRC.


Summary of changes:
 wsutil/crc32.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)