]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sctp.c
Use the EXTRACT_U_1() macro in some utility functions
[tcpdump] / print-sctp.c
index 5130196d654867bc8c09ea8036083e5934175602..bee474d8d8c2c2fbe27d5713d65bffff2793c396 100644 (file)
@@ -434,7 +434,8 @@ static const struct tok PayloadProto_idents[] = {
 };
 
 
-static inline int isForCES_port(u_short Port)
+static int
+isForCES_port(u_short Port)
 {
        if (Port == CHAN_HP)
                return 1;