On Fri, 2009-03-20 at 12:35 +0100, [email protected] wrote: > I’m using Eeye Iris and unfortunately I don’t think they conform with > the pcap format. Any free capture program for Win to recommend?
wireshark > I bumped up the buffers but that didn’t change anything. Where can I > find the lwIP stats? You have to compile in support for them: make sure you have LWIP_STATS and LWIP_STATS_DISPLAY turned on in your lwipopts file. Then have something call the stats_display() function, and the stats counters will be output wherever your debug logging goes. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
