aboutsummaryrefslogtreecommitdiff
path: root/pcap-rpcap.c
AgeCommit message (Expand)Author
2022-10-11pcap-rpcap: remove a redundant semicolonLi kunyu
2022-08-27rpcap: have the server tell the client its byte order.Guy Harris
2022-08-27rpcap: report an error message for a bad authentication reply size.Guy Harris
2022-08-27rpcap: fix sock_open() issues.Guy Harris
2022-08-27rpcap: improve error messages for host and port resolution errors.Guy Harris
2022-03-15pcap-rpcap: fix a comment. [skip ci]Guy Harris
2022-02-20Make sure no read routine process more than INT_MAX packets.Guy Harris
2022-02-20rpcap: don't do pointless integer->string and then string->integer conversions.Guy Harris
2021-06-29Suppress temporarily the warnings with "enable remote packet capture"Francois-Xavier Le Bail
2021-04-10Use sock_initaddress() to look up rpcap server addresses.Guy Harris
2020-12-12Fix some typosFrancois-Xavier Le Bail
2020-07-20Fuzz rpcpap protocolPhilippe Antoine
2020-07-01Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris
2020-04-11Add support for UTF-8 strings on Windows.Guy Harris
2019-11-05Squelch another warning.Guy Harris
2019-08-09Remove some workarounds for old compilers.Guy Harris
2019-06-29Have a pcap_fmt_errmsg_for_win32_err() routine and use it.Guy Harris
2019-02-09Use asprintf(), and provide a version for systems that lack it.Guy Harris
2019-02-07Clean up string allocation.Guy Harris
2019-02-06When fetching interfaces over TLS, put rpcaps:// into the interface names.Guy Harris
2019-02-06Cleanly handle pcap_createsrcstr() errors.Guy Harris
2019-02-05Squelch a compiler warning.Guy Harris
2019-01-30Redo protocol version negotiation.Guy Harris
2019-01-29Have a common routine to set up the rpcap session.Guy Harris
2019-01-29Shut down SSL sessions semi-gracefully.Guy Harris
2019-01-29Check for data-over-UDP *after* we parse the URL.Guy Harris
2019-01-12Get rid of the last SOCK_DEBUG_MESSAGE() calls.Guy Harris
2019-01-06Unbreak source and binary compatibility.Guy Harris
2019-01-06Merge branch 'master' of https://github.com/rixed/libpcap into rixed-masterGuy Harris
2018-12-25More constification of arguments.Guy Harris
2018-10-16Fix leak in rpcapKevin Boulain
2018-10-16Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris
2018-09-13Disable the combination of SSL + UDPCedric Cellier
2018-09-13SSL: implement encryption of active connections control socketsCedric Cellier
2018-09-13TLS for rpcap: also encrypt the control socketCedric Cellier
2018-09-13Add SSL option for data socket of rpcapCedric Cellier
2018-09-09Use -Wshorten-64-to-32 if it's available, and fix warnings it shows.Guy Harris
2018-08-25Merge pull request #722 from rixed/patch-1Guy Harris
2018-08-03Remove no more used field 'tzoff' in some structuresFrancois-Xavier Le Bail
2018-07-07If rpcap_discard() fails, don't try another rpcap_discard().Guy Harris
2018-05-25Fix using uninitialised file descriptorCedric Cellier
2018-05-25Remove trailing spaces/tabsFrancois-Xavier Le Bail
2018-05-24We've done the test and found out the answer, so remove the change.Guy Harris
2018-05-24Check whether the compiler on Travis allows mixed declarations and code.Guy Harris
2018-04-01Rename SOCK_MESSAGE() to SOCK_DEBUG_MESSAGE().Guy Harris
2018-04-01Rename SOCK_ASSERT to SOCK_MESSAGEJoerg Mayer
2018-03-31Note in a comment that no reply is sent to RPCAP_MSG_CLOSE.Guy Harris
2018-03-31Check whether the mode argument to rpcap_stats_rpcap() is valid.Guy Harris
2018-03-31Don't test ENABLE_REMOTE.Guy Harris
2018-03-22Cast away warnings.Guy Harris