eldadru / ksniff

Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark
Apache License 2.0
3.13k stars 186 forks source link

support tshark? #154

Closed roostergr closed 1 year ago

roostergr commented 1 year ago

Hi, any chance ksniff will support also tshark in the near future?

Cheers

bostrt commented 1 year ago

Hi! It's not in the roadmap for the near future and no research has been done on how it would work exactly but I can see the value for users that want an interactive experience without a GUI.

In the meantime you can use the -o flag to save a pcap and then review it in tshark.

roostergr commented 1 year ago

Hey thanks! I can verify that I can review the file on tshark.