Slightly Off Topic: tshark on Mac OS X 12.4 #554
cbrauckmiller
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know this isn't a pyshark issue, but figured I'd ask in case someone else has seen this.
On Mac OS X 12.4, when I try and run a tshark on a PCAP, I can only get the fram number output when I use -T fields -e frame.number -e dtls.record.sequence_number
If I don't specify any fields, I just get the layer 2 summary from the PCAP.
If I run the same exact command on the same exact PCAPNG on a Windows box, it works fine.
I've uninstalled wireshark and re-installed it. Tried both the DMG from Wireshark as well as trying the brew install version. Same results. Verified that tshark is in the path, but again, tshark runs but I just get no output other than the frame #.
Because of this, my pyshark script doesn't work. :)
If this is too Off-Topic, please delete.
Beta Was this translation helpful? Give feedback.
All reactions