From: Vlad Yasevich Date: Mon, 23 Nov 2009 20:53:56 +0000 (-0500) Subject: sctp: Fix malformed "Invalid Stream Identifier" error X-Git-Tag: v2.6.33-rc1~388^2~167^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6383cfb3ed3c5c0bea06da0099c219ef4237ecf5;p=pandora-kernel.git sctp: Fix malformed "Invalid Stream Identifier" error The "Invalid Stream Identifier" error has a 16 bit reserved field at the end, thus making the parameter length be 8 bytes. We've never supplied that reserved field making wireshark tag the packet as malformed. Reported-by: Chris Dischino Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed