1 | initial version |
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" ?
2 | No.2 Revision |
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 ....