Peter Eisenlohr
Results
2
issues of
Peter Eisenlohr
### Brief description See [this cange to ber.py](https://github.com/secdev/scapy/commit/5a527a90ab3928e86497cd9ab0e5779159cf1244#diff-8cb6d98d57a7b4ea70f3daddf227bc6458e7d75076488042b0515f2817fd37da) of PR #3693: ```python - s = BER_id_enc(implicit_tag) + s[1:] + s = BER_id_enc((hash(hidden_tag) & ~(0x1f)) | implicit_tag) + s[1:] ``` `hash(hidden_tag)`...
When using a dark theme in Visual Studio code, the text outside the boxes (e.g. "1..2 times" is still rendered in black, making it almost invisible: "Dark+" theme (default dark...
bug
help wanted