webui: dynamic: multiple matches under "or" statement are not shown or indicated
Open
@fariss is already working on this.
Since Oct 30, 2024.
bug
webui
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 726
- Avg merge
- 11d 11h
- Merged PRs (30d)
- 7
Description
Web UI:

Standalone output:
```
or:
api: connect @ filename.exe{pid:5404,tid:5352,call:760}
connect(
s: 0x174,
name: 0x14f758,
namelen: 16,
) -> ret_val: -1
and 5 more...
```
Expectation: the web UI displays all of the `connect` matches under the `or` statement or `and 5 more...` or similar like the standalone tool.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.