<!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.16544" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>The function is implemented in Packet.dll, the sources are in 
\winpcap\Packetntx\dll\packet32.cpp</FONT></DIV>
<DIV><FONT size=2>It's my understanding that you implemented support for your 
card directly in wpcap.dll. If so, the p-&gt;adapter field is a NULL/bogus 
pointer, so there Packet API will receive a NULL/bogus pointer!</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><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2></FONT>&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=varunax@gmail.com href="mailto:varunax@gmail.com">Varuna De Silva</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=winpcap-users@winpcap.org 
  href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</A> ; <A 
  title=wireshark-dev@wireshark.org 
  href="mailto:wireshark-dev@wireshark.org">wireshark-dev@wireshark.org</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, October 17, 2007 6:29 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Winpcap-users] Problems with 
  the modified wpcap.dll in Wireshark</DIV>
  <DIV><BR></DIV>Hello,<BR><BR>We have developed our device to capture ss7 
  traffic on a TDM link.<BR><BR>Once we start our device, we get this message. 
  <BR><BR>" Couldnt set capture buffer size&nbsp; Size 1MB seems to be too high 
  for your machine <BR>&nbsp;default is 1MB&nbsp; Any way capture started. 
  "<BR><BR>and it takes some time before the packets are being displayed on the 
  GUI. <BR><BR>As I heard it comes with the Win32-only pcap_setbuff() routine 
  not being set<BR>up to handle add-on capture interfaces such as ours. As I saw 
  this is done by <BR>the function PacketSetBuff(p-&gt;adapter,dim), which I 
  suspect a function to <BR>change the driver behaviour, for which I do not have 
  access. <BR><BR>Where is this PacketSetBuff() written?<BR><BR>If its on user 
  mode and doesnt need the ddk, can I change it so that I can <BR>overcome this 
  problem. Or any way I can overcome this! :-)<BR><BR>My next question is our 
  GUI freezes when a live capture is going, and we are <BR>not able to stop the 
  live capture when we need. What could be the problem <BR>for this? It keeps on 
  capturing data at some speed around 128kbps. <BR><BR>Kind regards 
  <BR><BR>Varuna De Silva<BR><BR><BR><BR><BR><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>