mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-28 15:09:47 +00:00
Move from PCRE to PCRE2. PCRE is EOL and won't receive any security updates anymore. Convert to PCRE2 by converting any function PCRE2 new API. Also update every entry in github workflows and README to point to the new configure flag. (--with-pcre2) Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
1.3 KiB
1.3 KiB
| name | about | title | labels | assignees |
|---|---|---|---|---|
| 🐞 Report a Bug | Create a report to help us improve nDPI | bug |
Describe the bug
A clear and concise description of what the bug is.
Expected behavior
A clear and concise description of what you expected to happen.
Obtained behavior
A clear and concise description of what happening.
nDPI Environment (please complete the following information):
- OS name: [e.g. Ubuntu].
- OS version: [e.g. 18.04]
- Architecture: [e.g. arm64]
- nDPI version or commit hash: [e.g. 4.0-stable or
937357e4bc]. - nDPI compilation flags used: if you are building from source [e.g. --with-pcre2 --with-local-libgcrypt].
- Attach the
config.logfile generated after./configureran (if you are building from source).
How to reproduce the reported bug
Reproducible using ndpiReader?
- The reported bug is reproducible using ndpiReader.
- The reported bug is not reproducible using ndpiReader.
If applicable, the used ndpiReader options:
ndpiReader -q -t -i wlo1 -T 20 -U 20
If your bug is reproducible using a pcap, please attach a pcap file (or a valid link to download it)
Example: test.pcap
Steps to reproduce the behavior:
- Run '...'
- Set '....'
- Do '....'
- See error
Additional context
Add any other context about the problem here.