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
/
pcap-rpcap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling
Josh Soref
2023-06-25
1
-5
/
+5
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-1
/
+1
*
struct pcap: Update buffer type from "void *" to "u_char *"
Francois-Xavier Le Bail
2023-05-18
1
-1
/
+1
*
rpcap client: update a comment. [skip ci]
Guy Harris
2023-02-15
1
-1
/
+4
*
pcap-rpcap: remove a redundant semicolon
Li kunyu
2022-10-08
1
-1
/
+1
*
rpcap: have the server tell the client its byte order.
Guy Harris
2022-08-06
1
-19
/
+112
*
rpcap: report an error message for a bad authentication reply size.
Guy Harris
2022-08-06
1
-0
/
+2
*
rpcap: fix sock_open() issues.
Guy Harris
2022-08-01
1
-19
/
+33
*
rpcap: improve error messages for host and port resolution errors.
Guy Harris
2022-08-01
1
-3
/
+3
*
Use C99 types for specific-number-of-octets values.
Guy Harris
2022-07-08
1
-44
/
+44
*
Fix a typo
Francois-Xavier Le Bail
2022-03-08
1
-1
/
+1
*
pcap-rpcap: fix a comment. [skip ci]
Guy Harris
2022-03-07
1
-1
/
+3
*
support user/pass in rpcap:// and rpcaps:// source URIs
Ryan Castellucci
2022-03-07
1
-4
/
+90
*
Make sure no read routine process more than INT_MAX packets.
Guy Harris
2022-01-26
1
-0
/
+16
*
rpcap: don't do pointless integer->string and then string->integer conversions.
Guy Harris
2021-07-21
1
-10
/
+24
*
Suppress temporarily the warnings with "enable remote packet capture"
Francois-Xavier Le Bail
2021-06-29
1
-0
/
+5
*
Use sock_initaddress() to look up rpcap server addresses.
Guy Harris
2021-04-10
1
-5
/
+4
*
Fix some typos
Francois-Xavier Le Bail
2020-12-12
1
-1
/
+1
*
Fuzz rpcpap protocol
Philippe Antoine
2020-07-20
1
-0
/
+4
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
Add support for UTF-8 strings on Windows.
Guy Harris
2020-04-11
1
-2
/
+15
*
Squelch another warning.
Guy Harris
2019-11-05
1
-1
/
+2
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-35
/
+35
*
Have a pcap_fmt_errmsg_for_win32_err() routine and use it.
Guy Harris
2019-06-29
1
-16
/
+16
*
Use asprintf(), and provide a version for systems that lack it.
Guy Harris
2019-02-09
1
-34
/
+33
*
Clean up string allocation.
Guy Harris
2019-02-07
1
-15
/
+19
*
When fetching interfaces over TLS, put rpcaps:// into the interface names.
Guy Harris
2019-02-06
1
-2
/
+2
*
Cleanly handle pcap_createsrcstr() errors.
Guy Harris
2019-02-06
1
-2
/
+3
*
Squelch a compiler warning.
Guy Harris
2019-02-05
1
-0
/
+2
*
Redo protocol version negotiation.
Guy Harris
2019-01-30
1
-131
/
+99
*
Have a common routine to set up the rpcap session.
Guy Harris
2019-01-29
1
-212
/
+152
*
Shut down SSL sessions semi-gracefully.
Guy Harris
2019-01-29
1
-23
/
+90
*
Check for data-over-UDP *after* we parse the URL.
Guy Harris
2019-01-29
1
-10
/
+13
*
Get rid of the last SOCK_DEBUG_MESSAGE() calls.
Guy Harris
2019-01-12
1
-4
/
+1
*
Unbreak source and binary compatibility.
Guy Harris
2019-01-06
1
-1
/
+6
*
Merge branch 'master' of https://github.com/rixed/libpcap into rixed-master
Guy Harris
2019-01-06
1
-111
/
+280
|
\
|
*
Disable the combination of SSL + UDP
Cedric Cellier
2018-09-13
1
-0
/
+10
|
*
SSL: implement encryption of active connections control sockets
Cedric Cellier
2018-09-13
1
-3
/
+13
|
*
TLS for rpcap: also encrypt the control socket
Cedric Cellier
2018-09-13
1
-112
/
+217
|
*
Add SSL option for data socket of rpcap
Cedric Cellier
2018-09-13
1
-26
/
+70
*
|
More constification of arguments.
Guy Harris
2018-12-25
1
-1
/
+1
*
|
Fix leak in rpcap
Kevin Boulain
2018-10-16
1
-0
/
+2
*
|
Provide out own strlcpy() and strlcat() routines if necessary.
Guy Harris
2018-10-16
1
-3
/
+3
|
/
*
Use -Wshorten-64-to-32 if it's available, and fix warnings it shows.
Guy Harris
2018-09-09
1
-1
/
+1
*
Merge pull request #722 from rixed/patch-1
Guy Harris
2018-08-25
1
-2
/
+2
|
\
|
*
Fix using uninitialised file descriptor
Cedric Cellier
2018-05-25
1
-2
/
+2
*
|
Remove no more used field 'tzoff' in some structures
Francois-Xavier Le Bail
2018-08-03
1
-1
/
+0
*
|
If rpcap_discard() fails, don't try another rpcap_discard().
Guy Harris
2018-07-07
1
-3
/
+4
|
/
*
Remove trailing spaces/tabs
Francois-Xavier Le Bail
2018-05-25
1
-1
/
+1
*
We've done the test and found out the answer, so remove the change.
Guy Harris
2018-05-24
1
-1
/
+2
[next]