Manash

Results 2 issues of Manash

In pyshark, the http header ends with a single `\r\n` instead of two `\r\n`s. Is there any way to show the `\r\n\r\n`s like as in Wireshark to mark the end...

Since Go v1.17, `go get` for installing executables is deprecated and instead `go install` is used. Reference: https://go.dev/doc/go-get-install-deprecation Also fixed the `make clean` command to properly clean all the compiled...