Hi
I've below string.
acl add name=FTP_1 audit=traffic auth_needed=no dest=ipaddr:Data1
dest_burb=external authmethods='' source=ipaddr:Data2
acl add name=FTP_2 varaiblestring=xxxxx dest=ipaddr:Dat1
dest_burb=external authmethods='' variablestring=xxxx
source=ipaddr:Data2
How can I extract "dest=ipaddr:Data1" and "source=ipaddr:Data2" from
this. The pattern before and after these string are varying. My purpose
is to extract info based on the 'dest=' and "source=" string.
Regards
AJ