fiorix / go-diameter

Diameter stack and Base Protocol (RFC 6733) for the Go programming language
Other
244 stars 141 forks source link

Payload Protocol Identifier in the SCTP layer is set to 00 (meaning 'not specified') and not 2E (meaning 'Diameter') #119

Closed edkowalski closed 4 years ago

edkowalski commented 4 years ago

Wireshark does not interpret messages sent using those scripts as Diameter ones because the Payload Protocol Identifier in the SCTP layer is set to 00 (meaning 'not specified') and not 2E (meaning 'Diameter'). Is there a way to work around this?

fiorix commented 4 years ago

Should be fine now. Closing.