First time here? Check out the FAQ!
answered 2019-07-19 13:39:48 +0000
You can't apply display filters while capturing. However you can apply capture filters. If by "port" you mean a L4 (TCP/UDP/SCTP) port then you could use a capture filter (e.g., tshark -f "tcp port 443" [...])
tshark -f "tcp port 443" [...]