Skip to content

Releases: daniestevez/dvb-gse

dvb-gse v0.6.2

01 May 12:10
v0.6.2
Compare
Choose a tag to compare

Added

  • Support for handling concurrent TCP connections with --input TCP.

Changed

  • Log BBFRAMEs and GSE packets in hex format.

What's Changed

Full Changelog: v0.6.1...v0.6.2

dvb-gse v0.6.1

08 Apr 14:23
v0.6.1
Compare
Choose a tag to compare

Changelog

Fixed

  • Build error with crc-3.2.0.

dvb-gse v0.6.0

12 Dec 12:34
v0.6.0
Compare
Choose a tag to compare

Changelog

Added

  • Support for headers preceding the BBFRAMEs using the --header-length
    argument.

Fixed

  • Handling of --isi argument.

dvb-gse v0.5.0

01 Nov 15:41
v0.5.0
Compare
Choose a tag to compare

Changelog

Changed

  • GSEPacketDefrag::defragment and GSEPacket::split_bbframe now return an error instead of panicking if the BBFRAME is malformed.

dvb-gse v0.4.4

18 Oct 13:16
v0.4.4
Compare
Choose a tag to compare

Changelog

Fixed

  • Panic in GSE packet defragmentation with some malformed GSE headers.

dvb-gse v0.4.3

17 Oct 14:27
v0.4.3
Compare
Choose a tag to compare

Changelog

Fixed

  • Some fixes in the documentation of the bbframe module.

Changed

  • BBFRAME validator object made public.

dvb-gse v0.4.2

02 Oct 14:54
v0.4.2
Compare
Choose a tag to compare

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

29 Sep 13:58
v0.4.1
Compare
Choose a tag to compare

Changelog

Fixed

  • Fixed default value for the --input command line argument.

dvb-gse v0.4.0

29 Sep 13:46
v0.4.0
Compare
Choose a tag to compare

Changelog

Added

  • Support for receiving BBFRAMEs as complete UDP packets and in a TCP stream.

dvb-gse v0.3.2

19 Jul 15:57
v0.3.2
Compare
Choose a tag to compare

Changelog

Fixed

  • Bug in handling of GSE packets with label re-use.