diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-09-28 00:06:32 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-09-28 00:06:32 +0000 |
commit | ac98f225a8db46c1c6e29abfbed24c91544fa6e4 (patch) | |
tree | 59d5dec9184edbda7fc0e1335e7262c6d178b7af /Makefile.common | |
parent | d3f5261971af423b220eda7f852e7511b0b571da (diff) | |
download | wireshark-ac98f225a8db46c1c6e29abfbed24c91544fa6e4.tar.gz wireshark-ac98f225a8db46c1c6e29abfbed24c91544fa6e4.tar.bz2 wireshark-ac98f225a8db46c1c6e29abfbed24c91544fa6e4.zip |
Move various checksum routines and headers to epan.
svn path=/trunk/; revision=12117
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common index fbe431bcdd..65f826bfc8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -26,7 +26,6 @@ # Header files for dissector helpers # XXX - these should be moved to epan/dissectors DISSECTOR_SUPPORT_INCLUDES = \ - adler32.h \ afn.h \ aftypes.h \ arcnet_pids.h \ @@ -34,15 +33,12 @@ DISSECTOR_SUPPORT_INCLUDES = \ bridged_pids.h \ chdlctypes.h \ column.h \ - crc16.h \ - crc32.h \ etypes.h \ follow.h \ format-oid.h \ greproto.h \ h225-persistentdata.h \ iax2_codec_type.h \ - in_cksum.h \ ip_opts.h \ ipproto.h \ isprint.h \ |