Home | History | Annotate | Download | only in layers

Lines Matching defs:SCTP

8 SCTP (Stream Control Transmission Protocol).
211 ############## SCTP header
223 class SCTP(_SCTPChunkGuessPayload, Packet):
229 if not isinstance(other, SCTP):
243 ############## SCTP Chunk variable params
427 ############## SCTP Chunks
429 # Dictionary taken from: http://www.iana.org/assignments/sctp-parameters/sctp-parameters.xhtml
476 45: 'SSH/SCTP',
477 46: 'Diameter/SCTP',
478 47: 'Diameter/DTLS/SCTP',
492 # TODO : add a padding function in post build if this layer is used to generate SCTP chunk data
661 bind_layers( IP, SCTP, proto=IPPROTO_SCTP)
662 bind_layers( IPv6, SCTP, nh=IPPROTO_SCTP)