Commit Graph

55 Commits

Author SHA1 Message Date
Kaian
b908f44bd3 Update version information 📝 2016-01-29 13:51:51 +01:00
Kaian
158d66592c Change version to 1.2.0 📝 2015-12-10 11:17:54 +01:00
Kaian
e9534b3290 Make all configurable options disabled by default 2015-10-28 12:26:54 +01:00
Kaian
ceea6f2359 Fix IPv6 detection in FreeBSD 2015-10-28 11:21:35 +01:00
Kaian
33423c8b8a Fix version number 1.0.1 -> 1.1.0 2015-10-28 11:22:05 +01:00
Kaian
5ed7d36418 Make EEP support configurable.
Also IPv6 and EEP support are enabled by default.
2015-10-27 13:45:26 +01:00
Kaian
9b06b744f3 Add GnuTLS support. Fixes #68 2015-10-22 19:02:47 +02:00
Kaian
d320c4417b 📝 Fix typo libgcrypto -> libgcrypt 2015-10-22 18:35:27 +02:00
Kaian
c9fc9bb275 Switch from OpenSSL to GnuTLS 2015-10-22 18:35:09 +02:00
Kaian
a53dedc6cc Updated Changelog for 1.0.0 :memo 2015-10-06 17:34:09 +02:00
Kaian
1696a7ab0f Remove --enable-openssl from configure options
Only support --with-openssl which is the proper way for configure
flags that involve dependency requeriments
2015-09-30 17:28:04 +02:00
Kaian
f2d60b5a19 Change version number and update ChangeLog 📝 2015-09-29 19:38:11 +02:00
Kaian
3ac971b445 Replace WITH_IPV6 for USE_IPV6 define 2015-09-24 17:37:27 +02:00
Kaian
7a713e8c1e Update version number 📝 2015-09-24 17:37:27 +02:00
Kaian
01bc5590e3 Update debuging options to avoid gprof output 2015-09-21 11:35:14 +02:00
Kaian
ab1daebecd Release 0.4.2 2015-08-31 11:33:37 +02:00
Kaian
f7dddfc3bf Update version information 📝 2015-07-22 15:51:54 +02:00
Kaian
347e312964 Change version to 0.4.1 📝 2015-07-08 15:05:46 +02:00
Kaian
297ece114a Add basic Testing files 2015-07-05 16:19:22 +02:00
Kaian
9105bb2c14 Update version information 📝 2015-07-02 11:50:14 +02:00
Kaian
fbd9fcceda Add changelog for 0.4.0 release 📝 2015-06-24 15:48:06 +02:00
Kaian
d53f8a841c Update version information 📝 2015-06-08 12:03:56 +02:00
Kaian
140d203399 Update files for release 0.3.2 2015-05-17 12:17:25 +02:00
Kaian
b726f3e954 📝 Update doc for 0.3.1 2015-04-14 19:17:58 +02:00
Kaian
335a5ec541 IPv6 Support. Initial Approach. #38 2015-03-25 16:18:18 +01:00
Kaian
0f8f14b667 📝 Make irontec banner optional 2015-03-10 18:57:33 +01:00
Kaian
ff9eb99571 IPv6 Support. Initial Approach. #38
* Added --enable-ipv6 option to configure script
* All IP addresses are trimmet to 15 characters until UI can handle them properly
* IPv6 lookup is enabled
2015-03-09 19:23:50 +01:00
Kaian
4c5df9782f Fix dependencies for --enable-unicode option 2015-03-06 17:13:35 +01:00
Kaian
270e3b786a Prepare doc files for 0.3.0 2015-03-02 18:31:30 +01:00
Kaian
0bf9671f69 Support for Perl Compatible regular expressions 2015-03-01 14:49:50 +01:00
Kaian
20aeb78df8 Create hash table for searching by callid 2015-02-27 21:07:03 +01:00
Kaian
1b28a9f99f Allow --enable-openssl and --with-openssl options 2015-02-25 15:01:39 +01:00
Kaian
13fb7bef01 Added --with-openssl flag
According to Autotools documentation, --with flags should be used for optional dependencies while --enable for optional features.
We'll keep both for now, but --enable-openssl will be removed in future versions
2015-02-25 14:51:13 +01:00
Kaian
89648a9638 Dont include some source files when OpenSSL is disabled 2015-02-25 14:10:40 +01:00
Kaian
126567d9d3 Make OpenSSL features disabled by default 2015-02-25 14:01:25 +01:00
Kaian
930b07eb71 Make Unicode support a configurable feature. #26 2015-02-24 15:32:54 +01:00
Kaian
648b51f417 Add support for wide character ncurses. #26 2015-02-23 23:31:11 +01:00
Kaian
3e3ed09587 Update configure.ac for automake 1.9 Fixes #27 2015-02-23 19:14:26 +01:00
Kaian
1cbc5f7ec3 Updating autotools for 0.2.2 2015-02-05 20:01:38 +01:00
Kaian
7311392e2c New panel to change CallList displayed columns 2015-02-03 15:11:46 +01:00
Kaian
678c4921d2 Fix Vertical Scrollbar position on last element 2015-01-30 17:36:17 +01:00
Kaian
4f2bb67a12 Updated version to 0.2.1 in autotools files 2015-01-22 12:23:38 +01:00
Kaian
6b4105c9ae Added man page 2015-01-07 13:30:12 +01:00
Kaian
f546a6ea34 Added changelog and version numbers for 0.2.0 release 2014-12-04 20:39:04 +01:00
Kaian
27a4efe411 Improve configure error message for Openssl 2014-10-27 15:04:07 +01:00
Kaian
0f44e834a1 Make TLS optional 2014-10-27 14:40:58 +01:00
Kaian
05c1a16bc9 Remove fake ngrep
While it's nice to display a header in message raw view like ngrep does,
we should not use it as data container between capture and sip parser.

Build that header when necessary (Call Raw displaying and saving).
2014-10-24 17:41:46 +02:00
Kaian
8a40644f71 Initial TLS1.0 support
* No compression
* AES Cipher
2014-10-23 16:54:59 +02:00
Kaian
540998fdb2 Don't parse ngrep output anymore
* Remove ngrep compile options
* Force libpcap compile options
* Add command line arguments (hvd:I:O:)
* Add version and usage output
* Allow offline mode filtering
* Remove unused variable in ui_call_list.c
2014-10-14 18:18:38 +02:00
Kaian
d15185813d Improve configure messages 2014-03-20 16:50:26 +01:00