Skip to content

Conversation

@pirate
Copy link
Owner

@pirate pirate commented Dec 6, 2025

Display whether TCP connections are incoming or outgoing using arrow direction in notifications.

Changes

  • Modified parse_port_events() to show connection direction with arrows
  • Modified parse_vnc_events() to show connection direction with arrows
  • Outgoing connections: process@localhost -> host:port
  • Incoming connections: host:port -> process@localhost:port
  • Detects direction by checking for '->' in lsof NAME field

Fixes #13


Generated with Claude Code) | View Branch | [View job run](https://github.com/pirate/security-growler/actions/runs/19979535234

- Modified parse_port_events() to show connection direction with arrows
- Modified parse_vnc_events() to show connection direction with arrows
- Outgoing connections: process@localhost -> host:port
- Incoming connections: host:port -> process@localhost:port
- Detects direction by checking for '->' in lsof NAME field

Fixes #13

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Nick Sweeting <pirate@users.noreply.github.com>
@pirate pirate merged commit 83c3aed into master Dec 6, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Display whether TCP connection is incoming or outgoing

2 participants