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] Patch to packet-tcp.h

From: Peter Johansson <Peter.xc.Johansson@xxxxxxxxxxxx>
Date: Fri, 08 Sep 2006 13:44:26 +0200
Hi,

the attached patch adds a missing inlude to packet-tcp.h

/ Regards, Peter
Index: C:/wireshark-win32-libs/epan/dissectors/packet-tcp.h
===================================================================
--- C:/wireshark-win32-libs/epan/dissectors/packet-tcp.h	(revision 19161)
+++ C:/wireshark-win32-libs/epan/dissectors/packet-tcp.h	(working copy)
@@ -24,6 +24,8 @@
 #ifndef __PACKET_TCP_H__
 #define __PACKET_TCP_H__
 
+#include <epan/emem.h>
+
 /* TCP flags */
 #define TH_FIN  0x01
 #define TH_SYN  0x02