summaryrefslogtreecommitdiff
path: root/pcap-rpcap.c
Commit message (Expand)AuthorAgeFilesLines
* rpcap client: update a comment. [skip ci]Guy Harris2023-02-151-1/+4
* pcap-rpcap: remove a redundant semicolonLi kunyu2022-10-081-1/+1
* rpcap: have the server tell the client its byte order.Guy Harris2022-08-061-19/+112
* rpcap: report an error message for a bad authentication reply size.Guy Harris2022-08-061-0/+2
* rpcap: fix sock_open() issues.Guy Harris2022-08-011-19/+33
* rpcap: improve error messages for host and port resolution errors.Guy Harris2022-08-011-3/+3
* Use C99 types for specific-number-of-octets values.Guy Harris2022-07-081-44/+44
* Fix a typoFrancois-Xavier Le Bail2022-03-081-1/+1
* pcap-rpcap: fix a comment. [skip ci]Guy Harris2022-03-071-1/+3
* support user/pass in rpcap:// and rpcaps:// source URIsRyan Castellucci2022-03-071-4/+90
* Make sure no read routine process more than INT_MAX packets.Guy Harris2022-01-261-0/+16
* rpcap: don't do pointless integer->string and then string->integer conversions.Guy Harris2021-07-211-10/+24
* Suppress temporarily the warnings with "enable remote packet capture"Francois-Xavier Le Bail2021-06-291-0/+5
* Use sock_initaddress() to look up rpcap server addresses.Guy Harris2021-04-101-5/+4
* Fix some typosFrancois-Xavier Le Bail2020-12-121-1/+1
* Fuzz rpcpap protocolPhilippe Antoine2020-07-201-0/+4
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* Add support for UTF-8 strings on Windows.Guy Harris2020-04-111-2/+15
* Squelch another warning.Guy Harris2019-11-051-1/+2
* Remove some workarounds for old compilers.Guy Harris2019-08-091-35/+35
* Have a pcap_fmt_errmsg_for_win32_err() routine and use it.Guy Harris2019-06-291-16/+16
* Use asprintf(), and provide a version for systems that lack it.Guy Harris2019-02-091-34/+33
* Clean up string allocation.Guy Harris2019-02-071-15/+19
* When fetching interfaces over TLS, put rpcaps:// into the interface names.Guy Harris2019-02-061-2/+2
* Cleanly handle pcap_createsrcstr() errors.Guy Harris2019-02-061-2/+3
* Squelch a compiler warning.Guy Harris2019-02-051-0/+2
* Redo protocol version negotiation.Guy Harris2019-01-301-131/+99
* Have a common routine to set up the rpcap session.Guy Harris2019-01-291-212/+152
* Shut down SSL sessions semi-gracefully.Guy Harris2019-01-291-23/+90
* Check for data-over-UDP *after* we parse the URL.Guy Harris2019-01-291-10/+13
* Get rid of the last SOCK_DEBUG_MESSAGE() calls.Guy Harris2019-01-121-4/+1
* Unbreak source and binary compatibility.Guy Harris2019-01-061-1/+6
* Merge branch 'master' of https://github.com/rixed/libpcap into rixed-masterGuy Harris2019-01-061-111/+280
|\
| * Disable the combination of SSL + UDPCedric Cellier2018-09-131-0/+10
| * SSL: implement encryption of active connections control socketsCedric Cellier2018-09-131-3/+13
| * TLS for rpcap: also encrypt the control socketCedric Cellier2018-09-131-112/+217
| * Add SSL option for data socket of rpcapCedric Cellier2018-09-131-26/+70
* | More constification of arguments.Guy Harris2018-12-251-1/+1
* | Fix leak in rpcapKevin Boulain2018-10-161-0/+2
* | Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris2018-10-161-3/+3
|/
* Use -Wshorten-64-to-32 if it's available, and fix warnings it shows.Guy Harris2018-09-091-1/+1
* Merge pull request #722 from rixed/patch-1Guy Harris2018-08-251-2/+2
|\
| * Fix using uninitialised file descriptorCedric Cellier2018-05-251-2/+2
* | Remove no more used field 'tzoff' in some structuresFrancois-Xavier Le Bail2018-08-031-1/+0
* | If rpcap_discard() fails, don't try another rpcap_discard().Guy Harris2018-07-071-3/+4
|/
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2018-05-251-1/+1
* We've done the test and found out the answer, so remove the change.Guy Harris2018-05-241-1/+2
* Check whether the compiler on Travis allows mixed declarations and code.Guy Harris2018-05-241-2/+1
* Rename SOCK_MESSAGE() to SOCK_DEBUG_MESSAGE().Guy Harris2018-04-011-4/+4
* Rename SOCK_ASSERT to SOCK_MESSAGEJoerg Mayer2018-04-011-4/+4