<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Nov 18, 2015 at 12:45 PM, Daniel Gaspary <span dir="ltr"><<a href="mailto:dgaspary@gmail.com" target="_blank">dgaspary@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Need to change the fpsocket function call.<br>
<br>
<br>
>From fpSocket(AF_INET,SOCK_STREAM,0)<br>
to fpSocket(AF_INET,SOCK_RAW,0);<br>
<br>
Is possible that the "0" needs to be changed too.<br></blockquote></div><br></div><div class="gmail_extra">Just keep in mind that reading such socket is tricky. <br></div><div class="gmail_extra">There's no more IP address (as shown in the example).<br></div><div class="gmail_extra">The whole protocol stack needs to be handled manually.<br><br></div><div class="gmail_extra">I don't think there's any publish FPC raw-socket example.<br></div><div class="gmail_extra">The easiest way is to find C raw-socket example and port it to pascal. <br></div><div class="gmail_extra"><br></div><div class="gmail_extra">thanks,<br></div><div class="gmail_extra">Dmitry<br></div></div>