Options

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

Comments

  • Options

    Here is one that works for me.

    (10.0.1.2)\s.*(ProxyInspect)

  • Options

    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

Sign In to comment.