Index: /trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp
===================================================================
--- /trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp	(revision 57910)
+++ /trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp	(revision 57911)
@@ -147,6 +147,10 @@
      * We are a dummy interface with all the real work done in
      * VBoxNetFlt bridged networking filter.  If anything makes it
-     * this far, just drop it, we have nowhere to send it to.
+     * this far, it must be a broadcast or a packet for an unknown
+     * guest that intnet didn't know where to dispatch.  In that case
+     * we must still do the BPF tap and stats.
      */
+    bpf_tap_out(pIface, DLT_EN10MB, pMBuf, NULL, 0);
+
     mbuf_freem_list(pMBuf);
     return 0;
