Forum Discussion

jdscrymgeour_42's avatar
jdscrymgeour_42
Icon for Nimbostratus rankNimbostratus
14 years ago

TCP Logging all traffic

My rule is basically the same as the below:     when CLIENT_ACCEPTED {   TCP::collect   {   when CLIENT_DATA {   set DATA [TCP::payload]   log local0. "TCP DATA: $DATA"   TCP:...