• Joined on 2026-01-14
admin pushed to main at admin/telephony-inspector 2026-01-19 17:22:01 +01:00
1df4a48769 fix: Update Call Detail view on new packets for real-time monitoring
admin pushed to main at admin/telephony-inspector 2026-01-19 17:15:23 +01:00
23349e2039 fix: Ensure Packet Details and Transaction Flow scroll correctly by updating viewports in Update loop
admin pushed to main at admin/telephony-inspector 2026-01-19 17:05:46 +01:00
f5a2730bc3 fix: Update detailsViewport dimensions in Update loop to ensure scrollability
admin pushed to main at admin/telephony-inspector 2026-01-19 17:01:51 +01:00
a02b7533d5 fix: Initialize detailsViewport in NewModel to enable scrolling
admin pushed to main at admin/telephony-inspector 2026-01-19 16:51:24 +01:00
daefefb5aa style: Restore titles and apply full-height rounded borders to Call Detail view
admin pushed to main at admin/telephony-inspector 2026-01-19 16:42:44 +01:00
c4794ad787 feat: Add scrollable packet details viewport and TAB focus switching
admin pushed to main at admin/telephony-inspector 2026-01-19 16:37:27 +01:00
0566cb9268 feat: Implement interactive packet selection and split-pane layout in Call Detail view
admin pushed to main at admin/telephony-inspector 2026-01-19 16:32:58 +01:00
42d27c0647 fix: Implement proactive packet flushing based on Content-Length to resolve UI update lag
admin pushed to main at admin/telephony-inspector 2026-01-19 16:25:06 +01:00
751bf380d7 fix: Refactor Update loop to ensure packets are processed in all views
admin pushed to main at admin/telephony-inspector 2026-01-19 16:18:11 +01:00
1344b730af fix: Increase scanner buffer size to 5MB and add error logging to prevent silent capture failures
admin pushed to main at admin/telephony-inspector 2026-01-19 16:12:48 +01:00
ee0e827b78 feat: Redesign Call Detail view with split layout and scrollable viewport
admin pushed to main at admin/telephony-inspector 2026-01-19 16:06:53 +01:00
ee7201ce57 fix: Correct IP latching order to prevent metadata overwrite
admin pushed to main at admin/telephony-inspector 2026-01-19 16:00:33 +01:00
0c61db8f5b fix: Resolve IP direction mismatch by latching metadata and robustifying tcpdump header parsing
admin pushed to main at admin/telephony-inspector 2026-01-19 15:51:00 +01:00
cd9b0db44d fix: Implement channel-based packet handling for TUI live updates
admin pushed to main at admin/telephony-inspector 2026-01-19 15:39:49 +01:00
f0911737f4 fix: Extract network metadata from tcpdump headers to populate SIP packet IPs
admin pushed to main at admin/telephony-inspector 2026-01-19 15:34:49 +01:00
2d99d8ddc4 fix: Robust parsing of SIP messages from tcpdump output containing raw header artifacts
admin pushed to main at admin/telephony-inspector 2026-01-19 15:27:58 +01:00
4fa44fb9c7 chore: Add verbose logging to local capture for debugging purposes
admin pushed to main at admin/telephony-inspector 2026-01-19 15:25:35 +01:00
b8984f25a0 fix: Add -nn flag to tcpdump commands to resolve macOS capture issues
admin pushed to main at admin/telephony-inspector 2026-01-19 15:02:25 +01:00
854cf926ed feat: Add call duration to call detail view
bdd6cbf72a fix: Allow direct 'p' shortcut for pcap import in Capture View
6c80a2410e chore: add .gitignore to ignore logs directory.
a350c3f178 feat: Add .gitignore and an initial network map configuration in JSON format.
5f00506758 feat: Update node label format to Name (Type) without outer parentheses
Compare 7 commits »
admin pushed to main at admin/telephony-inspector 2026-01-19 14:47:22 +01:00
7375539def feat: Refine Call Detail UI to separate network info from transaction flow
063650976b feat: TUI visual improvements (nav bar, flow details) and timestamp support
efb50ffc8e feat: Add pcap import, file browser, logging, local capture, and stable call ordering
3e5742d353 feat: Initial project structure with TUI, SSH, SIP parser, and capture modules