Netsh is a command line tool that is very useful provided of
course you know exactly on how to use it.
Below is an example on how to display the GUID and the
description of the network interface card.
netsh trace show interfaces
Sample output:
Ethernet adapter Ethernet:
Description: Intel(R) I350 Gigabit Network Connection
Interface
GUID: {1C8DC74A-0BCD-48FF-F3B7-26B1FF4D5650}
Interface Index:
12
Interface
Luid: 0x8000008000000
Tunnel adapter
isatap.{BCF65C9D-CB58-49F7-8BA1-88DBF2A6FBCE}:
Description: Microsoft ISATAP Adapter #3
Interface
GUID: {F8BB0A84-D5A4-CA93-BA100-27EF2898CC82}
Interface Index:
19
Interface
Luid: 0x12000005000000
The GUID (globally unique identifier) is used to identify
objects in Windows registry.
The above command shows the description and the interface
GUID, but the above command also can be used to sniff or capture traffic.
netsh trace start capture=YES report=YES persistent=YES
Netsh packet sniffing is quite handy because it's already
built-in on the system and no need to install third party software such as
WireShark.
Just watch out for the space when capturing network traffic;
logs can easily take up space depending on how long you will sniff the traffic.
To dig further about analyzing network traffic search the
web for "Microsoft Message Analyzer".
Cheers.. till next time.
==================
Free Android Apps:
Click on links below to find out more:
https://play.google.com/store/apps/details?id=soulrefresh.beautiful.prayer
Catholic Rosary Guide for Android:
https://play.google.com/store/apps/details?id=com.myrosaryapp
http://quickbytesstuff.blogspot.sg/2014/09/how-to-recite-rosary.html
Divine Mercy Chaplet Guide (A Powerful prayer):
https://play.google.com/store/apps/details?id=com.dmercyapp
Educational Android App for Kids:
https://play.google.com/store/apps/details?id=com.xmultiplication
https://play.google.com/store/apps/details?id=com.letsmultiply
Comments
Post a Comment