FS#41549 - [wireshark-cli] missing headers

Attached to Project: Community Packages
Opened by Jonathan Squirawski (sky) - Wednesday, 13 August 2014, 08:50 GMT
Last edited by Timothy Redaelli (tredaelli) - Wednesday, 01 October 2014, 09:19 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Timothy Redaelli (tredaelli)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hi,

Wireshark 1.12 comes with some new headers (epan/wmem) which aren't yet included in the wireshark package. Here is the patch to apply on the PKGBUILD to get it working:

--- old/PKGBUILD 2014-08-13 10:44:34.000000000 +0200
+++ new/PKGBUILD 2014-08-12 18:59:25.368697542 +0200
@@ -52,10 +52,10 @@
rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-qt"

# Headers
- install -dm755 "${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
+ install -dm755 "${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}

install -m644 color.h config.h register.h ws_symbol_export.h "${pkgdir}/usr/include/${pkgbase}"
- for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap wsutil; do
+ for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem wiretap wsutil; do
install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
done
}

If someone could apply it would be nice.

Thank you
This task depends upon

Closed by  Timothy Redaelli (tredaelli)
Wednesday, 01 October 2014, 09:19 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 1.12.0-2
Comment by G. Richard Bellamy (rbellamy) - Wednesday, 01 October 2014, 00:46 GMT
These changes are in the current PKGBUILD in community.

Loading...