]> git.samba.org - metze/wireshark/wip.git/commit
Use ws_{read,write,fdopen,close}.
authorGuy Harris <guy@alum.mit.edu>
Sun, 8 Nov 2015 10:31:01 +0000 (02:31 -0800)
committerGuy Harris <guy@alum.mit.edu>
Sun, 8 Nov 2015 10:32:09 +0000 (10:32 +0000)
commitcaa1e87410fb74606f2ec91b5fd1b897053149bf
tree7d46afa570a24957716f5b74add64760bfeb5079
parent11bdadacc27d3781c3fd0d759068fddd3da9107c
Use ws_{read,write,fdopen,close}.

Be more consistent about using the ws_ routines, as we suggest in
README.developer.

In C++ on UN*X, define ws_close as ::close rather than close, so that it
works even in classes with methods or members named "close".

Change-Id: Ide2652229e6b6b4624cbddae0e909a4ea1efa591
Reviewed-on: https://code.wireshark.org/review/11637
Reviewed-by: Guy Harris <guy@alum.mit.edu>
dumpcap.c
rawshark.c
ui/cli/tap-follow.c
ui/gtk/follow_tcp.c
ui/gtk/iax2_analysis.c
ui/qt/main_window_slots.cpp
ui/win32/file_dlg_win32.c
wiretap/file_access.c
wiretap/file_wrappers.c
wsutil/file_util.h