ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 66b02c7: Include <sys/capaibility.h> to get _LINUX_CA

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Jul 2014 15:22:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=66b02c75eda0c5c7430ff62f641390ad415e826c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

66b02c7 by Guy Harris (guy@xxxxxxxxxxxx):

    Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.
    
    It's no longer used in version_info.c, but is used in the main source
    files of TShark and Wireshark (it's already included in dumpcap).
    
    Change-Id: I2169a2bbed678baf26fc8711d7c13d95cce3ee2a
    Reviewed-on: https://code.wireshark.org/review/2819
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f3c62ed   Move the GLib version info string stuff to get_glib_version_info().
    adds  66b02c7   Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.


Summary of changes:
 tshark.c       |    4 ++++
 ui/gtk/main.c  |    4 ++++
 ui/qt/main.cpp |    4 ++++
 version_info.c |    4 ----
 4 files changed, 12 insertions(+), 4 deletions(-)