Wireshark-commits: [Wireshark-commits] rev 52774: /trunk/ /trunk/epan/: crc16-tvb.c crc16-tvb.h crc

Date: Tue, 22 Oct 2013 23:30:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52774

User: mmann
Date: 2013/10/22 11:30 PM

Log:
 Add STANAG 5066 DTS CRC routines.  Bug 9217 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9217)
 
 STANAG 5066 DTS will follow when it passes review, just trying to make the patch more manageable.

Directory: /trunk/epan/
  Changes    Path           Action
  +10 -0     crc16-tvb.c    Modified
  +12 -0     crc16-tvb.h    Modified
  +11 -0     crc32-tvb.c    Modified
  +14 -0     crc32-tvb.h    Modified

Directory: /trunk/wsutil/
  Changes    Path          Action
  +41 -0     crc16.c       Modified
  +9 -0      crc16.h       Modified
  +80 -0     crc32.c       Modified
  +9 -0      crc32.h       Modified