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
/
rpcap-protocol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include <stdint.h> to get the C99 integer types defined.
Guy Harris
2022-07-09
1
-0
/
+1
*
Use C99 types for specific-number-of-octets values.
Guy Harris
2022-07-08
1
-5
/
+5
*
TLS for rpcap: also encrypt the control socket
Cedric Cellier
2018-09-13
1
-2
/
+4
*
Fix a few warnings that came up after turning on a dozen more warnings
Joerg Mayer
2018-04-04
1
-1
/
+1
*
In the server, don't complain if the client reset the connection.
Guy Harris
2017-11-10
1
-1
/
+1
*
Fix bounds check.
Guy Harris
2017-11-01
1
-1
/
+1
*
Redo the message processing in the client, add protocol version negotiation.
Guy Harris
2017-10-31
1
-161
/
+15
*
Redo the message processing in the server.
Guy Harris
2017-10-29
1
-53
/
+65
*
Clean up reading error string from RPCAP_MSG_ERROR messages.
Guy Harris
2017-10-07
1
-6
/
+23
*
Add needed va_end().
Guy Harris
2017-10-07
1
-0
/
+3
*
Clean up #includes.
Guy Harris
2017-09-30
1
-4
/
+1
*
Put rpcap protocol routines common to client and server in rpcap-protocol.c
Guy Harris
2017-09-30
1
-0
/
+312