aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/wireshark/README
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2014-07-20 13:21:25 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-01 14:23:44 +0200
commit9bfdcec4087ab5fd19dc054f2084c83c5883d010 (patch)
tree6661b2fe5cf8cae2bacd64e77829f642c062ea30 /meta-networking/recipes-support/wireshark/README
parentd22f4ca2e3e421615b601002061690a8f97257c0 (diff)
downloadmeta-openembedded-contrib-9bfdcec4087ab5fd19dc054f2084c83c5883d010.tar.gz
wireshark: Add recipe 1.12.0-rc2
* Inital wireshark support on gtk+, gtk3 * README with additional info Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/wireshark/README')
-rw-r--r--meta-networking/recipes-support/wireshark/README37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/wireshark/README b/meta-networking/recipes-support/wireshark/README
new file mode 100644
index 0000000000..0e0c52656a
--- /dev/null
+++ b/meta-networking/recipes-support/wireshark/README
@@ -0,0 +1,37 @@
+#
+Wireshark - Notes
+
+URL: http://www.wireshark.org/
+User Guide: http://www.wireshark.org/docs/wsug_html_chunked/
+Secruity advisories: http://www.wireshark.org/security/
+
+Wireshark is slowly moving away from gtk and towards QT as their graphical stack.
+Currently gtk is supported with this release and I plan on integrating QT.
+
+
+
+Adding the wireshark to your build
+========================================
+
+via local.conf
+IMAGE_INSTALL_append = " wireshark"
+
+Adding the wireshark to your graphical build
+========================================
+via local.conf
+EXTRA_IMAGE_FEATURES += "x11-base"
+
+or use the "core-image-x11"
+
+
+Maintenance
+-----------
+
+Send patches, comments or questions to openembedded-devel@lists.openembedded.org
+
+When sending single patches, please using something like:
+'git send-email -1 --to openembedded-devel@lists.openembedded.org --cc akuster@mvista.com --subject-prefix=meta-security][PATCH'
+
+Maintainer: Armin Kuster <akuster@mvista.com>
+
+