What is the capture filter for getting both Syslog and ICMP Captures? asked 24 May '17, 09:51 praveen453 |
One Answer:
Assuming that Syslog is transported over UDP port 514:
answered 24 May '17, 13:47 Jaap ♦ |
What is the capture filter for getting both Syslog and ICMP Captures? asked 24 May '17, 09:51 praveen453 |
One Answer:
Assuming that Syslog is transported over UDP port 514:
answered 24 May '17, 13:47 Jaap ♦ |
No, I tried above command before but it is giving only syslog capture but not both as the function is "or", i used below command udp dst port 514 or icmp
Well, this is the BPF (for Ethernet) if you're interested:
Maybe, when looking at the frame, you can figure out why it's not working for you. If VLAN is involved prefix the filter with the vlan keyword.