johnthacker

Results 13 comments of johnthacker

`array` (and `concat`) are present in some of the dictionary files on v3.2.x though. (`secret` is only in the internal dictionary in v3.2) Is it that the case that `array`...

Sure, no problem. I do think concat is used for a few others - EAPoL-Announcement, PKM-SS-Cert, PKM-CA-Cert, but in Wireshark at least only EAP-Message is actually reassembled. Just trying to...

In the particular case of Wireshark and `-fno-delete-null-pointer-checks`, we had an issue filed because GCC, when using LTO and specific optimizations, would incorrectly delete a null pointer check: https://gitlab.com/wireshark/wireshark/-/issues/18216 It's...