Package: libwireshark-dev
Version: 2.0.4+gdd7746e-1
Severity: normal

Dear Maintainer,

wireshark depends heavily on glib:
$ grep -r glib.h /usr/include/wireshark | wc -l
129

It is not possible to compile a dissector without glib includes:
(example borrowed from fedora bugzilla)
$ cat > ws.c <<EOF
#include <wireshark/config.h>
#include <wireshark/epan/proto.h>
EOF
$ LANG=C gcc -c `pkg-config --cflags --libs wireshark` -o ws.o ws.c
In file included from ws.c:3:0:
/usr/include/wireshark/epan/proto.h:40:18: fatal error: glib.h: No such
file or directory
compilation terminated.

Please add a dependency to glib to wireshark.pc.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages libwireshark-dev depends on:
ii  libwireshark6  2.0.4+gdd7746e-1
ii  libwsutil-dev  2.0.4+gdd7746e-1

libwireshark-dev recommends no packages.

libwireshark-dev suggests no packages.

-- no debconf information

Reply via email to