<div>I did more experimentation and this is a false alarm.</div>
<div> </div>
<div>Cheers</div>
<div> </div>
<div>Angie V.<br><br></div>
<div class="gmail_quote">On Wed, Jan 6, 2010 at 8:09 PM, Guy Harris <span dir="ltr">&lt;<a href="mailto:guy@alum.mit.edu">guy@alum.mit.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im"><br>On Jan 6, 2010, at 4:50 PM, Angelina Viola wrote:<br><br>&gt; Hello all, I am using WinPcap to test out some raw packet injection for a project that uses a custom protocol. I started from the code here:<br>
&gt; <a href="http://www.codeproject.com/KB/IP/UDPandWPCAP.aspx" target="_blank">http://www.codeproject.com/KB/IP/UDPandWPCAP.aspx</a><br>&gt;<br>&gt; However, I am currently searching for memory leaks<br><br></div>Unless the code in that project calls pcap_freealldevs() on the list it gets back from pcap_findalldevs_ex(), that&#39;s a leak.  Presumably, if you&#39;re using that code, it&#39;s only calling pcap_findalldevs_ex() once, so it&#39;s not a *continuing* leak, however.<br>

<div class="im"><br>&gt; and I noticed that when I looked at my app in task manager it was increasing its memory usage like crazy. I wanted to see what was causing the memory usage, and my first notion was that packets weren&#39;t getting freed somewhere. So I swapped out my packet_handler() function for the example one which comes in basic_dump.c, and switched my libraries to 4.1.1.<br>
&gt;<br>&gt; It still seems that memory just keeps going up and up. I know that I&#39;m not supposed to free the pkt_data pointer myself, so is there some config I should know about or something so that WinPcap doesn&#39;t just keep increasing in size?<br>
<br></div>How do you know that it&#39;s WinPcap, not your application?  WinPcap isn&#39;t supposed to keep allocating memory while you&#39;re capturing traffic, no matter *how* it&#39;s configured.<br><br>Could you send us your code, so we can see whether there&#39;s a leak in it?<br>

<div>
<div></div>
<div class="h5">_______________________________________________<br>Winpcap-users mailing list<br><a href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a><br><a href="https://www.winpcap.org/mailman/listinfo/winpcap-users" target="_blank">https://www.winpcap.org/mailman/listinfo/winpcap-users</a><br>
</div></div></blockquote></div><br>