summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstallions <stallions@a3e5c962-4219-0410-a828-e124f845ac39>2010-02-11 20:21:19 +0000
committerstallions <stallions@a3e5c962-4219-0410-a828-e124f845ac39>2010-02-11 20:21:19 +0000
commitd3334c1bef2abf75e9fb3a88c70d36517d6b5419 (patch)
treed5ab97e3a7917e694aba44503b9b4649fa0ae4ea
parent4a658b78e54441af871e29c030e6e54b42e1f642 (diff)
downloadMPC-d3334c1bef2abf75e9fb3a88c70d36517d6b5419.tar.gz
Thu Feb 11 20:19:38 UTC 2010 Steven Stallion <stallions@ociweb.com>
-rw-r--r--ChangeLog7
-rw-r--r--config/global.features1
-rw-r--r--config/wireshark.mpb14
3 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2810830c..9c9f2ba7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Feb 11 20:19:38 UTC 2010 Steven Stallion <stallions@ociweb.com>
+
+ * config/global.features:
+ * config/wireshark.mpb:
+
+ Added initial support for wireshark.
+
Tue Feb 9 14:05:11 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
* templates/vc8vb.mpd:
diff --git a/config/global.features b/config/global.features
index 2303ee4b..7e8de7d9 100644
--- a/config/global.features
+++ b/config/global.features
@@ -30,6 +30,7 @@ swig_python = 0
swig_ruby = 0
swig_tcl = 0
uses_wchar = 0 // i.e., unicode
+wireshark = 0
xalanc = 0
xerces = 0
xerces2 = 0
diff --git a/config/wireshark.mpb b/config/wireshark.mpb
new file mode 100644
index 00000000..9e2ca010
--- /dev/null
+++ b/config/wireshark.mpb
@@ -0,0 +1,14 @@
+//
+// $Id$
+//
+
+project {
+ requires += wireshark
+
+ // Unfortunately wireshark does not install headers for plugin
+ // development; instead we rely on the source distribution:
+ includes += $(WIRESHARK_SRC)
+ libpaths += $(WIRESHARK_ROOT)/lib
+
+ lit_libs += wiretap wireshark
+}