logo       

r10845 - trunk/libraries/pcap: msg#00005

Subject: r10845 - trunk/libraries/pcap
Author: hannes
Date: Thu Aug 10 16:43:26 2006
New Revision: 10845

Modified:
   trunk/libraries/pcap/pcap.dylan
Log:
Bug: 7299
*make promiscious? a class slot, not global defined (wireless cards on windows 
don't support promiscious mode)

Modified: trunk/libraries/pcap/pcap.dylan
==============================================================================
--- trunk/libraries/pcap/pcap.dylan     (original)
+++ trunk/libraries/pcap/pcap.dylan     Thu Aug 10 16:43:26 2006
@@ -11,6 +11,7 @@
     (interface, packet :: <pcap-packet-header*>, bytes)
   let real-interface = import-c-dylan-object(interface);
   let res = make(<byte-vector>, size: packet.caplen);
+  //XXX: performance!
   for (i from 0 below packet.caplen)
     res[i] := bytes[i];
   end;
@@ -34,11 +35,13 @@
 
 //XXX needed because bug #7192 c-ffi stuff needs to be compiled in tight mode
 define generic interface-name (object :: <ethernet-interface>) => (res :: 
<string>);
+define generic promiscious? (object :: <ethernet-interface>) => (res :: 
<boolean>);
 define generic pcap-t (object :: <ethernet-interface>) => (res :: <object>);
 define generic pcap-t-setter (value :: <object>, object :: 
<ethernet-interface>) => (res :: <object>);
 
 define open class <ethernet-interface> (<filter>)
   constant slot interface-name :: <string> = "ath0", init-keyword: name:;
+  constant slot promiscious? :: <boolean> = #t, init-keyword: promiscious?:;
   slot pcap-t;
 end;
 
@@ -67,7 +70,6 @@
 end;
 
 define constant $ethernet-buffer-size = 1600;
-define constant $promisc = 1;
 define constant $timeout = 100;
 
 define method initialize
@@ -80,7 +82,7 @@
             format-out("trying interface %s\n", name);
             let res = pcap-open-live(name,
                                      $ethernet-buffer-size,
-                                     $promisc,
+                                     if (interface.promiscious?) 1 else 0 end,
                                      $timeout,
                                      buffer-offset(errbuf, 0));
             if (res ~= null-pointer(<C-void*>))
-- 
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
https://www.opendylan.org/mailman/listinfo/gd-chatter



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
audio.irate.dev...    yellowdog.gener...    ietf.ips/2002-0...    xfree86.fonts/2...    busybox/2003-07...    emacs.jdee/2004...    linux.mandrake....    hardware.microc...    user-groups.lin...    science.analysi...    version-control...    db.filemaker.de...    cluster.openmos...    mail.eyebrowse....    text.xml.xerces...    kde.devel.kwrit...    finance.moneyda...    gcc.regression/...    network.routing...    os.freebsd.deve...    recreation.radi...    qnx.openqnx.dev...    python.xml/2002...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe