First time here? Check out the FAQ!
answered 2023-05-02 13:16:18 +0000
The default port for syslog traffic is udp/514, so if you're looking for a capture filter, it'd be udp dst port 514 and if you're looking for a Wireshark display filter, it'd be udp.dstport eq 514.
udp dst port 514
udp.dstport eq 514