<div dir="ltr">Hi,<div><br></div><div>Is it possible to export pcap_dump_fopen() so I can use fopen to open files with Unicode filenames?</div><div><br></div><div>Thanks,</div><div><br></div><div>Boaz.<br><br><div class="gmail_quote">

On Fri, Jan 21, 2011 at 14:05, Boaz Brickner <span dir="ltr"><<a href="mailto:boaz.brickner@gmail.com">boaz.brickner@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div dir="ltr">Thanks for your answer GV,<br><br>I've looked around and thought about using pcap_fopen_offline() to use the FILE structure that I believe can be opened using a Unicode filenames.<br><br>I'm also trying to use pcap_dump_fopen() in the same manner, but I saw that it's an unexported function.<br>


<br><a href="http://www.winpcap.org/pipermail/winpcap-bugs/2007-November/000517.html" target="_blank">http://www.winpcap.org/pipermail/winpcap-bugs/2007-November/000517.html</a><br><br>What do you think should I do?<br><br>

Thank you,<br><font color="#888888">
<br>Boaz.</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Wed, Jan 19, 2011 at 01:38, Gianluca Varenni <span dir="ltr"><<a href="mailto:Gianluca.Varenni@riverbed.com" target="_blank">Gianluca.Varenni@riverbed.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
<div link="blue" vlink="purple" lang="EN-US"><div><p class="MsoNormal"><span style="font-size:11pt;color:rgb(31, 73, 125)">Boaz,</span></p><p class="MsoNormal"><span style="font-size:11pt;color:rgb(31, 73, 125)"> </span></p>


<p class="MsoNormal"><span style="font-size:11pt;color:rgb(31, 73, 125)">First of all, sorry for the late answer.</span></p><p class="MsoNormal"><span style="font-size:11pt;color:rgb(31, 73, 125)">Adding support for UNICODE file names is not exactly trivial. I haven’t looked too much into the source code, but I’m pretty sure that new functions accepting UNICODE file names would be needed, and for the sake of portability, those functions would need to be back-ported to libpcap (so linux/bsd/…). </span></p>


<p class="MsoNormal"><span style="font-size:11pt;color:rgb(31, 73, 125)"> </span></p><p class="MsoNormal"><span style="font-size:11pt;color:rgb(31, 73, 125)">Have you tried looking at the WinPcap source code (wpcap.dll, in particular) to understand how difficult it would be?</span></p>


<p class="MsoNormal"><span style="font-size:11pt;color:rgb(31, 73, 125)"> </span></p><p class="MsoNormal"><span style="font-size:11pt;color:rgb(31, 73, 125)">Have a nice day</span></p><p class="MsoNormal"><span style="font-size:11pt;color:rgb(31, 73, 125)">GV</span></p>


<p class="MsoNormal"><span style="font-size:11pt;color:rgb(31, 73, 125)"> </span></p><p class="MsoNormal"><span style="font-size:11pt;color:rgb(31, 73, 125)"> </span></p><p class="MsoNormal"><b><span style="font-size:10pt">From:</span></b><span style="font-size:10pt"> <a href="mailto:winpcap-bugs-bounces@winpcap.org" target="_blank">winpcap-bugs-bounces@winpcap.org</a> [mailto:<a href="mailto:winpcap-bugs-bounces@winpcap.org" target="_blank">winpcap-bugs-bounces@winpcap.org</a>] <b>On Behalf Of </b>Boaz Brickner<br>


<b>Sent:</b> Friday, January 07, 2011 4:21 AM<br><b>To:</b> <a href="mailto:winpcap-bugs@winpcap.org" target="_blank">winpcap-bugs@winpcap.org</a><br><b>Subject:</b> [Winpcap-bugs] Filenames with characters that are not ISO-8859-1</span></p>


<div><div></div><div><p class="MsoNormal"> </p><div><p class="MsoNormal">Hi,<br><br>I'm trying to add Unicode filenames support to Pcap.Net (<a href="http://pcapdot.net" target="_blank">http://pcapdot.net</a>) and it seems that filenames that are not ISO-8859-1 are not supported.<br>


<br>For example, I try to get all of the file devices in a folder using pcap_findalldevs_ex() function.<br>In this folder, I have the same pcap file copies multiple times with different filenames.<br>If the file has only characters that are ISO-8859-1 (or ASCII) it appears in the output of the function.<br>


If the file has other characters, it doesn't appear in the output of the function.<br><br>Is there something else I can do to handle non ISO-8859-1 pcap filenames using WinPcap functions?<br><br>Can you fix it so it will be possible to use every Unicode filename in WinPcap?<br>


<br>Thanks,<br><br>Boaz.</p></div></div></div></div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div></div>