user123456 Asked: 2016-11-12 14:49:35 +0800 CST2016-11-12 14:49:35 +0800 CST 2016-11-12 14:49:35 +0800 CST How to display only the source port with tshark 772 I can display the source and destination tcp ports with tshark -T fields -e tcp.port 1111,2222 2222,1111 [...] How can I display only the source port in order to get 1111 2222 wireshark filter tshark 1 Answers Voted Best Answer Dmitry Zayats 2016-11-12T15:03:21+08:002016-11-12T15:03:21+08:00 Like this tshark -e tcp.srcport -T fields
Like this