Skip to content

v1.3.0_RC5

Pre-release
Pre-release
Compare
Choose a tag to compare
@buger buger released this 10 Jun 13:17
· 107 commits to master since this release
  • Added a way to capture multiple ports using one input like this: --input-raw :80,8080,3000 #935
  • Fixed usage of "localhost" hostname when trying to limit scope of packet capture (e.g. --input-raw localhost:80), now it properly binds to loopback interface #943
  • Fixed detection of windows network interfaces #943
  • Fixed Makefile job to generate windows binaries
  • Fixed big memory allocation issue happening during HTTP message end check. Was also causing issues in chunked message detection.