Wireshark-commits: [Wireshark-commits] master ad4d672: Add a CRC32_ACCUMULATE() macro for a single

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

Commits:

ad4d672 by Guy Harris (guy@xxxxxxxxxxxx):

    Add a CRC32_ACCUMULATE() macro for a single CRC-32 step and use it.
    
    Change-Id: I9462d45c5db6d54c0ee695046cb72be1acf379e8
    Reviewed-on: https://code.wireshark.org/review/3497
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  4a30cfd   Use crc32_ccitt_tvb_offset_seed().
    adds  ad4d672   Add a CRC32_ACCUMULATE() macro for a single CRC-32 step and use it.


Summary of changes:
 wsutil/crc32.c |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)