Wireshark-commits: [Wireshark-commits] rev 52227: /trunk/packaging/macosx/ChmodBPF/ /trunk/packagin

Date: Fri, 27 Sep 2013 03:33:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52227

User: gerald
Date: 2013/09/27 03:33 AM

Log:
 Have ChmodBPF kludge^Wcreate as many BPF devices as possible at startup.
 
 The welcome screen in the Qt port runs "dumpcap -S" to draw sparklines.
 On OS X this means that it holds open a BPF device for each interface.
 Trying to capture using another instance of Wireshark (or tcpdump, or
 tshark, or...) will trigger the creation of an additional BPF device but
 we won't have permission to use it. Forcing device creation at startup
 works around this.

Directory: /trunk/packaging/macosx/ChmodBPF/
  Changes    Path          Action
  +27 -5     ChmodBPF      Modified