summaryrefslogtreecommitdiff
path: root/rpcapd
Commit message (Expand)AuthorAgeFilesLines
* Refine rpcapd-config.manfile. [skip ci]Denis Ovsienko2023-03-261-4/+8
* rpcapd(8): Use formatting more consistently. [skip ci]Denis Ovsienko2023-03-261-29/+27
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-1/+1
* rpcapd: fix name of launchd service. [skip ci]Guy Harris2023-01-202-2/+2
* rpcapd: add more service-launcher documentation to the man page.Guy Harris2023-01-201-3/+40
* Slight manpage improvementAntonio Vázquez Blanco2023-01-201-0/+3
* cmake: use ${CMAKE_INSTALL_SBINDIR} rather than just sbin.Guy Harris2022-10-131-1/+5
* Fix a typoFrancois-Xavier Le Bail2022-08-161-1/+1
* rpcap: have the server tell the client its byte order.Guy Harris2022-08-061-1/+6
* rpcapd: add a -t flag to specify the data channel port.Guy Harris2022-08-024-20/+48
* rpcapd: use \- for a command-line hyphen in the man page. [skip ci]Guy Harris2022-08-011-1/+1
* rpcap: fix sock_open() issues.Guy Harris2022-08-012-34/+44
* Use a more meaningful nameFrancois-Xavier Le Bail2022-08-011-1/+1
* rpcap: improve error messages for host and port resolution errors.Guy Harris2022-08-011-2/+2
* man: Lose excess newlines in rpcapd(8). [skip ci]Denis Ovsienko2022-07-311-3/+0
* Use C99 types for specific-number-of-octets values.Guy Harris2022-07-081-53/+53
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Use "%d" to print a signed intFrancois-Xavier Le Bail2022-03-011-1/+1
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2021-11-301-3/+3
* rpcapd: clean up the code to fill in the struct rpcap_findalldevs_if.Guy Harris2021-07-221-17/+12
* rpcapd: note the alignment issue, get rid of an extra pointer variable.Guy Harris2021-07-211-19/+30
* fix unaligned access to structs in daemon_msg_findallif_req() and daemon_sera...ramin2021-07-211-3/+14
* rpcapd: the installation directory depends on the target OS, not the compiler.Guy Harris2021-07-201-4/+17
* Suppress temporarily the warnings with "enable remote packet capture"Francois-Xavier Le Bail2021-06-291-0/+3
* rpcapd: fix bogus error message buffer argument.Guy Harris2021-02-261-1/+1
* rpcapd: make a shift count unsigned.Guy Harris2021-02-231-1/+1
* Fix some typosFrancois-Xavier Le Bail2020-12-122-7/+7
* Improve "-h" text printing in rpcapd. [skip ci]Denis Ovsienko2020-09-151-6/+10
* Fixup rpcapd destination in CMake. [skip ci]Denis Ovsienko2020-09-101-5/+9
* Refine rpcapd.manadmin.in a little bit. [skip ci]Denis Ovsienko2020-09-101-14/+28
* Merge pull request #800 from catenacyber/fuzzrMichael Richardson2020-08-281-1/+9
|\
| * Fuzz rpcpap protocolPhilippe Antoine2020-07-201-1/+9
* | man: Fixup some typos and letter case. [skip ci]Denis Ovsienko2020-08-221-2/+2
* | Fixup rpcapd man pages.Denis Ovsienko2020-07-272-3/+4
* | Fix one remaining test of WIN32 rather than _WIN32.Guy Harris2020-07-241-1/+1
|/
* rpcapd: Simplify a conditionFrancois-Xavier Le Bail2020-06-181-1/+1
* rpcapd: make svc_start() return a BOOL.Guy Harris2020-05-173-4/+4
* Add support for UTF-8 strings on Windows.Guy Harris2020-04-112-0/+11
* Remove duplicate wordsFrancois-Xavier Le Bail2020-03-281-1/+1
* Fix "make depend" for out-of-tree builds.Guy Harris2020-03-021-1/+1
* Correctly look for mkdep in the top-level source directory.Guy Harris2020-03-021-1/+2
* Show correct last modified date in all man pages.Denis Ovsienko2020-02-161-1/+1
* Use more HTTPS in URLsFrancois-Xavier Le Bail2020-01-192-2/+2
* Cleaning spacesFrancois-Xavier Le Bail2019-11-081-2/+2
* Squelch more warnings.Guy Harris2019-11-051-2/+7
* Get rid of unnecessary trailing semicolon in macro.Guy Harris2019-11-011-1/+1
* Do the 32-bit overflow check more cleanly.Guy Harris2019-10-031-6/+6
* Increment first, test for overflow afterwards.Guy Harris2019-10-031-3/+6
* Check that values fit in findallif replies.Guy Harris2019-10-031-11/+66
* Use pcap_strlcpy() when copying a string to a fixed-length buffer.Guy Harris2019-10-032-12/+11