Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5932] MAC address capture filter doesn't work on 1.7.0-SVN

Date: Wed, 18 May 2011 21:57:06 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5932

--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx> 2011-05-18 21:57:05 PDT ---
The code that's doing the filtering is the WinPcap NPF driver running in kernel
mode, so the only way the Wireshark version would directly affect this would be
if it were handing a bad filter string to pcap_compile() or mangling the
resulting filter before handing it to pcap_setfilter().

1.6.0rc1 and 1.7.0 are probably installing the same version of WinPcap, so it's
probably not an indirect consequence of different versions of Wireshark
installing different versions of WinPcap.

This might be a consequence of the recent dumpcap etc. changes in the trunk. 
If so, I wouldn't expect it to just break MAC address filters, I'd expect it to
break all filters; do any other capture filters work with that 1.7.0 build?

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.