Commit Graph

7 Commits

Author SHA1 Message Date
Sean DuBois
51e669e1d8 Improve error handling and enums in SCTP
* Make sure errors in SCTP make it all the way back
* Move structs into files with proper names in SCTP
* Add String() for AssociationState enum
* Add callbacks to Association to that we can handle
  DATA in the DataChannel package and send outbound SCTP
2018-07-21 12:27:38 -07:00
Sean DuBois
0c9565896e Implement SCTP checksum 2018-07-21 12:27:38 -07:00
Sean DuBois
f2b9791623 Implement SCTP Init chunk, and start InitAck 2018-07-21 12:27:38 -07:00
Sean DuBois
cca92b5dd7 Fix lint, vet and cyclo errors 2018-07-21 12:27:38 -07:00
Sean DuBois
5ec9022685 SCTP Packet+Chunk Unmarshalling with tests 2018-07-21 12:27:38 -07:00
Sean DuBois
f7801d4afc Implement structs for SCTP Packet and SCTP chunks 2018-07-21 12:27:38 -07:00
Sean DuBois
b69b185bd5 Initial commit
* DTLS packets are decrypt
* Sending DTLS packets has prototype, but has not been implemented
* We print the SCTP packets, but they aren't parsed yet
2018-07-21 12:27:38 -07:00