<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16705" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>The card (i.e. the hardware) supports promiscuous mode, but 
probably the driver (provided by the card manufacturer) doesn't. WinPcap just 
sends a request to the NIC driver to enable promiscuous mode. It's entirely 
possible that the NIC driver returns success, but fails to deliver all the 
packets anyway.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Have a nice day</FONT></DIV>
<DIV><FONT size=2>GV</FONT></DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=tassadaque@yahoo.com href="mailto:tassadaque@yahoo.com">Tassadaque 
  Zia</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=gianluca.varenni@cacetech.com 
  href="mailto:gianluca.varenni@cacetech.com">Gianluca Varenni</A> ; <A 
  title=winpcap-users@winpcap.org 
  href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, September 29, 2008 1:28 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Winpcap-users] (no 
  subject)</DIV>
  <DIV><BR></DIV>
  <TABLE cellSpacing=0 cellPadding=0 border=0>
    <TBODY>
    <TR>
      <TD vAlign=top>
        <DIV>Hi</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>Thanks for reply My wifi card is DWL-G122 and it supports 
        promiscuous mode. but it is not capturing packets in promiscuos 
        mode<BR><BR></DIV>
        <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
          <DIV><FONT style="BACKGROUND-COLOR: #deebf6" face=verdana 
          color=#00007f><STRONG>Muhammad Tassadaque 
        Zia</STRONG></FONT></DIV></BLOCKQUOTE><BR><BR>--- On <B>Thu, 9/25/08, 
        Gianluca Varenni <I>&lt;<A 
        href="mailto:gianluca.varenni@cacetech.com">gianluca.varenni@cacetech.com</A>&gt;</I></B> 
        wrote:<BR>
        <BLOCKQUOTE 
        style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">From: 
          Gianluca Varenni &lt;<A 
          href="mailto:gianluca.varenni@cacetech.com">gianluca.varenni@cacetech.com</A>&gt;<BR>Subject: 
          Re: [Winpcap-users] (no subject)<BR>To: <A 
          href="mailto:tassadaque@yahoo.com">tassadaque@yahoo.com</A>, <A 
          href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</A><BR>Date: 
          Thursday, September 25, 2008, 11:26 PM<BR><BR>
          <DIV id=yiv1611902998>
          <STYLE></STYLE>

          <DIV><FONT size=2>Most of the wireless network cards do not support 
          promiscuous mode, i.e. even when they accept the request to go into 
          promiscuous mode, they will just capture to/from the 
          machine.</FONT></DIV>
          <DIV><FONT size=2></FONT>&nbsp;</DIV>
          <DIV><FONT size=2>Also, your problem seem to be related to fedora 7, 
          this mailing list is mainly related to the windows port of libpcap. 
          For more detailed answers, I would suggest you to send your questions 
          to the tcpdump-workers mailing list.</FONT></DIV>
          <DIV><FONT size=2></FONT>&nbsp;</DIV>
          <DIV><FONT size=2>Have&nbsp;a nice day</FONT></DIV>
          <DIV><FONT size=2>GV</FONT></DIV>
          <BLOCKQUOTE 
          style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
            <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
            <DIV style="BACKGROUND: #e4e4e4; FONT: 10pt arial"><B>From:</B> <A 
            title=tassadaque@yahoo.com href="mailto:tassadaque@yahoo.com" 
            target=_blank rel=nofollow>Tassadaque Zia</A> </DIV>
            <DIV style="FONT: 10pt arial"><B>To:</B> <A 
            title=winpcap-users@winpcap.org 
            href="mailto:winpcap-users@winpcap.org" target=_blank 
            rel=nofollow>winpcap-users@winpcap.org</A> ; <A 
            title=gianluca.varenni@cacetech.com 
            href="mailto:gianluca.varenni@cacetech.com" target=_blank 
            rel=nofollow>gianluca.varenni@cacetech.com</A> </DIV>
            <DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, September 20, 
            2008 4:00 AM</DIV>
            <DIV style="FONT: 10pt arial"><B>Subject:</B> [Winpcap-users] (no 
            subject)</DIV>
            <DIV><BR></DIV>
            <TABLE cellSpacing=0 cellPadding=0 border=0>
              <TBODY>
              <TR>
                <TD vAlign=top>HI<BR>Thanks for reply. I have solved the 
                  previous problem by adding static MAC Address in arp talble. 
                  now the problem is that my wifi card in not capturing packets 
                  in promiscusous mode my wifi card is DWLG122(D link) and it 
                  support promiscuous mode when i see the log the card goes into 
                  promiscuous mode but it is not capturing packets that are not 
                  destined to it. Any help in this regard i have open the card 
                  using pcap_open_live(). I am using fedora 7<BR><BR>
                  <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
                    <DIV><FONT style="BACKGROUND-COLOR: #deebf6" face=verdana 
                    color=#00007f><STRONG>Muhammad Tassadaque 
                    Zia</STRONG></FONT></DIV></BLOCKQUOTE></TD></TR></TBODY></TABLE><BR>
            <DIV>
            <HR>

            <DIV></DIV>_______________________________________________<BR>Winpcap-users 
            mailing 
            list<BR>Winpcap-users@winpcap.org<BR>https://www.winpcap.org/mailman/listinfo/winpcap-users<BR></DIV></BLOCKQUOTE></DIV></BLOCKQUOTE></TD></TR></TBODY></TABLE><BR>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Winpcap-users 
  mailing 
  list<BR>Winpcap-users@winpcap.org<BR>https://www.winpcap.org/mailman/listinfo/winpcap-users<BR></BLOCKQUOTE></BODY></HTML>