diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2017-11-16 08:46:28 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2017-11-16 08:46:28 +0100 |
commit | 45c9c5e5c2ddc01c2cf4b608741f00ef364ba639 (patch) | |
tree | 7a4b6491703d9edb708321c8d67ed241323bc0ce /print-sctp.c | |
parent | 51d034f45b672c2f1bfc8c185cd5bd0c6798531d (diff) | |
download | tcpdump-45c9c5e5c2ddc01c2cf4b608741f00ef364ba639.tar.gz |
Put some function definition names at the beginning of line
Diffstat (limited to 'print-sctp.c')
-rw-r--r-- | print-sctp.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/print-sctp.c b/print-sctp.c index f625dce6..91f10c1e 100644 --- a/print-sctp.c +++ b/print-sctp.c @@ -490,10 +490,11 @@ static inline int isForCES_port(u_short Port) return 0; } -void sctp_print(netdissect_options *ndo, - const u_char *bp, /* beginning of sctp packet */ - const u_char *bp2, /* beginning of enclosing */ - u_int sctpPacketLength) /* ip packet */ +void +sctp_print(netdissect_options *ndo, + const u_char *bp, /* beginning of sctp packet */ + const u_char *bp2, /* beginning of enclosing */ + u_int sctpPacketLength) /* ip packet */ { u_int sctpPacketLengthRemaining; const struct sctpHeader *sctpPktHdr; |