Releases: daniestevez/dvb-gse
Releases · daniestevez/dvb-gse
dvb-gse v0.6.2
Added
- Support for handling concurrent TCP connections with
--input TCP
.
Changed
- Log BBFRAMEs and GSE packets in hex format.
What's Changed
- Allow concurrent TCP clients by @daniestevez in #37
Full Changelog: v0.6.1...v0.6.2
dvb-gse v0.6.1
Changelog
Fixed
- Build error with crc-3.2.0.
dvb-gse v0.6.0
Changelog
Added
- Support for headers preceding the BBFRAMEs using the
--header-length
argument.
Fixed
- Handling of
--isi
argument.
dvb-gse v0.5.0
Changelog
Changed
GSEPacketDefrag::defragment
andGSEPacket::split_bbframe
now return an error instead of panicking if the BBFRAME is malformed.
dvb-gse v0.4.4
Changelog
Fixed
- Panic in GSE packet defragmentation with some malformed GSE headers.
dvb-gse v0.4.3
Changelog
Fixed
- Some fixes in the documentation of the bbframe module.
Changed
- BBFRAME validator object made public.
dvb-gse v0.4.2
Changelog
Changed
- Do not fail if a packet cannot be written to the TUN.
- Add cause when logging errors for the TCP server.
dvb-gse v0.4.1
Changelog
Fixed
- Fixed default value for the
--input
command line argument.
dvb-gse v0.4.0
Changelog
Added
- Support for receiving BBFRAMEs as complete UDP packets and in a TCP stream.
dvb-gse v0.3.2
Changelog
Fixed
- Bug in handling of GSE packets with label re-use.