Commit Graph

766 Commits

Author SHA1 Message Date
Kaian
7c86359922 Avoid GNU basename function version. #88 2016-01-28 12:50:51 +01:00
Kaian
d0a01de0f4 media: rtp: Refactoring address containers 2016-01-27 20:29:36 +01:00
Kaian
79a54ce2a5 Remove feature: address lookup resolution 2016-01-27 19:41:49 +01:00
Kaian
7724712ae5 Refactoring address containers 2016-01-27 19:32:38 +01:00
Kaian
7bd710470e package: timeval <> bpf_timeval unification 2016-01-27 17:49:17 +01:00
Kaian
f346b7ef3f Refactoring packet and frame structures 2016-01-27 17:40:54 +01:00
Kaian
5de1ae5a3d Refactoring capture_packet structure types 2016-01-27 16:11:07 +01:00
Kaian
44250cf7e0 Refactoring capture_config structure types 2016-01-27 16:01:30 +01:00
Kaian
bdd401410c Fix a crash during online capture 2016-01-27 15:19:55 +01:00
Kaian
0fcb14467b Improve RTP find to reuse already existing streams 2016-01-27 13:53:00 +01:00
Kaian
57278543ea Updated TODO list 📝 2016-01-27 13:36:52 +01:00
Kaian
662d57d521 Remove unsused arguments from message_create 2016-01-27 12:32:03 +01:00
Kaian
efd2a1c9f7 Update REAMD file 📝 2016-01-27 12:30:31 +01:00
Kaian
67ba3eae0f Move curses interface sources to curses dir 2016-01-25 17:10:03 +01:00
Kaian
3bff1bc767 Unification of all integer types 2016-01-25 16:39:22 +01:00
Kaian
cdfa821c59 Remove compilation warnings on FreeBSD. Fixes #86 2016-01-25 11:50:12 +01:00
Kaian
22131efe02 Filter: allow lowercase in filter.methods setting. #84 2016-01-19 13:39:57 +01:00
Kaian
d408b68e30 CallList: Use filter.method setting on startup. Fixes #84 2016-01-18 20:40:49 +01:00
Kaian
b9895c70da Merge pull request #82 from linuxmaniac/vseva/810960
tests: fix for big-endian machines
2016-01-14 12:08:02 +01:00
Victor Seva
4ba00025f7 tests: fix for big-endian machines
by Helge Deller <deller@gmx.de>
Fix #81
2016-01-14 10:25:05 +01:00
Kaian
9ecad902a5 TravisCI: Fix build steps 2016-01-13 20:13:09 +01:00
Kaian
7323a9568f Fix travis build dependencies 2016-01-13 18:29:15 +01:00
Kaian
42c5b297a2 Merge pull request #80 from nshopik/patch-1
Readme typo 📝
2016-01-13 18:12:45 +01:00
Nikolay Shopik
0a75f02458 readme typo 2016-01-13 18:10:42 +03:00
Kaian
9ca70e8baa Allow saving from call flow panel with 'S' keybinding 2016-01-07 18:46:06 +01:00
Kaian
0248d0b25d Allow saving from call flow panel with 'S' keybinding 2016-01-07 18:36:51 +01:00
Kaian
b33d524472 Allow saving from call flow panel 2016-01-07 17:51:29 +01:00
Kaian
3b10983535 Call Flow: Remapped X keybinding to make X-CID find recursive 2016-01-07 16:47:12 +01:00
Kaian
158d66592c Change version to 1.2.0 📝 2015-12-10 11:17:54 +01:00
Kaian
0f09d263ea Include Alpine Linux binary install instructions 2015-12-04 11:49:14 +01:00
Kaian
c5742db265 Call Flow: Allow displaying RTP without RTCP 2015-12-01 19:05:07 +01:00
Kaian
26df34bdf4 Merge Packet Reassembly and Websocket dissector into base capture source files 2015-12-01 18:21:24 +01:00
Kaian
b3ffbadd52 Improve color scheme for b/w terminals 2015-12-01 13:25:53 +01:00
Kaian
26b028fbaa Disable RTP arrows in Call Flow by default
Change default value of cf.media setting to off.

Flows that have RTP streams will have the toggle streams keybinding
"highlighted" (in yellow).

This aims to improve the visibility of SIP messages when lots of arrows
are being displayed.

Of course, if cf.media is enabled in sngreprc resource file you can
obtain the previous behaviour.
2015-12-01 12:24:49 +01:00
Kaian
947e624cfc Fix -L and -H argument options initialization 2015-11-26 19:39:36 +01:00
Kaian
52bcfc914e EEP: Resolve configuration setting addresses. Fixes #76 2015-11-25 15:48:31 +01:00
Kaian
cb79a84f5e Fix error message reporting when using inet_aton. #76 2015-11-25 15:17:02 +01:00
Kaian
84b6ab48c9 Remove unused variables 2015-11-25 12:38:14 +01:00
Kaian
3cc954d36f Call Flow: Align Directional Arrows with Timestamp. Fixes #75 2015-11-24 19:01:43 +01:00
Kaian
ed3668c041 Add support for EEP/HEP version 2. Fixes #74 2015-11-24 19:01:43 +01:00
Kaian
a701b1349e Implement Call List autoscroll. Fixes #72
- Add keybining (default 'A' to toggle autoscroll on/off)
- Add setting (cl.autoscroll) to enable/disable autoscroll on startup
- Any direction keybinding pressed will disable autoscroll
2015-11-23 12:24:13 +01:00
Kaian
3d04e2ad21 Properly open dump file when -O command line option is used. Fixes #73 2015-11-13 12:32:51 +01:00
Kaian
d0137f1bd6 Avoid infinite loop while parsing RTCP headers 2015-11-12 13:44:14 +01:00
Kaian
1515f8ea06 Fix RTP/RTCP arrows when src and dst belongs to the same network 2015-11-09 13:53:02 +01:00
Kaian
dc02743b2a Call Flow: Fix arrow directions in compress mode 2015-10-28 19:44:17 +01:00
Kaian
c3910af1e7 Add EEP compile option to version output 2015-10-28 12:38:25 +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
86fbbf59e0 Tests: Increase initial and key input delay 2015-10-28 11:38:11 +01:00
Kaian
33423c8b8a Fix version number 1.0.1 -> 1.1.0 2015-10-28 11:22:05 +01:00