Commit Graph

25 Commits

Author SHA1 Message Date
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