<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<STYLE>P {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
BODY {
        FONT-SIZE: 10pt; FONT-FAMILY: Tahoma
}
</STYLE>

<META content="MSHTML 6.00.6000.16414" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Courier New"></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=omar_baki@hotmail.com href="mailto:omar_baki@hotmail.com">Omar 
  Abdul-Baki</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> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, March 02, 2007 7:21 
AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Winpcap-users] PPP transmission 
  problem</DIV>
  <DIV><BR></DIV>
  <DIV>Hello,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I've currently 
  run into a problem related to transmitting packets over a PPP connection. From 
  what I've read about the capabilities of Winpcap, only receiving is supported 
  for PPP<BR>connections.&nbsp; Now I've downloaded the WinPcap source but I 
  haven't looked into it. Is adding this functionality an easy fix that perhaps 
  I can add myself? It so, where and how in the WinPcap source do I go about 
  doing it.<BR></DIV></BLOCKQUOTE>
<DIV><FONT face="Courier New">PPP capture uses a completely 
different&nbsp;approach than normal adapters. We use the Microsoft Network 
Monitor (NetMon) component to capture from PPP,&nbsp;and such component does not 
support transmission.</FONT>&nbsp;</DIV><FONT face="Courier New"></FONT>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV><BR>On the other hand,&nbsp;if adding this functionality will be a long 
  and difficult task, what other alternatives/fixes do I have to transmit my own 
  custom crafted&nbsp;TCP packets&nbsp;over a PPP connection?</DIV>
  <DIV><FONT face="Courier New"></FONT>&nbsp;</DIV></BLOCKQUOTE>
<DIV><FONT face="Courier New">A protocol driver, similar to the WinPcap one but 
with some modifications&nbsp;specific to PPP,&nbsp;should do the trick (I'm not 
actually 100%).&nbsp;Consider&nbsp;that that managing PPP connections in a 
protocol driver is a bit tricky as all the connections are aggregated into a 
single adapter instance, and you need to take care of 
multiplexing/demultiplexing the packets.</FONT></DIV><FONT 
face="Courier New"></FONT>
<DIV><FONT face="Courier New">Hope it helps</FONT></DIV>
<DIV><FONT face="Courier New">GV</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV><FONT face="Courier New"></FONT>&nbsp;</DIV>
  <DIV><BR>Regards,<BR>Omar<BR><BR></DIV>
  <DIV>
  <HR>
  </DIV>
  <DIV>Invite your mail contacts to join your friends list with Windows Live 
  Spaces. It's easy! <A 
  href="http://spaces.live.com/spacesapi.aspx?wx_action=create&amp;wx_url=/friends.aspx&amp;mkt=en-us" 
  target=_new>Try it!</A> </DIV>
  <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>