aboutsummaryrefslogtreecommitdiff
path: root/sockutils.h
AgeCommit message (Expand)Author
2022-08-27rpcap: fix sock_open() issues.Guy Harris
2022-02-20Clean up the arguments to sock_bufferize().Guy Harris
2019-01-12Get rid of the last SOCK_DEBUG_MESSAGE() calls.Guy Harris
2019-01-11Clean up sockutils.h.Guy Harris
2019-01-09Put the Windows-vs-non-Windows socket defines in <pcap/socket.h>.Guy Harris
2019-01-06Merge branch 'master' of https://github.com/rixed/libpcap into rixed-masterGuy Harris
2018-10-19Add a flag to allow peeking at messages in sock_recv().Guy Harris
2018-09-13TLS for rpcap: also encrypt the control socketCedric Cellier
2018-09-09Use -Wshorten-64-to-32 if it's available, and fix warnings it shows.Guy Harris
2018-04-01Rename SOCK_MESSAGE() to SOCK_DEBUG_MESSAGE().Guy Harris
2018-04-01Rename SOCK_ASSERT to SOCK_MESSAGEJoerg Mayer
2018-03-30Redo the main event loop of rpcapd.Guy Harris
2018-03-18Make the size argument to sock_send() a size_t.Guy Harris
2017-11-11Clean up packet message reception.Guy Harris
2017-11-10Handle the client closing the connection better.Guy Harris
2017-10-07Move all the UN*X-vs-Windows-sockets stuff together.Guy Harris
2017-10-02No need to manually define _WINSOCKAPI_Ali Abdulkadir
2017-09-28Don't bother supporting pre-2005 Visual Studio.Guy Harris
2017-03-20Don't call a socket variable "socket".Guy Harris
2016-08-20Remove trailing spaces/tabsFrancois-Xavier Le Bail
2016-07-30No sockutils.h API uses ssize_t, so define it in sockutils.c.Guy Harris
2016-07-30Re-impose some of Winsock's limitations on sock_recv().Guy Harris
2016-07-28Define ssize_t on Windows.Guy Harris
2016-07-28Define SOCKET and INVALID_SOCKET in remote-ext.h and sockutils.h.Guy Harris
2016-07-28Clean up sock_recv().Guy Harris
2016-07-26Add back WinPcap specific functions to libpcap, the built wpcap.dll already w...Yang Luo