Commit Graph

41 Commits

Author SHA1 Message Date
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
Kaian
d798d9ab4b Implemented a filter UI for Call list 2014-03-18 12:05:11 +01:00
Kaian
51ef5b677e Install template config file in sysconfdir 2014-03-14 14:09:03 +01:00
Kaian
12801071d9 Added flags to disable libpcap or ngrep. 2013-07-03 13:48:14 +02:00
Kaian
2c7c381cda More ui rework and refactoring
* Improved pcpa file parsing
* Improved ui memory management
* Added wrappers for ui functions
* Adedd destructor for uis
* Fixed scroll arrows in Call List
* Moar moar moar
2013-06-22 17:32:51 +02:00
Kaian
d304ecbfe0 Initial commit 2013-06-20 19:11:33 +02:00