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

Date: Sat, 02 Oct 2010 10:28:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34328

User: sake
Date: 2010/10/02 03:28 AM

Log:
 pcap_activate needs to be called to set the DLT of the selected interface, otherwise the BPF filter is compiled with a DLT of NULL, which will make a filter like "ether host 00:00:00:00:00:00" fail to compile.

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