aboutsummaryrefslogtreecommitdiff
path: root/example/Win32/pcapExample/pcapExample.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/Win32/pcapExample/pcapExample.cpp')
-rw-r--r--example/Win32/pcapExample/pcapExample.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/example/Win32/pcapExample/pcapExample.cpp b/example/Win32/pcapExample/pcapExample.cpp
new file mode 100644
index 000000000..ad7655eea
--- /dev/null
+++ b/example/Win32/pcapExample/pcapExample.cpp
@@ -0,0 +1,11 @@
+// pcapExample.cpp : Defines the entry point for the console application.
+//
+
+#include "stdafx.h"
+
+
+int _tmain(int argc, _TCHAR* argv[])
+{
+ return 0;
+}
+