]> The Tcpdump Group git mirrors - tcpdump/commit
"getname()" is not always passed a pointer to packet data, so it cannot
authorguy <guy>
Wed, 24 Mar 2004 04:13:38 +0000 (04:13 +0000)
committerguy <guy>
Wed, 24 Mar 2004 04:13:38 +0000 (04:13 +0000)
commit0a768af0bc665104d2f64bcc15e634d1485d183f
tree070099cb880fb9f7c32476e646d41921354e1780
parent850e7d399847ccb64889a29ac0e15caca8d4fcbd
"getname()" is not always passed a pointer to packet data, so it cannot
take responsibility for checking whether that data is present in the
packet; the callers must do so.  Having checked in a number of changes
to make the callers do so (which fixes some other potential problems as
well!), we remove the change to do the check in "getname()".
addrtoname.c