Skip to content

Commit

Permalink
11.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
voipmonitor committed Aug 13, 2015
1 parent 4e25acf commit 87d9e4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
11.11.1 13.08.2015
==================
- fix capture rules in case savertp = header and capture rule is set to save full RTP (it was still saving only rtp headers)
- retrieve audio from remote sniffer in case there is audio wav/ogg generated and not convert it from pcap
- fix issue with name_sensor option (duplicated string)


11.11 11.08.2015
================
- implement LZO compression algorithm and use it by default for RTP compression which is 8x faster then default gzip but about 10% less efficient. To enable gzip back set pcap_dump_zip_rtp = gzip
Expand Down
2 changes: 1 addition & 1 deletion voipmonitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef VOIPMONITOR_H
#define VOIPMONITOR_H

#define RTPSENSOR_VERSION "11.11"
#define RTPSENSOR_VERSION "11.11.1"
#define NAT

#define FORMAT_WAV 1
Expand Down

0 comments on commit 87d9e4d

Please sign in to comment.