Don't put a 65536 byte variable on the stack: instead, malloc/free it.
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 29 Mar 2011 14:05:28 +0000 (14:05 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 29 Mar 2011 14:05:28 +0000 (14:05 +0000)
commitae8dbfb41b9c9ecad66083dae8ba7682865566d6
treeb2a68a106b39351f5298d7b6e0406d7e00dac0e2
parentf9a844585124bdefa7df262165eccb44df053243
Don't put a 65536 byte variable on the stack: instead, malloc/free it.

Coverity 791-794.

Also, some white space/indentation cleanup.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36394 f5534014-38df-0310-8fa8-9805f1628bb7
wiretap/ngsniffer.c