mbehr1 / vsc-webshark

Visual Studio Code extension to open pcap / network capture files using wireshark/sharkd.
GNU General Public License v2.0
27 stars 10 forks source link

Resolve IP addresses to user-friendly name #7

Open VaibhavKanojia opened 3 years ago

VaibhavKanojia commented 3 years ago

Hello, As discussed, It will be great to have a configuration to resolve IP addresses to user-friendly name

mbehr1 commented 3 years ago

by default the same settings as Wireshark gui should be used already. Do you have a "hosts" file in your "personal config dir"? You can use

tshark -G folders

to see which dirs are in use.

VaibhavKanojia commented 3 years ago

Nope, I don't have a hosts file in Personal configuration After creating a hosts file , IP address resolution to user-friendly name is working as expected Thanks should i close this issue?

mbehr1 commented 3 years ago

Good :-) I'll add a note to docs/readme and close then.