]> The Tcpdump Group git mirrors - tcpdump/commit
The SCTP dissector is only called for SCTP packets, so there's no reason
authorguy <guy>
Tue, 3 Jun 2003 23:49:22 +0000 (23:49 +0000)
committerguy <guy>
Tue, 3 Jun 2003 23:49:22 +0000 (23:49 +0000)
commitc4aa80257a677a7642881f602c0462ba8944e662
treea2f3559868634d8ed1b884f95831950021cc3c37
parent09b6f818f01a4a8ae6d3b58bf35554916ef9f26e
The SCTP dissector is only called for SCTP packets, so there's no reason
for it to check the protocol number in the IP header.

Have the IPv6 dissector call the SCTP dissector for SCTP packets.

Get rid of the definition of IPPROTO_SCTP in sctpConstants.h, so we
don't have problems if <netinet/in.h> also defines it.
print-ip6.c
print-sctp.c
sctpConstants.h