Commit Graph

835 Commits

Author SHA1 Message Date
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
Kaian
5ed7d36418 Make EEP support configurable.
Also IPv6 and EEP support are enabled by default.
2015-10-27 13:45:26 +01:00
Kaian
e57b7d4123 Filters: Allow spaces in input fields values 2015-10-22 20:00:48 +02:00
Kaian
54a4f46b9e Update Binary instalation links in Readme.md 2015-10-22 19:14:23 +02: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
c0082511da Recode keybinding initialization 2015-10-22 18:31:35 +02:00
Kaian
80fd0ea1dd Call Flow: Compressed mode using alias
Now compressed mode (pressing `s` in call flow) won't display ports
in column addresses. Instead, the alias of the address will be displayed
(if configured in `sngreprc` file)

Addresses configured with the same alias will be displayed as one unique
column. This may lead to confusion in some cases, but it also allows
a more clear representation of hosts with multiple addresses.
2015-10-22 16:54:56 +02:00
Kaian
10c55aa79e RTP fix XR Blocks size calculation 2015-10-21 20:19:03 +02:00
Kaian
56ff190338 Fix RTP pacekt size checks 2015-10-21 20:12:52 +02:00
Kaian
bfbe087ced Fix RTP/RTCP arrows in sdp compressed mode 2015-10-21 19:34:25 +02:00
Kaian
5a64c20212 Print MOS-CQ in RTCP arrows 2015-10-21 19:34:24 +02:00
Kaian
68acd6ffbc Avoid creating exiting streams while sdp parsing 2015-10-21 19:34:24 +02:00
Kaian
a393c4dabe Ignore format while searching for streams 2015-10-21 19:34:24 +02:00
Kaian
cc460e0a0a Initial RTCP support 2015-10-21 19:34:24 +02:00
Kaian
97c3feb2f5 Add a new ui for message statistics 2015-10-21 18:34:16 +02:00
Kaian
7a788668f5 Call List: Remove fast invite display filter 2015-10-21 11:36:28 +02:00
Kaian
4d56d2accf Fix display hostname setting 2015-10-20 18:07:40 +02:00
Kaian
f74c6fdf93 Add irc channel as contact information 📝 2015-10-20 15:30:29 +02:00
Kaian
528a2e26d1 Call Flow: Fix help screen displayed keybindings 2015-10-20 13:48:15 +02:00
Kaian
577327ddac Fix payload len for IP assembled packets 2015-10-15 12:09:42 +02:00
Kaian
ca187bb16a Implement basic payload filtering 2015-10-15 11:44:36 +02:00
Kaian
436950a0cb Fix sip.noincomplete setting in sngreprc 2015-10-15 11:14:30 +02:00
Kaian
d541c14ba5 Fix payload len for IP assembled packets 2015-10-14 20:23:54 +02:00
Kaian
7f265ad284 Call flow RTP arrow displayed in wrong direction. Fixes #63 2015-10-08 16:20:30 +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
a783a96ba7 CallFlow: Fix extended call flow display 2015-09-30 17:00:32 +02:00
Kaian
ce1d6fb231 Properly lock eep packet server process 2015-09-30 16:22:27 +02:00
Kaian
8ea0933036 CallList: Fixed a crash while clearing list 2015-09-30 16:08:33 +02:00
Kaian
82f32406de Avoid races between capture and ui threads 2015-09-30 16:00:21 +02:00