Wireshark-bugs: [Wireshark-bugs] [Bug 9179] VoIP flow graph crash upon opening
Date: Thu, 14 Aug 2014 06:50:24 +0000

Comment # 23 on bug 9179 from
(In reply to EmaX from comment #22)
> WHAT I DID:
> AS ROOT
> $ apt-get build-dep wireshark
> $ dget
> http://http.debian.net/debian/pool/main/w/wireshark/wireshark_1.10.8-
> 1~bpo70+1.dsc
> 
> INSTALLED DEPENDENCIES
> $ apt-get install libgtk2.0-dev && apt-get install dpatch && apt-get install
> python-support && apt-get install liblua5.1-0-dev
> 
> CD
> $ cd ./wireshark-1.10.8
> $ dpkg-buildpackage -us -uc -rfakeroot
> 
> After all installation, opened wireshark and it is still 1.10.6 and still
> crashes upon opening of flow graph.

WHAT YOU DIDN'T DO, UNLESS YOU FORGOT TO MENTION IT ABOVE:
$ patch ui/gtk/graph_analysis.c <{the patch file you downloaded}

in between

$ cd ./wireshark-1.10.8

and

$ dpkg-buildpackage -us -uc -rfakeroot

(as per

    http://askubuntu.com/questions/511102/how-to-apply-wireshark-patch

I assume "Got the patch at
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9179" means you downloaded
the patch from Bugzilla).

If you don't apply the patch, you will not get a version of Wireshark with the
fix.


You are receiving this mail because:
  • You are watching all bug changes.