ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Patch to packet-tcp.h

From: Peter Johansson <Peter.xc.Johansson@xxxxxxxxxxxx>
Date: Wed, 20 Sep 2006 11:14:02 +0200
This is a resend of a patch I sent September 8th, it seems to have been misplaced somwhere ;)

/ Regards, Peter
--- Begin Message ---
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
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@xxxxxxxxxxxxx
http://www.wireshark.org/mailman/listinfo/wireshark-dev

--- End Message ---