index
:
rsdsl/libpcap.git
master
the LIBpcap interface to various kernel packet capture mechanism, precompiled for musl x64 and aarch64
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sockutils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling
Josh Soref
2023-06-25
1
-6
/
+6
*
Remove unused variable retval in sock_present2network
Rose
2023-05-16
1
-2
/
+1
*
Fix spaces before tabs in indentation
Francois-Xavier Le Bail
2023-02-15
1
-1
/
+1
*
Remove trailing space/tab
Francois-Xavier Le Bail
2022-09-06
1
-2
/
+2
*
Fix a comment. [skip ci]
Guy Harris
2022-08-06
1
-2
/
+2
*
Fix some typos
Francois-Xavier Le Bail
2022-08-06
1
-3
/
+3
*
rpcap: fix sock_open() issues.
Guy Harris
2022-08-01
1
-106
/
+476
*
Fix some typos
Francois-Xavier Le Bail
2022-08-01
1
-1
/
+1
*
rpcap: try to distringuish between host and port errors.
Guy Harris
2022-08-01
1
-2
/
+38
*
rpcap: improve error messages for host and port resolution errors.
Guy Harris
2022-08-01
1
-5
/
+14
*
Fix some typos
Francois-Xavier Le Bail
2022-07-04
1
-1
/
+1
*
Clean up the arguments to sock_bufferize().
Guy Harris
2021-07-22
1
-12
/
+11
*
Fix a comment.
Guy Harris
2021-04-10
1
-1
/
+1
*
Fix some spelling. [skip ci]
Denis Ovsienko
2020-10-09
1
-1
/
+1
*
Fuzz rpcpap protocol
Philippe Antoine
2020-07-20
1
-2
/
+37
*
Remove some pcap_strerror() calls.
Guy Harris
2020-06-04
1
-3
/
+3
*
Add support for UTF-8 strings on Windows.
Guy Harris
2020-04-11
1
-2
/
+2
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-33
/
+33
*
Have a pcap_fmt_errmsg_for_win32_err() routine and use it.
Guy Harris
2019-06-29
1
-37
/
+20
*
Squelch compiler warnings.
Guy Harris
2019-04-29
1
-1
/
+2
*
There is no SOCK_DEBUG_MESSAGE() macro, so don't call it.
Guy Harris
2019-04-25
1
-8
/
+5
*
Merge pull request #771 from ether42/reuseaddr
Michael Richardson
2019-04-25
1
-0
/
+12
|
\
|
*
Allow rpcapd to rebind more rapidly
Kevin Boulain
2018-10-19
1
-0
/
+12
*
|
Clean up sock_init() a bit.
Guy Harris
2019-01-29
1
-14
/
+23
*
|
Log sock_check_hostlist() errors in rpcapd.
Guy Harris
2019-01-12
1
-4
/
+12
*
|
Handle EAI_NODATA being the same as EAI_NONAME.
Guy Harris
2019-01-12
1
-1
/
+11
*
|
More error handling cleanups.
Guy Harris
2019-01-12
1
-18
/
+161
*
|
Remove extra argument to a format string.
Guy Harris
2019-01-09
1
-2
/
+2
*
|
Fix some errors.
Guy Harris
2019-01-08
1
-1
/
+0
*
|
Put pcap_win32_err_to_str() into fmtutils.c, and use it for all Win32 errors.
Guy Harris
2019-01-08
1
-20
/
+6
*
|
Have and use a _U_NOSSL_ that is _U_ if we don't have OpenSSL.
Guy Harris
2019-01-06
1
-6
/
+6
*
|
Fix an error message.
Guy Harris
2019-01-06
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/rixed/libpcap into rixed-master
Guy Harris
2019-01-06
1
-6
/
+32
|
\
\
|
*
|
TLS for rpcap: also encrypt the control socket
Cedric Cellier
2018-09-13
1
-6
/
+29
*
|
|
Add a flag to allow peeking at messages in sock_recv().
Guy Harris
2018-10-19
1
-1
/
+5
|
|
/
|
/
|
*
|
Provide out own strlcpy() and strlcat() routines if necessary.
Guy Harris
2018-10-16
1
-3
/
+3
*
|
Squelch some shortening warnings.
Guy Harris
2018-09-12
1
-1
/
+1
|
/
*
Assume we have limits.h.
Guy Harris
2018-09-09
1
-5
/
+1
*
Force FormatMessageA().
Guy Harris
2018-07-19
1
-2
/
+2
*
Remove trailing spaces/tabs
Francois-Xavier Le Bail
2018-05-25
1
-1
/
+1
*
Rename SOCK_MESSAGE() to SOCK_DEBUG_MESSAGE().
Guy Harris
2018-04-01
1
-4
/
+4
*
Rename SOCK_ASSERT to SOCK_MESSAGE
Joerg Mayer
2018-04-01
1
-4
/
+4
*
Use MSG_NOSIGNAL if it's defined, not just on Linux.
Guy Harris
2018-03-31
1
-5
/
+4
*
Don't log errors due to the peer dropping the connection.
Guy Harris
2018-03-31
1
-6
/
+22
*
Redo the main event loop of rpcapd.
Guy Harris
2018-03-30
1
-1
/
+1
*
Fix the -Wunused-parameter warnings that have obvious fixes
Joerg Mayer
2018-03-28
1
-2
/
+6
*
Don't define a variable if we won't be needing it.
Guy Harris
2018-03-21
1
-0
/
+2
*
Try to cope better with SIGPIPE.
Guy Harris
2018-03-18
1
-2
/
+16
*
Make the size argument to sock_send() a size_t.
Guy Harris
2018-03-18
1
-47
/
+70
*
Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.
Guy Harris
2018-01-20
1
-4
/
+4
[next]