aboutsummaryrefslogtreecommitdiff
path: root/rpcap-protocol.h
AgeCommit message (Expand)Author
2022-08-27rpcap: have the server tell the client its byte order.Guy Harris
2022-07-13Avoid redeclaring uint8 & friends on HaikuFrançois Revol
2020-10-09Fix some spelling. [skip ci]Denis Ovsienko
2020-05-24Fix typos in some commentsFrancois-Xavier Le Bail
2020-03-31Make the message type values hex.Guy Harris
2019-02-06Add some new authentication error codes for specific errors.Guy Harris
2019-01-30Redo protocol version negotiation.Guy Harris
2019-01-22Further emphasize "don't change these structure layouts".Guy Harris
2019-01-22You still have to send the timezone offset over the wire in an open reply.Guy Harris
2019-01-12Try to catch TLS to a non-TLS server or non-TLS to a TLS-only server.Guy Harris
2018-09-13TLS for rpcap: also encrypt the control socketCedric Cellier
2018-09-13Add SSL option for data socket of rpcapCedric Cellier
2018-09-12Squelch some more narrowing warnings.Guy Harris
2018-08-03Remove no more used field 'tzoff' in some structuresFrancois-Xavier Le Bail
2018-04-04Fix a few warnings that came up after turning on a dozen more warningsJoerg Mayer
2017-11-25Suppress warnings if RPCAP_MIN_VERSION is 0.Guy Harris
2017-10-31Fix up the negotiation, eliminating a failure mode with old clients.Guy Harris
2017-10-31Redo the message processing in the client, add protocol version negotiation.Guy Harris
2017-10-29Redo the message processing in the server.Guy Harris
2017-10-29Remove trailing white space.Guy Harris
2017-09-30Clean up #includes.Guy Harris
2017-09-30Put rpcap protocol routines common to client and server in rpcap-protocol.cGuy Harris
2017-03-14Clean up whitespace, fix comments.Guy Harris
2017-03-13Move rpcap-protocol.h to the top-level directory.Guy Harris