Skip to content

Instantly share code, notes, and snippets.

@lox
Created November 5, 2010 00:30
Show Gist options
  • Save lox/663457 to your computer and use it in GitHub Desktop.
Save lox/663457 to your computer and use it in GitHub Desktop.
--- pcaputil.c.orig Sun Mar 14 14:12:11 2004
+++ pcaputil.c Sun Mar 14 14:12:34 2004
@@ -16,6 +16,7 @@
#include <pcap.h>
#ifdef BSD
#include <pcap-int.h>
+#define BIOCIMMEDIATE _IOW('B',112, u_int)
#endif
#include "pcaputil.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment