Wireshark-commits: [Wireshark-commits] rev 27790: /trunk/ /trunk/epan/crc/: Makefile.am Makefile.co
Date: Wed, 18 Mar 2009 21:59:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27790

User: gerald
Date: 2009/03/18 02:59 PM

Log:
 Create an "epan/crc" directory for CRC code. Add crc-16-plain.[ch],
 generated from pycrc. The command line used to generate the file is in
 epan/crc/Makefile.common. I used "plain" to distinguish it from CCITT,
 USB, and other 16-bit CRCs. Integrate the new CRC code into our
 infrastructure.
 
 Add crc16_plain_tvb_offset() to epan/crc16.[ch] and use it in
 plugins/profinet/packet-pn-rt.c. This _should_ work correctly, but
 hasn't been tested.

Directory: /trunk/epan/crc/
  Changes    Path               Action
  +54 -0     Makefile.am        Added
  +33 -0     Makefile.common    Added
  +30 -0     Makefile.nmake     Added
  +103 -0    crc-16-plain.c     Added
  +85 -0     crc-16-plain.h     Added

Directory: /trunk/epan/
  Changes    Path                Action
  +5 -5      Makefile.am         Modified
  +21 -9     Makefile.nmake      Modified
  +12 -0     crc16.c             Modified
  +17 -0     crc16.h             Modified
  +1 -0      libwireshark.def    Modified


(2 files not shown)