<!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.16481" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Uhm,&nbsp;out of curiosity, what's the big deal in using the 
IP helper API instead of these tricks of calling an external application and 
parse its output?</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>
<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=minsavage@gmail.com href="mailto:minsavage@gmail.com">Tony Yang</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, July 20, 2007 8:41 AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Winpcap-users] How can I 
  get the IP address of gatewaythroughWinPcap</DIV>
  <DIV><BR></DIV>
  <DIV>thank you </DIV>
  <DIV>but i used the windows command "ipconfig /all " to obtaine 
  the&nbsp;information of gateway</DIV>
  <DIV>then redirect&nbsp;the output to the file</DIV>
  <DIV>i get the info through reading this file</DIV>
  <DIV>although this is not a good way, i think that this is a available 
  one.<BR><BR>&nbsp;</DIV>
  <DIV><SPAN class=gmail_quote>On 7/20/07, <B class=gmail_sendername>he tao</B> 
  &lt;<A href="mailto:hetaozju@gmail.com">hetaozju@gmail.com</A>&gt; 
  wrote:</SPAN> 
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Agreed. 
    Also the ip of gateway can be read from 
    registry<BR>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{64B3C6C6-A3C4-4293-AC98-5BF7C17B467D}]\DefaultGateway 
    <BR>(DHCPDefaultGateway if dhcp 
    enabled)<BR>{64B3C6C6-A3C4-4293-AC98-5BF7C17B467D} can be get by parsing 
    the<BR>device name of pcap_t. I was doing like this because I don't want 
    to<BR>download win platform sdk:-)<BR><BR>On 7/20/07, Gianluca Varenni 
    &lt;<A 
    href="mailto:gianluca.varenni@cacetech.com">gianluca.varenni@cacetech.com</A>&gt; 
    wrote:<BR>&gt;<BR>&gt; Tony,<BR>&gt;<BR>&gt; there's no API in WinPcap to 
    obtain the gateway of an interface. You <BR>&gt; probably need to use the IP 
    helper API to obtain such information. In<BR>&gt; particular, I think you 
    need to use the Win32 function GetAdaptersInfo.<BR>&gt;<BR>&gt; Hope it 
    helps<BR>&gt; GV<BR>&gt;<BR>&gt;<BR>&gt; ----- Original Message ----- 
    <BR>&gt;<BR>&gt; From: Tony Yang<BR>&gt; To: <A 
    href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</A><BR>&gt; 
    Sent: Monday, July 16, 2007 11:50 PM<BR>&gt; Subject: [Winpcap-users] How 
    can I get the IP address of gateway <BR>&gt; throughWinPcap<BR>&gt;<BR>&gt; 
    How can I get the IP address of gateway through WinPcap<BR>&gt; thanks very 
    much<BR>&gt;<BR>&gt; 
    ________________________________<BR>&gt;<BR>&gt;<BR>&gt; 
    _______________________________________________ <BR>&gt; Winpcap-users 
    mailing list<BR>&gt; <A 
    href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</A><BR>&gt; 
    <A 
    href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users 
    </A><BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; 
    _______________________________________________<BR>&gt; Winpcap-users 
    mailing list<BR>&gt; <A 
    href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</A><BR>&gt; 
    <A 
    href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</A><BR>&gt;<BR>&gt;<BR>_______________________________________________<BR>Winpcap-users 
    mailing list<BR><A 
    href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org </A><BR><A 
    href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</A><BR></BLOCKQUOTE></DIV><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>