'guint32 crc_c[256]' array initializer constants should be unsigned 32bit; Replace...
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 20 Dec 2013 16:42:06 +0000 (16:42 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 20 Dec 2013 16:42:06 +0000 (16:42 +0000)
commit54067142825677a585850b72ca357d1b79ab8d25
tree9374b0f560aa46d469c0027f0a2a5a4da2983fdb
parentc82d8a44538dc53690d5fe3dce7c98841dbfaeda
'guint32 crc_c[256]' array initializer constants should be unsigned 32bit; Replace 'L' by 'U'.
(not that it makes any difference in this case).

(I note that in https://tools.ietf.org/id/draft-ietf-tsvwg-sctpcsum-01.txt
the definition was 'unsigned long crc_c[256] = {0x...L, ...} presumably from
the days when LP32 was still in use.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54308 f5534014-38df-0310-8fa8-9805f1628bb7
text2pcap.c