Is there a way to correlate the interface lists obtain by using the following two commands:

o windump -D
o netsh interface show interface

I'm working on XP Professional and using Intel adapters with 802.1q tagging. The vlan interfaces are using dhcp and have
IPAutoconfigurationEndabled(169.254 stuff) disabled. At the time I need to know the correlation the interfaces do not have
leases so I can't use IP addresses for correlation and the vlan thing means the MACs are the same.


Any example code as applicable to the examples in the wpdpack is also welcome w/r to this issue.


C:\>windump -D
1.\Device\NPF_{DAED3C30-E190-4889-980B-9C8F9AB2C181} (Intel(R) PRO/1000 MT Desktop Adapter (Microsoft's Packet Scheduler
) )
2.\Device\NPF_{C4CAF76C-1A1D-4F53-B74D-6E534455872D} (Intel (R) Advanced Networking Services (iANS) NDIS Intermediate Dr
iver (Microsoft's Packet Scheduler) )
3.\Device\NPF_{4F18FAB9-B397-4656-BA6E-7CB8699D6335} (3Com EtherLink PCI (Microsoft's Packet Scheduler) )
4.\Device\NPF_{327C41D5-BB81-4B4D-B00A-31E33FDC5590} (Intel (R) Advanced Networking Services (iANS) NDIS Intermediate Dr
iver (Microsoft's Packet Scheduler) )
5.\Device\NPF_{BDCD5193-A72D-44B9-8DE5-050BD3DE078D} (Intel (R) Advanced Networking Services (iANS) NDIS Intermediate Dr
iver (Microsoft's Packet Scheduler) )




C:\>netsh interface show interface

Admin State    State          Type             Interface Name
-------------------------------------------------------------------------
Enabled                       Dedicated        VLAN vlan-22, ID: 22
Enabled                       Dedicated        Local Area Connection
Enabled                       Dedicated        VLAN vlan-21, ID: 21
Enabled                       Dedicated        VLAN vlan-23, ID: 23
Enabled                       Dedicated        Local Area Connection 2
Enabled                       Internal         Internal
Enabled                       Loopback         Loopback

C:\Documents and Settings\Administrator>ipconfig /all

Windows IP Configuration

        Host Name . . . . . . . . . . . . : xp-bogus
        Primary Dns Suffix  . . . . . . . :
        Node Type . . . . . . . . . . . . : Unknown
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 3Com EtherLink XL 10/100 PCI TX NIC (3C905B-TX)
Physical Address. . . . . . . . . : 00-50-04-89-B8-15
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : No
IP Address. . . . . . . . . . . . : 192.168.16.5
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.16.1
DHCP Server . . . . . . . . . . . : 192.168.16.1
DNS Servers . . . . . . . . . . . : 192.168.16.7
192.168.17.7
192.168.18.7
Lease Obtained. . . . . . . . . . : Thursday, March 18, 2004 12:57:19 PM
Lease Expires . . . . . . . . . . : Thursday, March 18, 2004 4:57:19 PM


Ethernet adapter VLAN vlan-22, ID: 22:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) Advanced Network Services Virtual Adapter #2
Physical Address. . . . . . . . . : 00-0E-0C-2C-32-AE
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : No
IP Address. . . . . . . . . . . . : 0.0.0.0
Subnet Mask . . . . . . . . . . . : 0.0.0.0
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 0.0.0.0


Ethernet adapter VLAN vlan-21, ID: 21:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) Advanced Network Services Virtual Adapter
Physical Address. . . . . . . . . : 00-0E-0C-2C-32-AE
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : No
IP Address. . . . . . . . . . . . : 0.0.0.0
Subnet Mask . . . . . . . . . . . : 0.0.0.0
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 0.0.0.0


Ethernet adapter VLAN vlan-23, ID: 23:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) Advanced Network Services Virtual Adapter #3
Physical Address. . . . . . . . . : 00-0E-0C-2C-32-AE
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : No
IP Address. . . . . . . . . . . . : 0.0.0.0
Subnet Mask . . . . . . . . . . . : 0.0.0.0
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 0.0.0.0




==================================================================
This is the WinPcap users list. It is archived at
http://www.mail-archive.com/[EMAIL PROTECTED]/

To unsubscribe use mailto: [EMAIL PROTECTED]
==================================================================

Reply via email to