FSM regular expression to find an IP and a text string
Half an hour of searching for an FSM regular expression to find an IP and a text string has resulted in nothing but frustration. I need a simple example of how to find all FSM traffic lines with both a certain IP address and "ProxyInspect" in the line.
Any ideas?
Gregg Hill
0
Sign In to comment.
Comments
Here is one that works for me.
(10.0.1.2)\s.*(ProxyInspect)
Oh, man, I was about to post that it didn't work, and then I noticed the IP address. Geez, Gregg, pull your head out! I added MY desired IP and it worked just great!
Thank you, Bruce!
Gregg Hill