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] Wireshark trunk does not compile without HAVE_LIBGNUTLS

From: Anders Broman <anders.broman@xxxxxxxxxxxx>
Date: Wed, 31 Jul 2013 15:28:56 +0000

Index: epan/dissectors/packet-ssl-utils.h

===================================================================

--- epan/dissectors/packet-ssl-utils.h  (revision 2107)

+++ epan/dissectors/packet-ssl-utils.h  (working copy)

@@ -30,6 +30,7 @@

 

#include <glib.h>

#include <epan/packet.h>

+#include <epan/wmem/wmem.h>

 

#ifdef HAVE_LIBGNUTLS

#include <wsutil/wsgcrypt.h>

@@ -39,7 +40,6 @@

#include <epan/conversation.h>

#include "ws_symbol_export.h"

 

-#include <epan/wmem/wmem.h>

 

/* #define SSL_FAST 1 */

#define SSL_DECRYPT_DEBUG