hi, zeeker
I need to get the data of TCP option (kind == 78) from TCP and write it into the conn log. (f5 inserts the real source IP address into a TCP option. aka TOA)
the normal process is to use event tcp_options to get all pkt options for judgment.
but event tcp_options is expensive. Is there any better way?
or can I disable event tcp_options on this session after got the required data? or let Zeek generate a specific event only when kind==78.
Thank you for your help!