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

Ethereal-dev: [Ethereal-dev] Patch for packet-jxta.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Peter Johansson <Peter.Johansson@xxxxxxxxxxxx>
Date: Thu, 28 Jul 2005 23:15:32 +0200
The supplied patch fixes the following compilation warnings:

packet-jxta.c(1133) : warning C4013: 'ep_alloc' undefined; assuming extern returning int packet-jxta.c(1133) : warning C4047: '=' : 'const char ** ' differs in levels of indirection from 'int '

/ Peter
Index: I:/ethereal-win32-libs/epan/dissectors/packet-jxta.c
===================================================================
--- I:/ethereal-win32-libs/epan/dissectors/packet-jxta.c	(revision 15134)
+++ I:/ethereal-win32-libs/epan/dissectors/packet-jxta.c	(working copy)
@@ -44,6 +44,7 @@
 #include <epan/strutil.h>
 #include <epan/prefs.h>
 #include <epan/tap.h>
+#include <epan/emem.h>
 
 #include "packet-jxta.h"