Hey,
for privacy reasons I want (or 'have') to shorten the NAT connection buildup and teardown in the syslog of a FWSM to only include source port and source address but not the destination. With a syslog option of "informative" I get
Mar 14 16:37:35 fwsm %FWSM-6-302013: Built outbound TCP connection 145545661512558860 for wlan:10.18.225.222/50729 (xx.yy.38.34/10566) to outside:zz.aa.59.64/80 (bb.cc.59.64/80)
but I more think about
Mar 14 16:37:35 fwsm %FWSM-6-302013: Built outbound TCP connection 145545661512558860 for wlan:10.18.225.222/50729 (xx.yy.38.34/10566)
Is this possible from within the FWSM or do I have to post-process in the syslog server?