wireshark/wsutil
João Valverde 5f8003e949 Add EditorConfig settings for most C files
Change-Id: I02e6d71290bbdf7504437b0d670955b3686b6b52
Reviewed-on: https://code.wireshark.org/review/14360
Reviewed-by: João Valverde <j@v6e.pt>
2016-03-08 10:46:35 +00:00
..
.editorconfig Add EditorConfig settings for most C files 2016-03-08 10:46:35 +00:00
CMakeLists.txt extcap: add local_interfaces_to_list() to wsutil. 2016-03-04 05:53:56 +00:00
Makefile.am Add EditorConfig settings for most C files 2016-03-08 10:46:35 +00:00
Makefile.common extcap: add local_interfaces_to_list() to wsutil. 2016-03-04 05:53:56 +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
interface.c Clean up modelines and indentation. 2016-03-04 15:30:44 +00:00
interface.h extcap: add local_interfaces_to_list() to wsutil. 2016-03-04 05:53:56 +00:00
jsmn.c Clean up modelines and indentation. 2016-02-25 21:34:36 +00:00
jsmn.h Clean up modelines and indentation. 2016-02-25 21:34:36 +00:00
md4.c
md4.h
md5.c
md5.h
mpeg-audio.c
mpeg-audio.h
nstime.c
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
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
rc4.c
rc4.h
report_err.c
report_err.h
sha1.c
sha1.h
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
sober128.c sober: fix cannot optimize loops warning [-Wunsafe-loop-optimizations] 2016-02-20 14:27:42 +00:00
sober128.h
str_util.c
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
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
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
unicode-utils.h
utf8_entities.h Qt: Improve Show Packet Bytes 2016-02-28 19:00:12 +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
ws_mempbrk.h
ws_mempbrk_int.h
ws_mempbrk_sse42.c
ws_version_info.c
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