Wireshark-commits: [Wireshark-commits] rev 36394: /trunk/wiretap/ /trunk/wiretap/: ngsniffer.c

Date: Tue, 29 Mar 2011 14:05:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36394

User: morriss
Date: 2011/03/29 07:05 AM

Log:
 Don't put a 65536 byte variable on the stack: instead, malloc/free it.
 
 Coverity 791-794.
 
 Also, some white space/indentation cleanup.

Directory: /trunk/wiretap/
  Changes    Path           Action
  +78 -44    ngsniffer.c    Modified