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

Wireshark-commits: [Wireshark-commits] rev 33461: /trunk/gtk/ /trunk/gtk/: capture_dlg.c

Date: Wed, 07 Jul 2010 01:55:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33461

User: guy
Date: 2010/07/06 06:55 PM

Log:
 I added PCAP_NETMASK_UNKNOWN in libpcap 1.1.0; it's not present in
 1.0.0.  You're supposed to just use 0 in releases prior to 1.1.0 - in
 1.1.0 and later, a netmask of PCAP_NETMASK_UNKNOWN will cause errors if
 you try to use "ip broadcast" (as you need the netmask to check for
 local broadcasts), but, prior to that, the netmask value is blindly used
 even if the filter will always fail.

Directory: /trunk/gtk/
  Changes    Path             Action
  +4 -0      capture_dlg.c    Modified