captagent
captagent copied to clipboard
100% Open-Source Packet Capture Agent for HEP
Hello. Few days ago I noticed that captagent on one server doesn't gathering traffic, but systemd service is staying in active status. In logs i see: ``` kernel: captagent[3606426]: segfault...
We need to update captagent for: 1. defragmentation 2. IPv6 support 3. `-t 0` option to send pcap with current timestamp 4. check how to properly use the `check_port_filter` function...
Hello. I've configured captagent according to the documentation. ``` captagent 6.3.1 Build directory............. : Installation prefix......... : /usr/local/captagent HEP Compression............. : no IPv6 support.................: no HEP SSL/TLS................. : yes Flex...........................
Hi, I recently upgraded my OS from Deb10 to Deb11. I started noticing coredumps from captagent after the upgrade. I am using captagent version `6.4.1`. I am running captagent within...
Hi, I am upgrading from Captagent 6.3.1 to 6.4.1. In the process, I could not get Captagent 6.4.1 to work with this socket_pcap.xml: ``` portrange 5000-6000 and not host 192.168.1.123...
I will remove the `--enable-mysql` option as it's not supported anymore in the Homer stack
I'm noticing that when the SIP message collected for the captagent is a little larger, is missing out part of the header and the entire SDP body in the HEP...
Sorry to open a github issue, not really sure where else to go with this. I'm trying to figure out how `header_regexp_match` and `header_check` work. My plan is to have...