Pack, then unpack total in debug_split_print. user/dyrcona/checksum-debug-output
authorJason Stephenson <jstephenson@mvlc.org>
Tue, 23 Oct 2012 17:23:14 +0000 (13:23 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Tue, 23 Oct 2012 17:23:14 +0000 (13:23 -0400)
commitd949db2e03d3a9a76b6dd604e8871fc299712077
tree5783cd177db6834fffe2e39fe635102592b35f92
parent08b650fe0c8f8a897b1d447fb8b3a8468de80941
Pack, then unpack total in debug_split_print.

The checksum needs to be a 16bit value, so we pack, then unpack the
checksum total in debug_split_print to guarantee that.  Some longer
messages have generated 32-bit checksums.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Sip/Checksum.pm