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

Wireshark-dev: [Wireshark-dev] gcrypt.h warnings: '...' is deprecated

From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Tue, 12 Jul 2011 10:07:09 -0600
I probably upgraded libgcrypt as a local package recently and now when 
compiling Wireshark from trunk, it fails with:

cc1: warnings being treated as errors
In file included from packet-ssl-utils.h:37,
                 from packet-dtls.c:76:
/usr/local/include/gcrypt.h:1336: warning: 'gcry_ac_io_mode_t' is 
deprecated
/usr/local/include/gcrypt.h:1337: warning: 'gcry_ac_io_type_t' is 
deprecated

.. and many other similar lines.  I'm using libgcrypt 1.5.0 now 
(released June 29 2011).  One of those such lines is:

  /* This is an INTERNAL structure, do NOT use manually.  */
  gcry_ac_io_mode_t mode _GCRY_ATTR_INTERNAL;

Has anyone started looking into this yet?