On Mon, Mar 24, 2003 at 03:27:59PM -0800, Hai Nguyen wrote: > >From the source code, I am not able to figure out the > maximum limit size for a filter string. It works fine > with a string of 10000 bytes. However, the filter > string I sent in my previous mail leads to an infinite > recursive calls to count_blocks,
Infinite, or just "more than there's room for in the stack"? A stack overflow does not necessarily imply infinite recursion. ================================================================== This is the WinPcap users list. It is archived at http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe use mailto: [EMAIL PROTECTED] ==================================================================
