Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
%PIX-3-710003: TCP access denied by ACL from 10.20.15.68(unresolved)/33348 to outside:.64.233.167.99(64-233-167-99.myip.com)/22
%PIX-3-106014: Deny inbound icmp src inside:192.168.1.20(server.mydomain.com) dst inside:192.168.100.100(unresolved) (type 8, code 0)
%PIX-3-313001: Denied ICMP type=8, code=0 from 61.218.193.226(61-218-193-226.HINET-IP.hinet.net) on interface outside
%PIX-3-710003|TCP access denied by ACL from|10.20.15.68|unresolved|33348|to outside|64.233.167.99|64-233-167-99.myip.com|22
%PIX-3-106014|Deny inbound icmp src inside|192.168.1.20|server.mydomain.com|dst inside|192.168.100.100|unresolved|type 8, code 0
%PIX-3-313001|Denied ICMP type=8, code=0 from|61.218.193.226|61-218-193-226.HINET-IP.hinet.net|on interface outside
stringvar x := replace(replace(replace(replace(replace (replace(replace(replace({@SeparateString}, chr(13),"^"),"(","^"),":","^"),")","^"),"/","^"),"from ","from ^")," to","^ to"),"^^","^");
stringvar array y := split(x,"^");
if ubound(y) >= 2 then
y[2
nothing - just blank
|10.20.15.68|unresolved|33348|
stringvar x := replace(replace(replace(replace(replace (replace(replace(replace({Table1.Field4}, chr(13),"^"),"(","^"),":","^"),")","^"),"/","^"),"from ","from ^")," to","^ to"),"^^","^");
stringvar array y := split(x,"^");
join(y,"|");