aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-03-18 21:59:30 +0000
committerGerald Combs <gerald@wireshark.org>2009-03-18 21:59:30 +0000
commitdd903ca9c8434f68f01c2affbe7fef4b05ba07d4 (patch)
tree1ad1bf485828e29deedc3571b0d9b00b10e1fc08 /configure.in
parentcf536e062b5ac17b4f91a8fe706fd1dfb62622ea (diff)
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. svn path=/trunk/; revision=27790
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 23c1ff7843..75ad236a73 100644
--- a/configure.in
+++ b/configure.in
@@ -1646,6 +1646,7 @@ AC_OUTPUT(
asn1/x721/Makefile
doc/Makefile
epan/Makefile
+ epan/crc/Makefile
epan/crypt/Makefile
epan/doxygen.cfg
epan/dfilter/Makefile