-
Notifications
You must be signed in to change notification settings - Fork 62
Description
Hi @shramos
#24 I'm having a similar issue with the RTMP
By the time I try to use Polymorph with Nginx Server and VLC client to capture packets between them, I always get this capture structure from wireshark,
Wireshark
I'm not able to filter some packets using functions with strings, this means that, everytime that I want to filter them using a function like this one;
I get something like this as response:
As you can see from this image above, the function was able to found 15 packets with a header.csid = 3, the weird part of this, is that when I try to see those packets on wireshark I only get 5 of them;
In order to try fixing this issue, I changed the type of the field 'string' as bytes, Then I run the function again, and I got this;
I attached also the structure of the header.csid field:
If you need to try by yourself, I linked my repository that I'm using for the server and the client;
Thanks in advance!





