Skip to content

RTMPT packet error decode/slice/capture #26

@niyetsin

Description

@niyetsin

Hi @shramos

#24 I'm having a similar issue with the RTMP
image1

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;

function1

I get something like this as response:

image2

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;

wireshark2

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;

image3

I attached also the structure of the header.csid field:

image4

If you need to try by yourself, I linked my repository that I'm using for the server and the client;

Github

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions