pcap-analyzer
pcap-analyzer copied to clipboard
PAL (Pcap Analysis Library)
Hello. I cannot build in release configuration from master branch on Windows. Here is some info on my environment: rustc 1.65.0 (897e37553 2022-11-02) This is my HEAD from git log:...
It would be useful to have a Result type as output of the teardown function in the PcapAnalyzer trait. This would enable a cleaner error management inside this function (e.g....
$ cargo build --release ... error: failed to run custom build command for `fasthash-sys v0.3.2`
compiled all the tools pcap-analyzer test-analyzer etc. but not much happens when running them on a pcap file (other than displaying some simple stats about the pcap file itself). Maybe...
Hi, I would like to contribute to the project, but I didn't succeed to push my branch: ``` kvmk8371@yd-5CD9245WBL:~/workspace/pcap-analyzer$ git push origin continue_to_parse_on_error Username for 'https://github.com': tigroo31 Password for 'https://[email protected]':...
> term is looking for a new maintainer | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `term` | | Version |...
Hi, Based on the answer on [Can't build pcap-parser #5](https://github.com/rusticata/pcap-parse/issues/5) _" Depending on what you want to do, I can provide some hints on what is better to choose"_: I...
Bumps [rustsec/audit-check](https://github.com/rustsec/audit-check) from 1 to 2. Release notes Sourced from rustsec/audit-check's releases. v2.0.0 What's Changed Run on Node 20.x by @clechasseur in rustsec/audit-check#16 Remove generate-lockfile To Prevent Overwriting Checked-In Lock...
I have started `pcap-analyzer` with the attached PCAP and see a lot of messages ``` libpcap_tools::block_engine: need refill ``` I have checked [source code](https://github.com/rusticata/pcap-analyzer/blob/378fa27973e171fad108e193e2af48d43b0f5764/libpcap-tools/src/block_engine.rs#L66-L86) and it looks like the library...