]> The Tcpdump Group git mirrors - tcpdump/commit
TCP: Use GET_IPADDR_STRING()/GET_IP6ADDR_STRING() calls
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 23 Sep 2020 14:28:52 +0000 (16:28 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 23 Sep 2020 15:33:30 +0000 (17:33 +0200)
commit2389eb02e5dc0925a0404aea7fd02f286f26e93f
tree4e0c557833453b86146fbb509963f82eb127dd7d
parentfab90c5c95884e6d75618f8b325b6360fb08cdb9
TCP: 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-tcp.c