aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/wireshark/README
blob: 0e0c52656aa613e0d76002570d072b6030842a43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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>