]> The Tcpdump Group git mirrors - tcpdump/commit
DCCP: Use GET_IPADDR_STRING()/GET_IP6ADDR_STRING() calls
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 23 Sep 2020 14:46:30 +0000 (16:46 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 23 Sep 2020 15:33:30 +0000 (17:33 +0200)
commit0536c98eee29f9eae2540cba32f44860a5cb472c
treee80f8b6bc695a8f812ca1bf0f38e4f89b03e02e6
parent72e211f2ec2684c86985769ce1e49f9bb53dd762
DCCP: 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-dccp.c