sonertari / SSLproxy

Transparent SSL/TLS proxy for decrypting and diverting network traffic to other programs, such as UTM services, for deep SSL inspection
BSD 2-Clause "Simplified" License
377 stars 98 forks source link

Fix byte order for ports in mirror trafic #48

Closed piolug93 closed 1 year ago

piolug93 commented 2 years ago

Convert values between host and network byte order.

sonertari commented 2 years ago

Thanks @piolug93, it looks good, I bet it fixes the issue, but I have to try it myself before merging it. But I am a bit busy, so it is going to take some time.

sonertari commented 1 year ago

Finally merged to develop. Thanks @piolug93.