From 758c81485d816de9fbf76889979e6bd853f118dd Mon Sep 17 00:00:00 2001 From: Gerald Begumisa Date: Thu, 21 Aug 2008 20:05:24 +0000 Subject: 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 --- orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'orkaudio/audiocaptureplugins/voip/PacketHeaderDefs.h') 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); -- cgit v1.2.3