summaryrefslogtreecommitdiff
path: root/rpcap-protocol.h
Commit message (Expand)AuthorAgeFilesLines
* rpcap-protocol: update a comment. [skip ci]Guy Harris2023-02-151-1/+1
* rpcap: have the server tell the client its byte order.Guy Harris2022-08-061-0/+19
* Fixup the previous commit. [skip ci]Denis Ovsienko2022-07-091-1/+1
* Use C99 types for specific-number-of-octets values.Guy Harris2022-07-081-71/+66
* Avoid redeclaring uint8 & friends on HaikuFrançois Revol2022-07-091-0/+2
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-091-1/+1
* Fix typos in some commentsFrancois-Xavier Le Bail2020-05-241-1/+1
* Make the message type values hex.Guy Harris2020-03-311-11/+11
* Add some new authentication error codes for specific errors.Guy Harris2019-02-061-17/+20
* Redo protocol version negotiation.Guy Harris2019-01-301-99/+29
* Further emphasize "don't change these structure layouts".Guy Harris2019-01-221-2/+18
* You still have to send the timezone offset over the wire in an open reply.Guy Harris2019-01-221-0/+1
* Try to catch TLS to a non-TLS server or non-TLS to a TLS-only server.Guy Harris2019-01-121-2/+26
* TLS for rpcap: also encrypt the control socketCedric Cellier2018-09-131-2/+2
* Add SSL option for data socket of rpcapCedric Cellier2018-09-131-0/+1
* Squelch some more narrowing warnings.Guy Harris2018-09-121-0/+4
* Remove no more used field 'tzoff' in some structuresFrancois-Xavier Le Bail2018-08-031-1/+0
* Fix a few warnings that came up after turning on a dozen more warningsJoerg Mayer2018-04-041-1/+1
* Suppress warnings if RPCAP_MIN_VERSION is 0.Guy Harris2017-11-251-0/+13
* Fix up the negotiation, eliminating a failure mode with old clients.Guy Harris2017-10-311-0/+96
* Redo the message processing in the client, add protocol version negotiation.Guy Harris2017-10-311-4/+8
* Redo the message processing in the server.Guy Harris2017-10-291-9/+11
* Remove trailing white space.Guy Harris2017-10-291-2/+2
* Clean up #includes.Guy Harris2017-09-301-3/+3
* Put rpcap protocol routines common to client and server in rpcap-protocol.cGuy Harris2017-09-301-0/+19
* Clean up whitespace, fix comments.Guy Harris2017-03-141-7/+7
* Move rpcap-protocol.h to the top-level directory.Guy Harris2017-03-131-0/+316