summaryrefslogtreecommitdiff
path: root/rpcap-protocol.c
Commit message (Expand)AuthorAgeFilesLines
* Include <stdint.h> to get the C99 integer types defined.Guy Harris2022-07-091-0/+1
* Use C99 types for specific-number-of-octets values.Guy Harris2022-07-081-5/+5
* TLS for rpcap: also encrypt the control socketCedric Cellier2018-09-131-2/+4
* Fix a few warnings that came up after turning on a dozen more warningsJoerg Mayer2018-04-041-1/+1
* In the server, don't complain if the client reset the connection.Guy Harris2017-11-101-1/+1
* Fix bounds check.Guy Harris2017-11-011-1/+1
* Redo the message processing in the client, add protocol version negotiation.Guy Harris2017-10-311-161/+15
* Redo the message processing in the server.Guy Harris2017-10-291-53/+65
* Clean up reading error string from RPCAP_MSG_ERROR messages.Guy Harris2017-10-071-6/+23
* Add needed va_end().Guy Harris2017-10-071-0/+3
* Clean up #includes.Guy Harris2017-09-301-4/+1
* Put rpcap protocol routines common to client and server in rpcap-protocol.cGuy Harris2017-09-301-0/+312