<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>Hello,</DIV>
<DIV> </DIV>
<DIV>Using winpcap my application receives Layer 2 JUMBO packets.</DIV>
<DIV> </DIV>
<DIV>Each packet should be written to a disk.</DIV>
<DIV> </DIV>
<DIV>The input data should be ~5Gb/sec</DIV>
<DIV> </DIV>
<DIV>The max. input rate to the disk can be 10Gb/sec so the disk rate is not an 
issue. </DIV>
<DIV> </DIV>
<DIV>Can I be sure that using “pcap_dump(dumpfile, header, pkt_data);” wil do 
the work in this rate ?</DIV>
<DIV> </DIV>
<DIV>According to my knowledge, writing 4MB each time has better performance. 
</DIV>
<DIV> </DIV>
<DIV>Thank you,</DIV>
<DIV>Z.V</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV></DIV></DIV></BODY></HTML>