Ahmad Fatoum
Ahmad Fatoum
> Perhaps a link to how barebox's prior stage loader knows where to find the main stage would be helpful. barebox prebootloader loads itself again from the boot medium at...
> Using the same partition type GUID for SPL and main U-Boot but using an offset for main U-Boot is not contradicting the suggestion in this PR. If that GUID...
I am not sure whether a `--logexec` command is more appropriate. Perl's `open` and Linux' `/proc/sys/kernel/core_pattern` are two examples I know of that interpret leading pipe as pipe-to-process instead of...
I agree it needs more work, but could this be at least merged to avoid the segfaults?
@ukleinek Haven't tested it, but looks good to me. I still think you should take my patch as well, because the underlying issue is still there. A buggy telnet server...
> Hmm, I don't particularly like this. I'd like to allow backends calling async-unsafe functions. We could `longjmp` back into `main` and exit regularly there. Thinking about it, I like...
Hello, glad you find it useful! :) We aren't actively adding new features. If bugs are reported or pull requests come in, I'll look at them. So you may contribute...
You need to compile and install Wireshark first. Refer to Wireshark documentation for more information.
Only Wireshark v2.4.5 is supported. I am accepting patches to add support for newer versions. ;)
Easiest fix would be creating a `private.cmake` file in the project's root directory and add following lines to it: set(Wireshark_DIR "/my/path/to/wireshark") include_directories(SYSTEM "/my/path/to/wireshark") link_directories("/my/path/to/wireshark/build/run") Add more `include_directories` for other things...