diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2011-08-31 09:00:54 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2011-08-31 09:00:54 +0000 |
commit | 5359494b1f7fbfa4fce2e98e4d9e579a0fdafff4 (patch) | |
tree | 8d6f30d58eeb9b379d0db577f7f5d9e975a1d149 /wsutil/CMakeLists.txt | |
parent | 48221f4dfda01b750f5d00548d8c37a578d3a53b (diff) | |
download | wireshark-5359494b1f7fbfa4fce2e98e4d9e579a0fdafff4.tar.gz wireshark-5359494b1f7fbfa4fce2e98e4d9e579a0fdafff4.tar.bz2 wireshark-5359494b1f7fbfa4fce2e98e4d9e579a0fdafff4.zip |
Second try to move crc routines to libwsutil.
This time keep the tvb routines in epan.
Now we can use common crc routines outside epan.
svn path=/trunk/; revision=38810
Diffstat (limited to 'wsutil/CMakeLists.txt')
-rw-r--r-- | wsutil/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt index 25eabb1d64..51d9c11fb4 100644 --- a/wsutil/CMakeLists.txt +++ b/wsutil/CMakeLists.txt @@ -35,6 +35,12 @@ set(WSUTIL_FILES # @INET_PTON_LO@ # inet_pton.c # @STRNCASECMP_LO@ # strncasecmp.c # @STRPTIME_LO@ # strptime.c + crc10.c + crc16.c + crc16-plain.c + crc32.c + crc6.c + crcdrm.c mpeg-audio.c privileges.c str_util.c |