Skip to content

Clarify numeric base in Monitor view output#220

Merged
ddddddO merged 1 commit intoddddddO:mainfrom
cluster2600:codex/issue-86-display-bases
Feb 20, 2026
Merged

Clarify numeric base in Monitor view output#220
ddddddO merged 1 commit intoddddddO:mainfrom
cluster2600:codex/issue-86-display-bases

Conversation

@cluster2600
Copy link
Copy Markdown
Contributor

@cluster2600 cluster2600 commented Feb 18, 2026

Summary

  • prefix all hex-formatted monitor values with 0x so base is explicit
  • keep existing decimal values where already shown and preserve monitor layout
  • add regression tests for IPv4/TCP/UDP/DNS monitor table cell output

Validation

  • go test ./internal/tui/monitor -v
  • go test ./cmd/packemon

Fixes #86

@ddddddO
Copy link
Copy Markdown
Owner

ddddddO commented Feb 20, 2026

@cluster2600
Thank you! This is very helpful!
And it's great that you've added tests!

@ddddddO ddddddO merged commit 0a021d2 into ddddddO:main Feb 20, 2026
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.

Monitor の view で10進なのか16進で表示されてるのかわからない

2 participants