http://bugs.winehq.org/show_bug.cgi?id=33753
--- Comment #13 from Erich Hoover erich.e.hoover@gmail.com 2013-06-08 18:24:08 CDT --- Created attachment 44702 --> http://bugs.winehq.org/attachment.cgi?id=44702 Something to try
Once you've confirmed that the filter is the problem, the attached patch is something for you to try. Currently the filter uses the interface index to screen packets, but I suspect that (if the filter is really the problem) your problem is that the program is looking for packets _sent by itself_ (rather than from another machine). I'm not entirely sure how to detect this circumstance with the filter, but the attached is at least something to try.