I am trying to use Tshark to analyze network traffic to find probe requests on a wifi card in monitor mode. I would like to use tshark to analyze traffic than output the data into a csv file. I can capture the data in real time with:
but if i try and use:
all i get is the frame number. Am i using the -T field/-e fields commands wrong or am i missing something? asked 11 Jul '17, 10:32 20weegweeg edited 11 Jul '17, 10:54 sindy |
One Answer:
What version of Wireshark is this?
printed
on my MacBook Pro with a build from a recent checkout of the master branch. answered 11 Jul '17, 18:54 Guy Harris ♦♦ I installed the latest build and now it works, thanks for the help (12 Jul '17, 07:04) 20weegweeg |
Do you experience the same issue if you use
?