Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 38800: /trunk/ /trunk/epan/crc/: Mak

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Tue, 30 Aug 2011 10:12:04 -0400
On 8/30/2011 9:46 AM, stig@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38800

User: stig
Date: 2011/08/30 06:46 AM

Log:
  Move all crc routines to libwsutil.

  This way we can use the crc routines in wiretap.

Directory: /trunk/epan/crc/
   Changes    Path               Action
   +0 -54     Makefile.am        Removed
   +0 -33     Makefile.common    Removed
   +0 -31     Makefile.nmake     Removed
   +0 -105    crc-16-plain.c     Removed
   +0 -87     crc-16-plain.h     Removed

Directory: /trunk/epan/crypt/
   Changes    Path              Action
   +1 -1      airpdcap.c        Modified
   +1 -1      airpdcap_wep.c    Modified

Directory: /trunk/epan/dissectors/
   Changes    Path                   Action
   +1 -1      packet-assa_r3.c       Modified
   +1 -1      packet-dcp-etsi.c      Modified
   +1 -1      packet-dmp.c           Modified
   +1 -1      packet-eth.c           Modified


(59 files not shown)
___________________________________________________________________________


Creating library libwsutil.lib and object libwsutil.exp
crc16.obj : error LNK2019: unresolved external symbol _tvb_get_ptr referenced in function _crc16_ccitt_tvb
crc32.obj : error LNK2001: unresolved external symbol _tvb_get_ptr
crc32.obj : error LNK2019: unresolved external symbol _tvb_ensure_bytes_exist referenced in function _crc32_ccitt_tvb crc8.obj : error LNK2019: unresolved external symbol _tvb_get_guint8 referenced in function _check_fcs
libwsutil.dll : fatal error LNK1120: 3 unresolved externals