Skip to content

Releases: sipcapture/heplify

Version 1.52

29 Oct 20:18
d47b027
Compare
Choose a tag to compare
  • Allow multiple output server
  • Some performance improvements
  • Allow NPcap on windows
  • Decode ERSPAN Type II & III
  • Websocket support

Version 1.47

08 Dec 10:58
0df024d
Compare
Choose a tag to compare
  • Add BenchmarkParseRTCP
  • Remove hex package
  • Add vlan header for af_packet
  • Fix windows building
  • Fix SDP rtcp attribute correlation
  • Fix bug inside ParseRTCP found by fuzzer

Version 1.46

20 Nov 12:36
5c683e5
Compare
Choose a tag to compare
  • Fix index out of range in rtcp.go

Version 1.45

15 Oct 17:10
9c64df0
Compare
Choose a tag to compare
  • Use atomic counters
  • Trim space around Call-ID
  • Fix for i386 alignment
  • Correlate inverse RTCP flow too

Version 1.4

29 Jul 13:23
60f1d36
Compare
Choose a tag to compare
  • Improve decoding speed by ~15%
  • Add basic tcpassembly with flag -tcpassembly
  • Add IPv6 UDP defragmenter
  • Allow multiple comma seperated filter and discard strings

Version 1.3

18 Jun 10:27
3a320b6
Compare
Choose a tag to compare
  • Add -sl flag for syslog output
  • Fix Call-ID index for BroadWorks
  • Change -dd flag default to false
  • Allow vlan and erspan filter in combination

Version 1.2

22 Apr 10:34
cc6f0aa
Compare
Choose a tag to compare
  • Add -dim flag to drop comma separated SIP methods (-dim OPTIONS,NOTIFY)

Version 1.1

28 Mar 18:31
da36e54
Compare
Choose a tag to compare
  • Improve performance by 10-15%
  • Add -nt flag [udp, tcp, tls] (default "udp")

Version 1.0

14 Feb 01:43
8ac4992
Compare
Choose a tag to compare
  • Correlate rtpengine ng protocol qos stats
  • Parse rtpengine callid
  • Capture tcp logs
  • Decode Cisco's ERSPAN

Version 0.98

04 Jan 13:57
fc64319
Compare
Choose a tag to compare
  • Add nsq output
  • Add hep tls output
  • Add go specific benchmark
  • Improve RTCP handling
  • Little improvements here and there