<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hello Jordi,<br>
    <br>
    Cool thing the possibility to do tcpdump in pd!<br>
    I was trying to build the version 0.0.3 on osx and i run into many
    errors due to some difference in headers in osx and linux:<br>
    <br>
    iphdr and icmphdr struct were not defined in osx,<br>
    so i added their definition.<br>
    <br>
    and tcp and udp source and dest have different labelling:<br>
    <a class="moz-txt-link-freetext" href="http://en.wikipedia.org/wiki/Tcphdr">http://en.wikipedia.org/wiki/Tcphdr</a><br>
    (the bsd standard seems to work on both platform though)<br>
    so i changed them.<br>
    <br>
    it manages to compiles and now seems to run fine!<br>
    except that i have zero hexadecimal data on the outlet10... and i'd
    love to have them.<br>
    <br>
    maybe it would be nice to use the general ip struct definiton if
    possible?<br>
    <a class="moz-txt-link-freetext" href="http://en.wikipedia.org/wiki/Ip_%28struct%29">http://en.wikipedia.org/wiki/Ip_%28struct%29</a><br>
    attached is the diff between your file and mine.<br>
    <br>
    thx to share your work,<br>
    <br>
    n<br>
    osx 10.5.8<br>
    pd-extended 0.42.5<br>
    <br>
    Le 24/09/10 01:28, Jordi Sala a &eacute;crit&nbsp;:
    <blockquote
      cite="mid:AANLkTi=wmULimGRJ9f7j7hOnbxYWomjY-Gd3GROwOjFH@mail.gmail.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <div>Hi, I've made a patch to visualize on a world map the
        location of remote hosts that connects to our computer.&nbsp;</div>
      <div>Video demo:&nbsp;<a moz-do-not-send="true"
          href="http://vimeo.com/15138625">http://vimeo.com/15138625</a>&nbsp;</div>
      <div><br>
      </div>
      <div>Download the patch (It's a "dirty" patch) but I expect I
        works for most linux computers...</div>
      <div><br>
      </div>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <a moz-do-not-send="true"
        href="http://musa.poperbu.net/content/view/94/1/">http://musa.poperbu.net/content/view/94/1/</a><br
        clear="all">
      <br>
      <br>
    </blockquote>
    <br>
    <div class="moz-signature">-- <br>
      <a class="moz-txt-link-freetext" href="http://nim.on.free.fr">http://nim.on.free.fr</a></div>
  </body>
</html>