]> The Tcpdump Group git mirrors - tcpdump/commit
SCTP: Use GET_IPADDR_STRING()/GET_IP6ADDR_STRING() calls
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 23 Sep 2020 15:17:08 +0000 (17:17 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 23 Sep 2020 15:33:30 +0000 (17:33 +0200)
commitf5f55624f531d2a2a3a0029a831e4d4e27bc1e1c
treeae750f3ed5fc6d6a702459b4e8ab66ff4596b528
parenta03717380c5802c4f5f3105516badd4ceb4213e7
SCTP: Use GET_IPADDR_STRING()/GET_IP6ADDR_STRING() calls

Replace the calls to ipaddr_string()/ip6addr_string() with calls to
GET_IPADDR_STRING()/GET_IP6ADDR_STRING() macros performing bounds
checking.
print-sctp.c