daniestevez / dvb-gse

Rust implementation of DVB-GSE
Apache License 2.0
17 stars 3 forks source link

gsepacket: add option to skip the total length check #12

Closed daniestevez closed 1 year ago

daniestevez commented 1 year ago

Since some modulators put a wrong value in this field, this adds an option to the CLI and the GSE Packet defragmenter to skip the checking of the total length field.

This closes #11.

Signed-off-by: Daniel Estévez daniel@destevez.net