Shannon Weyrick

Results 37 issues of Shannon Weyrick

Hello, I found that `Packet::setRawPacket` is parsing too many layers when `parseUntilLayer` is set. If `parseUntilLayer` is set to `OsiModelTransportLayer` and the packet contains DNS traffic, it will still parse...

enhancement
help wanted

We want the ability to capture policies based on current top 10 IP addresses querying the server. This epic will represent the story.

As a pktvisor user with many concurrent policies with filters which attach to the same input source, I want each event to dispatch as efficiently as possible to the correct...

Current pktvisor-reader works by taking a single input file and producing a single output bucket. There is a use case to process multiple pcap files at once, for example, a...

enhancement
pktvisor-reader

https://developer.cisco.com/docs/ios-xe/#!streaming-telemetry-quick-start-guide

Currently when a new policy is created, it takes up to 1 minute to collect metrics before being visible in a central system like Prometheus. We could improve this responsiveness...

enhancement

- [ ] i/o timeout disconnects idle clients - [ ] optionally limit max number of clients - [ ] handle FINISH control frame appropriately in bi directional - [...

``` Hi Shannon, On Alpine linux (musl c) : ldd ./pktvisor-x86_64-3.2.0.AppImage /lib64/ld-linux-x86-64.so.2 (0x7f01ebc40000) libdl.so.2 => /lib64/ld-linux-x86-64.so.2 (0x7f01ebc40000) libpthread.so.0 => /lib64/ld-linux-x86-64.so.2 (0x7f01ebc40000) libz.so.1 => /lib/libz.so.1 (0x7f01ebc26000) libc.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7f01ebc40000) Error...

bug