Clarence
|
a86315160b
|
tls: add tcp segment check
|
2021-09-22 09:53:22 +02:00 |
Clarence
|
3f7659eee9
|
tls: redo fix infinite loop.
|
2021-09-22 09:53:01 +02:00 |
Clarence
|
1b18bde8d5
|
tls: fix wrong pre_master_key length
|
2021-09-22 09:52:35 +02:00 |
Clarence
|
c3b4694037
|
tls: so that we can dissect the next layer
|
2021-09-20 09:05:27 +02:00 |
Clarence
|
322caa4ca5
|
tls: fix the infinite loop
|
2021-09-10 10:34:13 +02:00 |
Kaian
|
e5f1053174
|
ip: skip IP headers from fragments data
|
2021-05-10 11:55:27 +02:00 |
Kaian
|
90da49360c
|
storage: properly validate initial transaction requests
|
2021-03-30 13:20:14 +02:00 |
Kaian
|
5b1279e0ff
|
cf: add support for displaying new TelEvt arrows #78
|
2021-03-30 12:03:51 +02:00 |
Kaian
|
ce7554591b
|
televt: initial packet dissector for DTMF Telephony Events #78
|
2021-03-30 12:01:09 +02:00 |
Kaian
|
6975b753b7
|
mrcp: fixed MRCP displayed as enabled when it was not
|
2021-03-23 12:44:52 +01:00 |
Kaian
|
729e100c4c
|
mrcp: fix typo in MRCP method name #346
Taken from downstream
47ee7d61a6
|
2021-03-23 11:43:35 +01:00 |
Kaian
|
c7edab47cd
|
mrcp: initial packet dissector for MRCPv2 #346
Implementation based on PR#346 done by Mayama Takeshi
https://github.com/irontec/sngrep/pull/346/
|
2021-03-23 10:35:08 +01:00 |
Kaian
|
fef9158ab2
|
msg: do not use SIP packet functions in getters
|
2021-03-23 09:29:44 +01:00 |
Kaian
|
e59eced8d6
|
cf: delta time is now based on arrow time
|
2020-08-31 13:51:23 +02:00 |
Kaian
|
f837c02be5
|
storage: fix only show request starting dialogs settings
|
2020-05-08 12:30:15 +02:00 |
Kaian
|
02c0df39cd
|
save: fix typo in save dialog message
|
2020-03-30 14:24:41 +02:00 |
Kaian
|
740f76f8a1
|
sett: add callback function for dumping settings
|
2020-03-30 13:27:39 +02:00 |
Kaian
|
f8c0748e4a
|
attr: fix X-Call-ID attribute regexp
|
2020-03-30 13:21:57 +02:00 |
Kaian
|
ec9b2e78b5
|
pcap: add setting to configure libpcap buffer size
|
2020-03-30 13:15:04 +02:00 |
Kaian
|
869f25bfa0
|
pcap: activate handle after setting buffersize
|
2020-03-30 13:00:46 +02:00 |
Kaian
|
4963005a9a
|
settings: refactor Settings to use name as iden
|
2020-03-30 12:42:55 +02:00 |
Kaian
|
a079080faf
|
keybinding: refactor KeybindingAction enum
|
2020-03-30 11:13:20 +02:00 |
Kaian
|
da59b6158a
|
settings: refactor all setting constants names
|
2020-03-30 10:30:22 +02:00 |
Kaian
|
278d6f9f49
|
ip: trust IP header length
|
2020-03-25 16:06:36 +01:00 |
Kaian
|
3ab8b74f78
|
codecs: add support for g711u codec
|
2020-03-25 15:09:20 +01:00 |
Kaian
|
341dad4fd3
|
pcap: increase capture buffer size to 10M
|
2020-03-25 14:25:09 +01:00 |
Kaian
|
b1ecf3e37e
|
packet: reuse frame data for dissectors
|
2020-03-25 14:14:20 +01:00 |
Kaian
|
4e74589a8c
|
setting: fix string to enum setting transform
|
2020-03-25 13:21:29 +01:00 |
Kaian
|
623495a22e
|
setting: fix savepath setting storage
|
2020-03-25 12:51:22 +01:00 |
Kaian
|
b206eeb299
|
dissector: move dissectors to capture thread
|
2020-03-25 12:41:51 +01:00 |
Kaian
|
e827d9debe
|
msg: reverse retransmission detection logic
|
2020-03-24 17:46:43 +01:00 |
Kaian
|
8f7d76a546
|
tui: fix scrollbar position for last arrow
|
2020-03-24 17:44:33 +01:00 |
Kaian
|
289668de67
|
tcp: fix memory leak during TCP assembly
|
2020-03-24 14:35:15 +01:00 |
Kaian
|
6487551fbb
|
attr: mark call state as mutable
|
2020-03-24 12:36:10 +01:00 |
Kaian
|
3004cf0700
|
attr: full attribute refactoring
This includes:
- CallList attribute columns settings storage
- Dynamic Attribute functions
- Dynamic Attribute creation from settings
- Fixes attribute comparisson
|
2020-03-24 11:54:48 +01:00 |
Kaian
|
3408f1d2a1
|
attr: print attribute config with dump command line option
|
2020-03-23 16:12:54 +01:00 |
Kaian
|
3320993ecb
|
settings: update HEP and Packet setting names
|
2020-03-23 15:43:25 +01:00 |
Kaian
|
7be012820e
|
code: remove packet dissectors from storage directory
|
2020-03-23 15:28:40 +01:00 |
Kaian
|
8c47840928
|
code: move ncurses files to tui directory
|
2020-03-23 15:21:04 +01:00 |
Kaian
|
6a1886d9b3
|
glib: move gvalue functions to its own file
|
2020-03-23 14:56:08 +01:00 |
Kaian
|
043ca50814
|
settings: move enum declaration to their files
|
2020-03-23 13:01:51 +01:00 |
Kaian
|
e0ba40a100
|
ps: enter also toggles menu item
|
2020-03-23 12:41:33 +01:00 |
Kaian
|
df683e944d
|
filter: disable cursor when leaving Filters screen
|
2020-03-23 12:40:38 +01:00 |
Kaian
|
a6d719ac50
|
ps: new protocol select window
|
2020-03-23 12:36:08 +01:00 |
Kaian
|
d6d386d3ff
|
setting: fix memory leak in string type Settings
|
2020-03-23 10:47:40 +01:00 |
Kaian
|
f9c5f8f1e9
|
tcp: fix memory leak in TCP packet assembly
|
2020-03-23 10:47:03 +01:00 |
Kaian
|
e68f0e33bf
|
packet: add id and name attributes to PacketDissector
|
2020-03-23 10:46:39 +01:00 |
Kaian
|
7806678d22
|
settings: refactor all settings using GValue
|
2020-03-20 17:16:49 +01:00 |
Kaian
|
1d02b4fe88
|
cl: fix Date attribute column display
|
2020-03-20 08:59:54 +01:00 |
Kaian
|
ff9b19a753
|
doc: update TODO with implemented features
|
2020-03-20 08:43:24 +01:00 |