-
- Downloads
Add support for SCTP chunk parameters
This patch adds support for the SCTP parameters defined in RFC 4960. While there, make the syntax more consistent and make sure that the packet printing is in line with the syntax being used. This fixes https://github.com/nplab/packetdrill/issues/6
Showing
- gtests/net/packetdrill/lexer.l 17 additions, 0 deletionsgtests/net/packetdrill/lexer.l
- gtests/net/packetdrill/packet.c 26 additions, 9 deletionsgtests/net/packetdrill/packet.c
- gtests/net/packetdrill/packet_to_string_test.c 109 additions, 109 deletionsgtests/net/packetdrill/packet_to_string_test.c
- gtests/net/packetdrill/parser.y 304 additions, 81 deletionsgtests/net/packetdrill/parser.y
- gtests/net/packetdrill/run_packet.c 82 additions, 6 deletionsgtests/net/packetdrill/run_packet.c
- gtests/net/packetdrill/sctp_chunk_to_string.c 130 additions, 92 deletionsgtests/net/packetdrill/sctp_chunk_to_string.c
- gtests/net/packetdrill/sctp_packet.c 676 additions, 99 deletionsgtests/net/packetdrill/sctp_packet.c
- gtests/net/packetdrill/sctp_packet.h 106 additions, 11 deletionsgtests/net/packetdrill/sctp_packet.h
- gtests/net/packetdrill/tests/bsd/sctp/sctp_active.pkt 25 additions, 16 deletionsgtests/net/packetdrill/tests/bsd/sctp/sctp_active.pkt
- gtests/net/packetdrill/tests/bsd/sctp/sctp_handle_init.pkt 2 additions, 2 deletionsgtests/net/packetdrill/tests/bsd/sctp/sctp_handle_init.pkt
- gtests/net/packetdrill/tests/bsd/sctp/sctp_hb.pkt 11 additions, 11 deletionsgtests/net/packetdrill/tests/bsd/sctp/sctp_hb.pkt
- gtests/net/packetdrill/tests/bsd/sctp/sctp_icmp_active.pkt 10 additions, 10 deletionsgtests/net/packetdrill/tests/bsd/sctp/sctp_icmp_active.pkt
- gtests/net/packetdrill/tests/bsd/sctp/sctp_icmp_passive.pkt 10 additions, 10 deletionsgtests/net/packetdrill/tests/bsd/sctp/sctp_icmp_passive.pkt
- gtests/net/packetdrill/tests/bsd/sctp/sctp_init_rtx.pkt 10 additions, 18 deletionsgtests/net/packetdrill/tests/bsd/sctp/sctp_init_rtx.pkt
- gtests/net/packetdrill/tests/bsd/sctp/sctp_passive.pkt 20 additions, 13 deletionsgtests/net/packetdrill/tests/bsd/sctp/sctp_passive.pkt
Loading
Please register or sign in to comment