wireshark/epan/ftypes
João Valverde c5a19582e4 epan: Convert to use stdio.h from GLib
Replace:
    g_snprintf() -> snprintf()
    g_vsnprintf() -> vsnprintf()
    g_strdup_printf() -> ws_strdup_printf()
    g_strdup_vprintf() -> ws_strdup_vprintf()

This is more portable, user-friendly and faster on platforms
where GLib does not like the native I/O.

Adjust the format string to use macros from intypes.h.
2021-12-19 19:29:53 +00:00
..
.editorconfig ftypes: Remove fvalue_string_repr_len() 2021-11-10 16:02:45 +00:00
CMakeLists.txt Move regex code to wsutil 2021-11-14 21:00:59 +00:00
ftype-bytes.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftype-double.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftype-guid.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftype-ieee-11073-float.c dfilter: Parse character constants in lexer 2021-11-24 08:40:20 +00:00
ftype-integer.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftype-ipv4.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftype-ipv6.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftype-none.c dfilter: Parse character constants in lexer 2021-11-24 08:40:20 +00:00
ftype-protocol.c regex: Remove requirement for ssize_t 2021-12-13 23:57:32 +00:00
ftype-string.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftype-time.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftypes-int.h epan: Add header files to Doxygen 2021-11-30 08:46:49 +00:00
ftypes.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftypes.h Add files with WS_DLL_PUBLIC to Doxygen 2021-11-29 21:27:45 +00:00