wireshark/wsutil
Pascal Quantin 85aa1bcc75 ws_mempbrk_sse42.c: remove inclusion of stdint.h as it's no more required after g79e4da4
Change-Id: I48776a286ba1d412ecda55857938d9daa77fd3f7
Reviewed-on: https://code.wireshark.org/review/5136
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-11-05 12:38:06 +00:00
..
CMakeLists.txt Don't use -msse4.2 with MSVC. 2014-11-03 16:39:54 +00:00
Makefile.am Remove the optional strncasecmp.{h,c} target (for systems that don't have that API). 2014-10-30 13:39:44 +00:00
Makefile.common Remove the optional strncasecmp.{h,c} target (for systems that don't have that API). 2014-10-30 13:39:44 +00:00
Makefile.nmake Fix the patch-bzip2 target. 2014-09-16 20:16:26 +00:00
adler32.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
adler32.h
aes.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
aes.h
airpdcap_wep.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
base64.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
base64.h
bits_count_ones.h Follow-up of ged0b19b (Make boolean bitmask type 64-bit wide) 2014-10-13 15:34:09 +00:00
bits_ctz.h Make boolean bitmask type 64-bit wide 2014-10-12 14:15:12 +00:00
bitswap.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
bitswap.h
buffer.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
buffer.h Rename buffer_ routines to ws_buffer_ to avoid name collisions. 2014-08-02 11:01:29 +00:00
cfutils.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
cfutils.h Don't declare CFString_to_C_string() if we don't have OS X frameworks. 2014-06-22 01:11:29 +00:00
clopts_common.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
clopts_common.h Move some more stuff into wsutil. 2014-06-29 23:03:24 +00:00
cmdarg_err.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
cmdarg_err.h Move some more stuff into wsutil. 2014-06-29 23:03:24 +00:00
compiler_info.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
compiler_info.h Add a get_compiler_info() routine in libwsutil to get compiler information. 2014-06-21 19:35:06 +00:00
copyright_info.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
copyright_info.h Move get_copyright_info() to wsutil. 2014-06-21 17:33:05 +00:00
cpu_info.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
cpu_info.h Move the routine to get a CPU information string to wsutil. 2014-06-21 20:21:03 +00:00
crash_info.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
crash_info.h
crc6.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
crc6.h
crc7.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
crc7.h
crc8.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
crc8.h
crc10.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
crc10.h Clean up the CRC-10 code. 2014-08-08 18:09:02 +00:00
crc11.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
crc11.h
crc16-plain.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
crc16-plain.h
crc16.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
crc16.h Add routines for CRC-16 with a polynomial of 0x3D65. 2014-08-08 15:58:06 +00:00
crc32.c The "MPEG-2" CRC-32 is also the ATM CRC-32. 2014-08-08 19:52:08 +00:00
crc32.h
des.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
des.h
eax.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
eax.h
file_util.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
file_util.h
filesystem.c Get rid of unnecessary includes of ctype.h. 2014-10-17 21:22:58 +00:00
filesystem.h Extcap Capture Interface 2014-08-21 03:34:02 +00:00
g711.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
g711.h
glib_version_info.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
glib_version_info.h Add some #includes to satisfy check-abi 2014-07-23 17:48:34 +00:00
inet_aton.c Get rid of unnecessary includes of ctype.h. 2014-10-17 21:22:58 +00:00
inet_aton.h
inet_ntop.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
inet_pton.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
inet_v6defs.h
md4.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
md4.h
md5.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
md5.h
mem_info.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
mem_info.h Move the routine to get memory information to wsutil. 2014-06-21 20:31:53 +00:00
mpeg-audio.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
mpeg-audio.h
nstime.c Fix some whitespace issues. 2014-05-23 23:44:57 +00:00
nstime.h More handling of missing time stamps. 2014-05-23 23:41:21 +00:00
os_version_info.c Add identification of Windows (Server) 10 2014-11-02 13:33:52 +00:00
os_version_info.h Move get_os_major_version() to wsutil and rename it to get_windows_major_version(). 2014-06-21 21:33:11 +00:00
pint.h
plugins.c plugins.c: cleanup plugins_scan_dir() 2014-08-21 23:58:15 +00:00
plugins.h
privileges.c Clean up a comment. 2014-06-30 23:03:22 +00:00
privileges.h
rc4.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
rc4.h
report_err.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
report_err.h
sha1.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
sha1.h
sign_ext.h Validate no_of_bits in ws_sign_ext32 and ws_sign_ext64 2014-11-01 15:51:41 +00:00
sober128.c Squash casting-away-constness warnings. 2014-07-06 11:15:18 +00:00
sober128.h Add casting and license info to fix buildbots 2014-06-19 23:55:47 +00:00
str_util.c Don't use ctype.h routines. 2014-10-17 21:11:44 +00:00
str_util.h Don't print non-printable characters in AX.25 addresses. 2014-09-04 12:46:06 +00:00
strnatcmp.c Rename the strnatcmp.c routines and make them use the g_ascii_XXX() routines. 2014-10-29 17:54:51 +00:00
strnatcmp.h Rename the strnatcmp.c routines and make them use the g_ascii_XXX() routines. 2014-10-29 17:54:51 +00:00
strptime.c Remove the optional strncasecmp.{h,c} target (for systems that don't have that API). 2014-10-30 13:39:44 +00:00
strptime.h
tempfile.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
tempfile.h
time_util.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
time_util.h Move mktime_utc() from tvbuff.c to wsutil/time_util.c 2014-04-25 04:13:02 +00:00
type_util.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
type_util.h Add some #includes to satisfy check-abi 2014-07-23 17:48:34 +00:00
u3.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
u3.h
unicode-utils.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
unicode-utils.h Modify includes of config.h so that out-of-tree builds, i.e. CMake 2014-08-24 08:04:08 +00:00
ws_cpuid.h Fix Buildbot Mac OS: /wsutil/ws_cpuid.h:56: warning: unused parameter 'CPUInfo' 2014-06-10 09:00:41 +00:00
ws_diag_control.h Use FreeRADIUS's warning pragma controls to suppress Apple complaints. 2014-08-27 21:17:37 +00:00
ws_mempbrk.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
ws_mempbrk.h Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS) 2014-06-10 14:51:26 +00:00
ws_mempbrk_sse42.c ws_mempbrk_sse42.c: remove inclusion of stdint.h as it's no more required after g79e4da4 2014-11-05 12:38:06 +00:00
ws_version_info.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
ws_version_info.h Add a routine to return a version string including VCS information. 2014-06-22 01:06:25 +00:00
wsgcrypt.h Use the <wsutil/ws_diag_control.h> stuff to disable -Wdeprecated-declarations. 2014-08-27 21:57:30 +00:00
wsgetopt.c Add editor-modelines; adjust whitespace. 2014-10-14 16:45:09 +00:00
wsgetopt.h Eliminate include of <ctype.h>. 2014-10-17 07:02:37 +00:00
wsgetopt_int.h