713903c463
feat(tui): refine transaction flow with source/dest IPs and improved styling
main
Jose Luis Montañes Ojados
2026-01-20 22:28:20 +01:00
c052cc72fb
fix: Ensure transaction flow navigation works for all calls
Jose Luis Montañes Ojados
2026-01-19 23:37:04 +01:00
1fb7d447a4
fix: Resolve call selection index mismatch by using sorted flows everywhere
Jose Luis Montañes Ojados
2026-01-19 23:29:38 +01:00
65a7cd10f6
fix: Adjust Analysis view layout to prevent overlapping with navigation bar
Jose Luis Montañes Ojados
2026-01-19 23:23:05 +01:00
b7a5bede87
refactor: Use viewport for Analysis interactions to enable proper scrolling
Jose Luis Montañes Ojados
2026-01-19 23:16:02 +01:00
a5ba4d6c11
fix: Implement proper scrolling and sorting for Analysis calls list
Jose Luis Montañes Ojados
2026-01-19 23:07:25 +01:00
d234bfb427
feat: Resolve IP addresses to node names in packet details view and export
Jose Luis Montañes Ojados
2026-01-19 22:46:03 +01:00
6abea047d1
feat: Add zero-padding to transaction flow numbering for better alignment
Jose Luis Montañes Ojados
2026-01-19 22:09:45 +01:00
b2ff043923
feat: Add timestamp to export filename and include network context
Jose Luis Montañes Ojados
2026-01-19 21:49:04 +01:00
bdf6dfc1e1
feat: Add Network Layer details to exported call log
Jose Luis Montañes Ojados
2026-01-19 21:39:57 +01:00
d3b31f02c8
feat: Enhance export with IPs and add controls legend to TUI
Jose Luis Montañes Ojados
2026-01-19 21:34:40 +01:00
3b73d30e27
feat: Add call details export to log file
Jose Luis Montañes Ojados
2026-01-19 20:52:46 +01:00
1df4a48769
fix: Update Call Detail view on new packets for real-time monitoring
Jose Luis Montañes Ojados
2026-01-19 17:22:27 +01:00
23349e2039
fix: Ensure Packet Details and Transaction Flow scroll correctly by updating viewports in Update loop
Jose Luis Montañes Ojados
2026-01-19 17:15:49 +01:00
f5a2730bc3
fix: Update detailsViewport dimensions in Update loop to ensure scrollability
Jose Luis Montañes Ojados
2026-01-19 17:06:09 +01:00
a02b7533d5
fix: Initialize detailsViewport in NewModel to enable scrolling
Jose Luis Montañes Ojados
2026-01-19 16:55:41 +01:00
daefefb5aa
style: Restore titles and apply full-height rounded borders to Call Detail view
Jose Luis Montañes Ojados
2026-01-19 16:51:24 +01:00
c4794ad787
feat: Add scrollable packet details viewport and TAB focus switching
Jose Luis Montañes Ojados
2026-01-19 16:43:08 +01:00
0566cb9268
feat: Implement interactive packet selection and split-pane layout in Call Detail view
Jose Luis Montañes Ojados
2026-01-19 16:37:43 +01:00
42d27c0647
fix: Implement proactive packet flushing based on Content-Length to resolve UI update lag
Jose Luis Montañes Ojados
2026-01-19 16:32:57 +01:00
751bf380d7
fix: Refactor Update loop to ensure packets are processed in all views
Jose Luis Montañes Ojados
2026-01-19 16:25:32 +01:00
1344b730af
fix: Increase scanner buffer size to 5MB and add error logging to prevent silent capture failures
Jose Luis Montañes Ojados
2026-01-19 16:17:28 +01:00
ee0e827b78
feat: Redesign Call Detail view with split layout and scrollable viewport
Jose Luis Montañes Ojados
2026-01-19 16:12:51 +01:00
ee7201ce57
fix: Correct IP latching order to prevent metadata overwrite
Jose Luis Montañes Ojados
2026-01-19 16:07:18 +01:00
0c61db8f5b
fix: Resolve IP direction mismatch by latching metadata and robustifying tcpdump header parsing
Jose Luis Montañes Ojados
2026-01-19 16:00:59 +01:00
cd9b0db44d
fix: Implement channel-based packet handling for TUI live updates
Jose Luis Montañes Ojados
2026-01-19 15:51:25 +01:00
f0911737f4
fix: Extract network metadata from tcpdump headers to populate SIP packet IPs
Jose Luis Montañes Ojados
2026-01-19 15:40:11 +01:00
2d99d8ddc4
fix: Robust parsing of SIP messages from tcpdump output containing raw header artifacts
Jose Luis Montañes Ojados
2026-01-19 15:35:13 +01:00
4fa44fb9c7
chore: Add verbose logging to local capture for debugging purposes
Jose Luis Montañes Ojados
2026-01-19 15:28:16 +01:00
b8984f25a0
fix: Add -nn flag to tcpdump commands to resolve macOS capture issues
Jose Luis Montañes Ojados
2026-01-19 15:26:01 +01:00
854cf926ed
feat: Add call duration to call detail view
Jose Luis Montañes Ojados
2026-01-19 15:02:27 +01:00
bdd6cbf72a
fix: Allow direct 'p' shortcut for pcap import in Capture View
Jose Luis Montañes Ojados
2026-01-19 14:54:49 +01:00
6c80a2410e
chore: add .gitignore to ignore logs directory.
Jose Luis Montañes Ojados
2026-01-19 14:53:51 +01:00
a350c3f178
feat: Add .gitignore and an initial network map configuration in JSON format.
Jose Luis Montañes Ojados
2026-01-19 14:53:28 +01:00
5f00506758
feat: Update node label format to Name (Type) without outer parentheses
Jose Luis Montañes Ojados
2026-01-19 14:52:38 +01:00
2a8f0c633a
feat: Add PCAP import shortcut to capture view help
Jose Luis Montañes Ojados
2026-01-19 14:49:50 +01:00
7cb29c45e3
feat: Add colored node labels by type and clean up display format
Jose Luis Montañes Ojados
2026-01-19 14:48:03 +01:00
7375539def
feat: Refine Call Detail UI to separate network info from transaction flow
Jose Luis Montañes Ojados
2026-01-19 14:36:01 +01:00
063650976b
feat: TUI visual improvements (nav bar, flow details) and timestamp support
Jose Luis Montañes Ojados
2026-01-19 14:34:43 +01:00
efb50ffc8e
feat: Add pcap import, file browser, logging, local capture, and stable call ordering
Jose Luis Montañes Ojados
2026-01-19 14:28:56 +01:00
3e5742d353
feat: Initial project structure with TUI, SSH, SIP parser, and capture modules
Jose Luis Montañes Ojados
2026-01-19 13:46:27 +01:00