wireshark/extcap
Roland Knall 4a6089795a sshdump: Change ws_close to closesocket
ws_close just calls _close(); that doesn't close sockets.  closesocket()
is the API to close a socket on Windows, and is defined as close()
on UN*X, so using closesocket() will close sockets on Windows and UN*X.

This way, we close the pipe socket correctly on Windows.

Change-Id: I6d50e26bfabac5618c74a180cbe94d444b591bd4
Reviewed-on: https://code.wireshark.org/review/16582
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-07-22 21:59:31 +00:00
..
.editorconfig Move extcap EditorConfig settings to source dir 2016-03-23 00:24:52 +00:00
Makefile.am Remove Makefile.common files 2016-06-30 11:04:17 +00:00
androiddump.c androiddump.c - Address VS Code Analysis warnings. 2016-07-16 19:52:48 +00:00
ciscodump.c ciscodump.c - Address VS Code Analysis warnings. 2016-07-17 13:10:23 +00:00
extcap-base.c Fix printf style parameters complaints from VS Code Analysis 2016-07-17 13:10:37 +00:00
extcap-base.h extcap: add local_interfaces_to_list() to wsutil. 2016-03-04 05:53:56 +00:00
randpktdump.c Fix printf style parameters complaints from VS Code Analysis 2016-07-17 13:10:37 +00:00
ssh-base.c *_stdup_printf -> strdup for "single string only" formatting. 2016-06-06 06:03:58 +00:00
ssh-base.h ssh-base(.h) : fix no newline at end of file [-Wnewline-eof] 2016-05-03 10:49:48 +00:00
sshdump.c sshdump: Change ws_close to closesocket 2016-07-22 21:59:31 +00:00