summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2008-07-08 15:19:35 +0000
committerHenri Herscher <henri@oreka.org>2008-07-08 15:19:35 +0000
commite96e0a5242cd0434bb1ca056a7a68685d237646f (patch)
tree2f4bf362fbb1e6bd5309826a9715ff32f9a65c95 /orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
parent8971a80d7afa112ebe8a75e7edeac5f7d98ab759 (diff)
Fixed problem where TCP traffic would be ignored on x86_64 (Modified TCP header struct).
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@550 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h b/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
index 451389a..105940d 100644
--- a/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
+++ b/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
@@ -52,10 +52,10 @@ typedef struct
{
unsigned short source; // source port
unsigned short dest; // destination port
- unsigned long seq; // sequence number
- unsigned long ack; // acknowledgement id
- unsigned int x2:4; // unused
- unsigned int off:4; // data offset
+ unsigned int seq; // sequence number
+ unsigned int ack; // acknowledgement id
+ unsigned char x2:4; // unused
+ unsigned char off:4; // data offset
unsigned char flags; // flags field
unsigned short win; // window size
unsigned short sum; // tcp checksum