http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54308
User: wmeier
Date: 2013/12/20 04:42 PM
Log:
'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.
Directory: /trunk/
Changes Path Action
+64 -64 text2pcap.c Modified