Don't subtract 4 from the length passed to update_crc10_by_bytes_iuup().
authorGuy Harris <guy@alum.mit.edu>
Fri, 8 Aug 2014 18:29:28 +0000 (11:29 -0700)
committerGuy Harris <guy@alum.mit.edu>
Fri, 8 Aug 2014 18:29:57 +0000 (18:29 +0000)
commit24da9a86ecce68d26fb8f3e9f6689910d7f9f973
treec46150ead14bdd5785d0dbeb7fd3498a873f7c0f
parent6f104a0ffbfe2f01bb2b002aea91ea336daf8bf6
Don't subtract 4 from the length passed to update_crc10_by_bytes_iuup().

The length passed to it already has 4 subtracted from it by the caller.

Change-Id: I6e047c6c4c4cd5220be923b4663088b6b275d768
Reviewed-on: https://code.wireshark.org/review/3511
Reviewed-by: Guy Harris <guy@alum.mit.edu>
epan/dissectors/packet-iuup.c