This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

tshark -D on dual port card (WinXP)

0

On a WInXP computer, I need to programatically read the results of tshark -D and identify the port I want to use based on the description. Unfortunately the board is is a dual port card, so the second port is identified with (Intel(R)... #2), but tshark does not display the #2. Any suggestions, or is this a change request.

asked 18 Apr '13, 08:56

mictalley's gravatar image

mictalley
16113
accept rate: 0%


One Answer:

1

As I mentioned in the answer to the following question, you can use dumpcap -D -M

http://ask.wireshark.org/questions/20545/right-interface-to-use-with-tshark-under-windows

Then use the IP address of the interface to identify the second port of the nic.

Regards
Kurt

answered 18 Apr '13, 10:49

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

edited 18 Apr '13, 10:53

Thanks, works great - and this is better than the card description since the computer will have a fixed IP regardless of which manufacturer's card is installed.

(18 Apr '13, 13:34) mictalley