summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2008-08-21 20:05:24 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2008-08-21 20:05:24 +0000
commit758c81485d816de9fbf76889979e6bd853f118dd (patch)
treeed8fe0011a66d22f9e277992cd7f7f92310e2725 /orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
parent4d379dedb4894c89d8ce13ccd313e027cb5459a8 (diff)
Adjusted the CCM5 packet parser to assume that Ccm5CallInfo packets have parties section of variable length.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@556 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h b/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
index 105940d..ce33534 100644
--- a/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
+++ b/orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h
@@ -166,7 +166,7 @@ typedef struct
unsigned long callId;
unsigned long callType;
char unknown2[20];
- char parties[SKINNY_CCM5_PARTIES_BLOCK_SIZE];
+ char parties[0];
} SkCcm5CallInfoStruct;
bool SkinnyValidateCcm5CallInfo(SkCcm5CallInfoStruct *, u_char* packetEnd);