Forum Discussion
jdscrymgeour_42
Nimbostratus
Oct 18, 2011TCP 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:...
jdscrymgeour_42
Nimbostratus
Oct 27, 2011A work around for this is to never use the TCP::release command which I can get away with in my rule using a sideband connection in version 11. and using:
TCP::payload replace 0 [TCP::payload length]""
to empty the collected data.
THanks
James
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects