THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

I take it that you are using Tshark even though you have mentioned, "I need to select the wifi when Wireshark starts..".

Have you tried this: tshark -i "WIFI INTERFACE" ?

Alternatively, you can do this: tshark -D . [This will list the index of the all the network interfaces; mark the wifi one -- say 2] tshark -i 2 ....

I take it that you are using Tshark even though you have mentioned, "I need to select the wifi when Wireshark starts..".

Have you tried this: tshark -i "WIFI INTERFACE" ?

Alternatively, you can do this: tshark -D . [This will list the index of the all the network interfaces; mark the wifi one -- say 2] tshark -i 2 ....