rpcapd-linux icon indicating copy to clipboard operation
rpcapd-linux copied to clipboard

rpcapd utility modified to compile under linux

Results 6 rpcapd-linux issues
Sort by recently updated
recently updated
newest added

I have executed the command: `./configure --build=aarch64-unknown-linux-gnu --enable-remote && make` followed by `cd ..\` running`make` command after that, encountered following issues. Any solution: `~/rpcapd-linux$ make gcc -pthread -D_DEBUG -g -Wall...

I got it compiled successfully, but when I ran it and use wireshark to capture the interface, I got the rpcapd exiting. My command is ./rpcapd -n The stdout is:...

Hi, thanks for the port. I have been looking for a tool like this for a long time on Linux. Few queries: 1. I could compile it on Ubuntu 17.04...

This PR updates the README to inform that libpcap 1.9.0 actually has rpcapd, when compiled with the `--enable-remote` flag.

It won't compile on Centos 6.5 326 yum install wireshark 327 yum search libpcap 328 yum install libpcap libpcap-devel 351 yum install flex 354 yum search bison 355 yum install...

Had the same issue as in on Debian 11 amd64 (libpcap0.8 at 1.10.0-2). Renamed `sockmain` to `sockmaind` in *rpcapd.c*, which seems to solve the issue.