-
Output from terminal:
xxx@xxx:/xxx$ sudo ./BruteSharkCli -m NetworkMap -d /xxx/data/packets/servers/dailylogs/2019-05-02/ -o /xxx/results
[+] Start analyzing 11 files
[+] Start processing file : …
-
It might be that the ReplyETA calculation is wrong because of how the Provider nodes handle response packets - the NodeDelay of the response packet to a Kaetzchen query is taken from the NodeDelay, bu…
-
Suppose a UDP buffer fits 10 packets. The receiver called read and is waiting for incoming packets. The sender sent 100 packets all at the same time.
Those 100 packets arrive at the receiver all at…
-
I am trying to evaluate using AF_XDP and a user-space application for packet filtering. Using iperf3 to generate udp packets flowing between namespaces on a VM gives me a data rate of about 2.5 Gbit/s…
tjcw updated
2 months ago
-
What is the reason for sending redundant packets in case if Desktop/Webcam streaming? After processing every frame a new packet is sent to get the new frame instead the client should keep sending fram…
-
I’m trying to encrypt the attached segment using `mp4encrypt` using `MPEG-CENC` method, but the resulting segment becomes unplayable:
```sh
mp4encrypt --method MPEG-CENC \
--key 1:4a13a4c5449b9…
-
### Component(s)
receiver/jaeger
### Describe the issue you're reporting
When using a jaeger receiver, we may periodically lose data on the collector due to the [high incoming rate of thrift packet…
-
#### Is your feature request related to a problem?
This issue appears after my suggestion #805 . The problem is this: I want to "filter-out" some NAL units from the video. This could be done with TSD…
-
master branch is useless, right? v1 is the major one?
thanks
-
Right now, stats_half_start and stats_half_end are called for each packet. In my testing, this accounts for ~13% of ettercap's processing time. If we were to sample once every 100 packets rather than …