<div class="gmail_quote">Hi,<div><br></div><div> I wanted to clarify what this func pcap_next_ex( ) and pcap_open_live( )actually does.</div><div>The reason why i am asking is, when i use these  functions, i see some packets generated.</div>
<div><br>
</div><div>for instance, in example program pckdump_ex,</div><div><br></div><div>code contains pcap_open_live( ) and pcap_next_ex( ), and the below printf statement,</div><div><br></div><div>printf("\n\n%ld:%ld (%ld) %s\n", header->ts.tv_sec, header->ts.tv_usec, header->len,d->name); </div>

<div><br></div><div> i see the output as</div><div><br></div><div><div>1310721525:970437 (150) \Device\NPF_{557064F1-7C1C-49D3-9633-A7E002B01AD2}</div></div><div><br></div><div><br></div><div>where and how is the packet generated?</div>

</div><br>