Is there a way to show the difference between pinging a url and pinging an ip address?
I'm wondering if when you are capturing packets in wireshark- is there a way to show the difference between pinging a url and that url's ip address?
What do you mean by "pinging" a URL? As @Chuckc notes, "pinging" usually refers to trying to check whether a IP address is reachable; a URL may contains more than just an IP address or host name - http://example.com is a different URL from http://example.com/home.html, for example.
In "pinging a URL" do you mean something other than "pinging" in the ICMP sense?