X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fformat.h;fp=src%2Fvnet%2Fip%2Fformat.h;h=d527e31a05e575dba16d81dac6c9e0feb777502c;hb=191a59401c0552e5ea79041f34456eb9fcc1f311;hp=c35f0f4bb74f9e7383c6481b987335b900dc87bb;hpb=ce111d2ee3bacec2a09d8f5b664dcfafa0dd50c7;p=vpp.git diff --git a/src/vnet/ip/format.h b/src/vnet/ip/format.h index c35f0f4bb74..d527e31a05e 100644 --- a/src/vnet/ip/format.h +++ b/src/vnet/ip/format.h @@ -99,9 +99,10 @@ format_function_t format_ip6_header; unformat_function_t unformat_pg_ip6_header; /* Format a TCP/UDP headers. */ -format_function_t format_tcp_header, format_udp_header; +format_function_t format_tcp_header, format_udp_header, format_sctp_header; -unformat_function_t unformat_pg_tcp_header, unformat_pg_udp_header; +unformat_function_t unformat_pg_tcp_header, unformat_pg_udp_header, + unformat_pg_sctp_header; #endif /* included_ip_format_h */