<html><div style='background-color:'><DIV class=RTE>Hi,</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>I'm student and I'm starting&nbsp;use differents functions of WinPcap. </DIV>
<DIV class=RTE>I've a problem when I try to open a pcap file like it's show in Readfile_ex.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>It is possible to choose which file we want to open? And the directory where the file is?</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>I try to use this: but it doesnt't work!</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE><STRONG>printf("Which file would you like to open?\n");<BR>fgets(reinterpret_cast&lt;char *&gt; (* argv), 100, stdin); </STRONG></DIV>
<DIV class=RTE><STRONG></STRONG>&nbsp;</DIV>
<DIV class=RTE><STRONG>&nbsp;/* Open the capture file */<BR>&nbsp;if ((fp= pcap_open_offline(reinterpret_cast&lt;const char *&gt;(*argv),&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; errbuf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// error buffer<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )) == NULL)<BR>&nbsp;{<BR>&nbsp;&nbsp;fprintf(stderr,"\nUnable to open the file %s.\n", *argv);<BR>&nbsp;&nbsp;return -1;<BR>&nbsp;}</STRONG></DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>However, if I do this, it works!!</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE><STRONG>*argv ="save";</STRONG></DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>
<DIV class=RTE><STRONG>&nbsp;/* Open the capture file */<BR>&nbsp;if ((fp= pcap_open_offline(reinterpret_cast&lt;const char *&gt;(*argv),&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; errbuf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// error buffer<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )) == NULL)<BR>&nbsp;{<BR>&nbsp;&nbsp;fprintf(stderr,"\nUnable to open the file %s.\n", *argv);<BR>&nbsp;&nbsp;return -1;<BR>&nbsp;}</STRONG></DIV></DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>Maybe someone tried to do this already!!!</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>Thanks you§</DIV></div><br clear=all><hr>MSN Hotmail <a href="http://g.msn.com/8HMAFRFR/2746??PS=47575" target="_top">: créez votre adresse e-mail gratuite & à vie !</a> </html>