Hi MG,
I am able to get a good parse using the Pattern Parser...

With the pattern...
%S itime="%d{yyyy-MM-dd %H:mm:ss}" %S srcip=%s{srcip} dstip=%s{dstip} %S srcintf="%S{srcintf}" dstintf="%S{dstintf}" %S%n

If you look at the pattern, what I am doing is skipping irrelevant elements with %S. LogViewPlus expects log entries to have the same structure, so one gotcha with this pattern is that the elements need to be in the order specified. If this is not the case with your log file, you should consider using a multi-pattern. If the parameters are random, you will need to use a customer parser.
Hope that helps,
Toby