I'm trying to start capturing info with a filter from ethereal. The filter is a very basic one ip.src == 192.168.0.44 and I got the parse exception.
Because that's a display filter, not a capture filter. Capture filter syntax to do the same would be 'ip src host 192.168.0.44'.
--
Regards,
Marco.
