ptitdoc
ptitdoc
Following this issue https://github.com/simsong/bulk_extractor/issues/89, hashdb 3.1.0 is apparently officially working. However, running configure disable building hashdb because the version is apparently not present in the library: ``` checking hashdb.hpp usability......
_componentValues can be NoValue in some situation, which makes debugging crash: ``` File "pyasn1/type/univ.py", line 2738, in prettyPrintType for idx, componentType in enumerate(self.componentType.values() or self._componentValues): ``` I fixed the bug...
When using SOCKS proxy for incoming traffic (using the branch https://github.com/ickerwx/tcpproxy/tree/ptitdoc-ethicomputing-merge), I noticed that some connections are staled under heavy load. I remember similar issue in the git log regarding...
* There is often pagination bugs when changing filter while in the middle of event pagination or when changing the page size (100 instead of 500) when I'm not on...
Since rust 1.64, it is not possible to build this library anymore: ``` cannot transmute between types of different sizes, or dependently-sized types --> src/sctpsock.rs:149:81 ``` There have been a...
Pull request rework based on regit comments.
Issue#4
Attempts to fix Issue#4 (successfull) for the python native library. There is however still missing fixes: - Help the user to pass some of the c library parameters properly (by...
Implementation of several missing 3gpp messages based on my own needs such as: - ISR - RSR/RSA I will probably add additional messages on the coming weeks.
This allow custom use cases for bromelia such as diameter apps that answer to multiple names/aliases, specific logging of recv messages, or implementing diameter messages proxying. The simplest use case...
https://github.com/rust-lang/rust/pull/78802 https://github.com/phsym/rust-sctp/issues/12 Most code and macros to convert from and to rust layout such as Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6 has been copied from the mio crate. AAll system calls have...