Files
meta-openembedded/meta-networking/recipes-support/wireshark
Armin Kuster c083405d2a wireshark: update to 2.2.6
The following vulnerabilities have been fixed:
* [1]wnpa-sec-2017-12
  IMAP dissector crash ([2]Bug 13466) [3]CVE-2017-7703
* [4]wnpa-sec-2017-13
  WBMXL dissector infinite loop ([5]Bug 13477) [6]CVE-2017-7702
* [7]wnpa-sec-2017-14
  NetScaler file parser infinite loop ([8]Bug 13478) [9]CVE-2017-7700
* [10]wnpa-sec-2017-15
  RPCoRDMA dissector infinite loop ([11]Bug 13558) [12]CVE-2017-7705
* [13]wnpa-sec-2017-16
  BGP dissector infinite loop ([14]Bug 13557) [15]CVE-2017-7701
* [16]wnpa-sec-2017-17
  DOF dissector infinite loop ([17]Bug 13453) [18]CVE-2017-7704
* [19]wnpa-sec-2017-18
  PacketBB dissector crash ([20]Bug 13559)
* [21]wnpa-sec-2017-19
  SLSK dissector long loop ([22]Bug 13576)
* [23]wnpa-sec-2017-20
  SIGCOMP dissector infinite loop ([24]Bug 13578)
* [25]wnpa-sec-2017-21
  WSP dissector infinite loop ([26]Bug 13581)

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2017-04-25 15:55:38 -04:00
..
2014-08-06 11:24:28 -04:00
2017-04-25 15:55:38 -04:00

#
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
IMAGE_INSTALL_append = " wireshark"

and one of:

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 use something like:

   git send-email -1 -M \
       --to openembedded-devel@lists.openembedded.org \
       --cc akuster@mvista.com \
       --subject-prefix=meta-networking][PATCH

Maintainer:    Armin Kuster <akuster@mvista.com>