Ege Çetin
Ege Çetin
See test PR [here](https://github.com/egecetin/PcapPlusPlus/pull/4)
I'll check it thanks
@seladb I think It is ready to review but I have two questions in my mind, - Maybe this feature should be mentioned somewhere in the documentation and/or examples after...
Not directly related with C++11 but also, library have some many C style casts, which can be easily located by using `cppcheck`. Anyone who wants fix them just remove or...
@Dimi1010 It might be related with libpcap version. Original winpcap (which can be downloaded from their site) supports libpcap version 1.4.2 (I checked their SDK. Inside the SDK package the...
@gummif Can you approve workflow?
@MCredbear In output side there are three different HTTP payloads with `Content-Length` 2248, 5261 and 6634. But for expected side there are four different HTTP payloads with `Content-Length` 2428, 5261,...
@seladb I'll double check parsing with different SMTP packets but it's ready for review.
I noticed a bug after double check this https://github.com/seladb/PcapPlusPlus/pull/1201#discussion_r1413051164. I completely misuse functions find_last_of and find_first_of instead of rfind/find to search multicharacter sequences. Since all test cases (and of course...
@seladb Normally since the data packets are binary they are not end with CRLF sequence but since they are binary they might 😀. Since the data does not fit into...