From dafe3d02ce024a39019d05ab6631ff3a9ea2a78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irene=20R=C3=BCngeler?= Date: Fri, 13 Dec 2013 09:52:41 +0000 Subject: [PATCH] Address more Windows errors. svn path=/trunk/; revision=54032 --- ui/gtk/Makefile.common | 2 +- ui/tap-sctp-analysis.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/gtk/Makefile.common b/ui/gtk/Makefile.common index 889039fdc3..0012d17885 100644 --- a/ui/gtk/Makefile.common +++ b/ui/gtk/Makefile.common @@ -219,7 +219,7 @@ WIRESHARK_TAP_SRC = \ scsi_stat.c \ sctp_assoc_analyse.c \ sctp_chunk_stat.c \ - sctp_chunk_stat_dlg.c \ + sctp_chunk_stat_dlg.c \ sctp_stat_dlg.c \ sip_stat.c \ smb_stat.c \ diff --git a/ui/tap-sctp-analysis.h b/ui/tap-sctp-analysis.h index 36f953fdc1..ad985ee7a2 100644 --- a/ui/tap-sctp-analysis.h +++ b/ui/tap-sctp-analysis.h @@ -287,7 +287,7 @@ typedef struct _sctp_assoc_info { guint32 arwnd2; gboolean init; gboolean initack; - guint8 initack_dir; + guint16 initack_dir; guint16 direction; guint32 min_secs; guint32 min_usecs;