Add multi-leg structure tagging for flow packets

This commit is contained in:
dirtydishes 2025-12-30 13:33:50 -05:00
parent 163ab1039e
commit 0b0ffa651e
8 changed files with 291 additions and 93 deletions

View file

@ -426,6 +426,12 @@ h1 {
background: rgba(111, 91, 57, 0.12);
}
.structure-tag {
border-color: rgba(39, 84, 138, 0.45);
color: #27548a;
background: rgba(39, 84, 138, 0.12);
}
.nbbo-meta {
font-size: 0.72rem;
color: #6f5b39;