wireshark/wsutil
João Valverde f0fb79d534 autotools: Use pkg-config autoconf macros for GLib/GTK
Remove mostly obsolete aclocal macros. Make GTK build flags a strict superset
of GLib flags. Use GTK build variables for GTK GUI and GLib elsewhere. Add
dependency flags explicitly instead of using WS_CPPFLAGS.

Some minor improvements and fixes for missing/unnecessary variables (no impact
on our test builds).

Change-Id: I3e1f067a875f79d6516c1fa7af986f17a7a6b671
Reviewed-on: https://code.wireshark.org/review/14005
Reviewed-by: João Valverde <j@v6e.pt>
2016-02-21 07:51:55 +00:00
..
CMakeLists.txt Add inet_pton/inet_ntop interface to libwsutil 2016-02-19 15:55:09 +00:00
Makefile.am autotools: Use pkg-config autoconf macros for GLib/GTK 2016-02-21 07:51:55 +00:00
Makefile.common Add inet_pton/inet_ntop interface to libwsutil 2016-02-19 15:55:09 +00:00
Makefile.nmake cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic] 2015-11-29 21:54:34 +00:00
adler32.c
adler32.h
aes.c AES: Fix dereference of null pointer 2016-02-11 18:04:36 +00:00
aes.h Add AES-CMAC encryption support 2016-02-03 20:54:35 +00:00
airpdcap_wep.c
base64.c
base64.h
bits_count_ones.h
bits_ctz.h Set width of hex output according to bitmask 2016-01-24 00:03:18 +00:00
bitswap.c
bitswap.h
buffer.c
buffer.h
cfutils.c cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic] 2015-11-29 21:54:34 +00:00
cfutils.h cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic] 2015-11-29 21:54:34 +00:00
clopts_common.c
clopts_common.h
cmdarg_err.c
cmdarg_err.h
copyright_info.c Welcome in 2016 2016-01-01 14:08:30 +00:00
copyright_info.h
crash_info.c
crash_info.h
crc6.c
crc6.h
crc7.c
crc7.h
crc8.c
crc8.h
crc10.c
crc10.h
crc11.c
crc11.h
crc16-plain.c
crc16-plain.h
crc16.c add functions to calculate the CRC of an ISO14443-A message 2016-02-08 06:01:05 +00:00
crc16.h add functions to calculate the CRC of an ISO14443-A message 2016-02-08 06:01:05 +00:00
crc32.c
crc32.h
des.c
des.h
eax.c
eax.h
file_util.c file_util.h includes io.h, we don't need to do so ourselves. 2015-11-06 23:44:11 +00:00
file_util.h Use ws_{read,write,fdopen,close}. 2015-11-08 10:32:09 +00:00
filesystem.c Clean up indentation. 2016-01-07 09:41:14 +00:00
filesystem.h Make init_progfile_dir() take a function pointer [-Wpedantic] 2015-12-14 23:52:28 +00:00
floorl.c
floorl.h
frequency-utils.c Match what most source say are the actual Japanese 4.9 GHz channels. 2015-11-05 22:39:52 +00:00
frequency-utils.h Get rid of ws80211_frequency_to_channel(). 2015-11-05 22:56:07 +00:00
g711.c
g711.h
inet_addr-int.h Fix implicit conversion from 64 to 32 bits 2016-02-19 21:47:04 +00:00
inet_addr.c Fix implicit conversion from 64 to 32 bits 2016-02-19 21:47:04 +00:00
inet_addr.h Fix implicit conversion from 64 to 32 bits 2016-02-19 21:47:04 +00:00
inet_aton.c Add inet_pton/inet_ntop interface to libwsutil 2016-02-19 15:55:09 +00:00
inet_aton.h Just #include wsutil/inet_aton.h 2016-02-13 23:51:53 +00:00
inet_ntop.c Add inet_pton/inet_ntop interface to libwsutil 2016-02-19 15:55:09 +00:00
inet_pton.c Add inet_pton/inet_ntop interface to libwsutil 2016-02-19 15:55:09 +00:00
jsmn.c jsmn: bugfix in jsmn_parse() (found by clang). 2015-03-06 19:48:00 +00:00
jsmn.h Added JSON native file support. 2015-02-17 11:08:51 +00:00
md4.c
md4.h
md5.c
md5.h
mpeg-audio.c
mpeg-audio.h
nstime.c nstime: fix -Wshift-negative-value 2015-10-09 22:59:26 +00:00
nstime.h No need for "struct nstime_t", "nstime_t" by itself suffices. 2016-01-03 07:19:34 +00:00
os_version_info.c Next Windows Server version seems to be named Windows Server 2016 now 2015-07-07 16:30:36 +00:00
os_version_info.h
pint.h
plugins.c plugins: do not import symbols globally 2016-01-31 13:31:28 +00:00
plugins.h
popcount.c
popcount.h
privileges.c
privileges.h
processes.h It's INVALID_HANDLE_VALUE, not INVALID_HANDLE. 2015-06-10 04:20:39 +00:00
rc4.c
rc4.h
report_err.c
report_err.h Mark another function as printf-like. 2015-07-04 20:15:33 +00:00
sha1.c Define the SHA-1 digest length in wsutil/sha1.h and use it. 2015-05-09 23:36:11 +00:00
sha1.h Define the SHA-1 digest length in wsutil/sha1.h and use it. 2015-05-09 23:36:11 +00:00
sha2.c Squelch warnings from compilers that don't know that (a%b) is always < b. 2016-02-03 21:51:30 +00:00
sha2.h Add functions for SHA256 and HMAC-SHA256 2016-02-03 20:53:03 +00:00
sign_ext.h Don't shift signed values left. 2015-04-30 20:40:17 +00:00
sober128.c sober: fix cannot optimize loops warning [-Wunsafe-loop-optimizations] 2016-02-20 14:27:42 +00:00
sober128.h
str_util.c UDP multicast stream dialog. 2015-08-18 20:17:20 +00:00
str_util.h Don't include "file.h" if you don't need it. 2015-11-04 08:46:30 +00:00
strnatcmp.c
strnatcmp.h
strptime.c Replace tabs by spaces when editor modelines has "expandtab" 2015-02-13 17:34:53 +00:00
strptime.h
tempfile.c Clean up includes of unistd.h, fcntl.h, and sys/stat.h. 2015-11-07 21:52:23 +00:00
tempfile.h
time_util.c
time_util.h
type_util.c Keep everything unsigned there. 2015-05-09 01:27:17 +00:00
type_util.h
u3.c Clean up includes of unistd.h, fcntl.h, and sys/stat.h. 2015-11-07 21:52:23 +00:00
u3.h
unicode-utils.c Qt: fix a crash when closing application under Windows 2015-06-17 23:24:58 +00:00
unicode-utils.h Qt: Make sure we have usable command line arguments. 2015-06-16 18:58:54 +00:00
utf8_entities.h Qt: Add Decode as in Show Packet Bytes 2016-02-16 21:43:14 +00:00
ws_cpuid.h
ws_diag_control.h ws80211: Disable shorten-64-to-32. 2015-12-01 01:19:33 +00:00
ws_mempbrk.c Remove tvb_ from the names of wsutil mempbrk routines. 2015-02-21 20:39:25 +00:00
ws_mempbrk.h Remove tvb_ from the names of wsutil mempbrk routines. 2015-02-21 20:39:25 +00:00
ws_mempbrk_int.h Remove tvb_ from the names of wsutil mempbrk routines. 2015-02-21 20:39:25 +00:00
ws_mempbrk_sse42.c The official #define for 32-bit and 64-bit Windows is _WIN32. 2015-09-02 22:59:10 +00:00
ws_version_info.c [MSVC 2015] Compiler and visual studio version are off by 5 not 6 in MSVC 2015-08-05 12:34:11 +00:00
ws_version_info.h
wsgcrypt.h
wsgetopt.c Remove -Wwrite-strings compiler flag 2015-12-12 16:21:19 +00:00
wsgetopt.h
wsgetopt_int.h Fix some files to pass the pre-commit hook script. 2015-05-17 21:01:03 +00:00