]> The Tcpdump Group git mirrors - tcpdump/commit
PGM: Use GET_IPADDR_STRING()/GET_IP6ADDR_STRING() calls
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 23 Sep 2020 15:07:49 +0000 (17:07 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 23 Sep 2020 15:33:30 +0000 (17:33 +0200)
commita03717380c5802c4f5f3105516badd4ceb4213e7
treefcd48831fcfbcdaded9998edfb746453f2d5d169
parent0536c98eee29f9eae2540cba32f44860a5cb472c
PGM: 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-pgm.c