Wireshark-commits: [Wireshark-commits] master a8ebc3d: Wmem: Use the native v*printf routines on Wi
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a8ebc3dcf541c7b5a7d7e0e315dea432dcab7279
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a8ebc3d by Gerald Combs (gerald@xxxxxxxxxxxxx):
Wmem: Use the native v*printf routines on Windows.
GLib's v*printf routines are close to unreasonably slow on
Windows. Use the native CRT routines in wmem_strdup_vprintf and
wmem_strbuf_append_vprintf on that platform.
Change-Id: I5e94aa6fe47434e5a18f3a4d5b6b24ebe71499c1
Reviewed-on: https://code.wireshark.org/review/14868
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from c5782e0 Replace and remove host_ip_af() function
adds a8ebc3d Wmem: Use the native v*printf routines on Windows.
Summary of changes:
epan/wmem/wmem_strbuf.c | 36 ++++++++++++++++++++++++++++++++++++
epan/wmem/wmem_strutl.c | 32 ++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)