commit | c4aa80257a677a7642881f602c0462ba8944e662 | [log] [tgz] |
---|---|---|
author | guy <guy> | Tue Jun 03 23:49:22 2003 +0000 |
committer | guy <guy> | Tue Jun 03 23:49:22 2003 +0000 |
tree | a2f3559868634d8ed1b884f95831950021cc3c37 | |
parent | 09b6f818f01a4a8ae6d3b58bf35554916ef9f26e [diff] |
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.