pengtian

Results 9 issues of pengtian

## BUG: `art_insert(&tree, "example", strlen("example"));` `/* follow will success */` `art_search(&tree, "example", strlen("example")); ` `/* follow will fail */` `art_search(&tree, "example.com", strlen("example")); ` ## FIX: `void* art_search(const art_tree *t, const...

Hi all I want to do like `hs_scan_stream->hs_scan_stream->hs_scan_stream`, but singlematch flag will keep in multi scan, so i want to do like `hs_scan_stream->clear_single_match_status->hs_scan_stream->clear_single_match_status->hs_scan_stream`, how to do like that? Where is...

Hi, everyone. I try to use my custom corpora and simple pattern to benchmark by hsbench, it will abort(RelWithDebug) or scan fail(Release) in literal mode. ![image](https://user-images.githubusercontent.com/13852782/161196859-2c66420d-752a-46f2-afba-4f3a8c00b07a.png) My pattern: ``` #...

Hi, i found some point about performacne, take a look at: ``` // ndpi_main.c:6378 int NDPI_BITMASK_COMPARE(NDPI_PROTOCOL_BITMASK a, NDPI_PROTOCOL_BITMASK b) { int i; for (i = 0; i < NDPI_NUM_FDS_BITS; i++)...

enhancement
Feature Request

Add a optinal param for tun2tap: tun client can connect with tap server.

https://gitlab.com/wireshark/wireshark/-/commit/fb41f052bb3054edac5853595178e58adfdd4171

good first issue

e013为ECC_SM4_SM3, 这里面显示为IBSDH_SM4_SM3

bug

版本: 8.4-stable 编译动作: ``` mkdir _build cd _build ../config enable-ssl3-method enable-ssl3 enable-cert-compression enable-zlib --symbol-prefix=BABA_ make ``` 报错 ``` /usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl" "-oMakefile" ../include/crypto/bn_conf.h.in > include/crypto/bn_conf.h /usr/bin/perl "-I." -Mconfigdata "../util/dofile.pl"...