[Gd-chatter] r11742 - trunk/libraries/network/ip-stack/layers/physical/pcap-live-interface

hannes at gwydiondylan.org hannes at gwydiondylan.org
Sun Mar 23 22:48:09 CET 2008


Author: hannes
Date: Sun Mar 23 22:48:08 2008
New Revision: 11742

Modified:
   trunk/libraries/network/ip-stack/layers/physical/pcap-live-interface/library-unix.dylan
Log:
Job: 7299
fix this for FreeBSD


Modified: trunk/libraries/network/ip-stack/layers/physical/pcap-live-interface/library-unix.dylan
==============================================================================
--- trunk/libraries/network/ip-stack/layers/physical/pcap-live-interface/library-unix.dylan	(original)
+++ trunk/libraries/network/ip-stack/layers/physical/pcap-live-interface/library-unix.dylan	Sun Mar 23 22:48:08 2008
@@ -10,6 +10,7 @@
   use collection-extensions;
   use functional-dylan;
   use flow;
+  use network-flow;
   use network;
   use packetizer;
   use protocols, import: { ethernet, ipv4, cidr };
@@ -29,6 +30,7 @@
   use machine-words;
   use byte-vector;
   use flow;
+  use network-flow;
   use print;
   use format;
   use threads;
@@ -38,7 +40,7 @@
   use packetizer,
     import: { parse-frame,
               <frame>,
-              assemble-frame,
+              assemble-frame!,
               packet,
               <stretchy-vector-subsequence> };
 end;



More information about the chatter mailing list