Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 651
    • Issues 651
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 192
    • Merge Requests 192
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #11211

Closed
Open
Opened Feb 10, 2020 by satheesh@sathishsms
  • Report abuse
  • New issue
Report abuse New issue

tshark-3.X.X-r0.apk needs to be linked against libnghttp2 to parse http2 json content

pls have "apk add nghttp2 nghttp2-dev" as part of the tshark build environment. As long as tshark cmake detects this libnghttp2 library & headers files(.h files) it will add support to parse http2-json. Sample below

roy@ubuntu:/home/roy/code/build/wireshark_NEWBUILD$ ldd /usr/bin/tshark  | grep http2
        libnghttp2.so.14 => /usr/lib/x86_64-linux-gnu/libnghttp2.so.14 (0x00007f2aa4745000)

CMAKE reports states this, -- The following OPTIONAL packages have been found:

  • GMODULE2
  • Gettext
  • GNUTLS (required version >= 3.2.0)
  • ZLIB
  • NGHTTP2, HTTP/2 C library and tools, https://nghttp2.org Header decompression in HTTP2
  • LibXml2
  • SETCAP
  • XSLTPROCmake

Kindly do this simple fix so that http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/tshark-3.0.8-r0.apk support http2 json content parsing.

Edited Feb 10, 2020 by satheesh
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: alpine/aports#11211