Resolve another issue the Windows buildbots are having after rev 34084:

guint8 -> guint16 for th_flags variable in segment struct.



svn path=/trunk/; revision=34089
This commit is contained in:
Stephen Fisher 2010-09-09 15:46:40 +00:00
parent ff5cfee491
commit 137054603c

View file

@ -93,7 +93,7 @@ struct segment {
guint32 th_seq;
guint32 th_ack;
guint8 th_flags;
guint16 th_flags;
guint32 th_win; /* make it 32 bits so we can handle some scaling */
guint32 th_seglen;
guint16 th_sport;