I don't think you can get an IP from a ping, but if they connect to your machine you can get their IP with the netstat command
2007-04-11 16:49:02
·
answer #1
·
answered by MikeTbob 2
·
0⤊
1⤋
cd or chdir: Change current directory. Displays the current working directory when used without parameters cls: Clears the screen. copy: Copies files from one location to another. The destination defaults to the current directory. If multiple source files are indicated, the destination must be a directory, or an error will result. dir: Lists the contents of a directory. exit: Exits the current command processor. help: Gives help about DOS. (5.x and later) md or mkdir: Makes a new directory. The parent of the directory specified will be created if it does not already exist. move: Moves files or renames directories. rd or rmdir: Remove a directory, which by default must be empty of files for the command to succeed (the /s flag removes this restriction). ren: Renames a file. Unlike the move command, this command cannot be used to rename subdirectories, or rename files across drives.
2016-04-01 10:33:50
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
You would need to install a packet analyzer to do that, most likely something with libpcap (windump, ethereal, dsniff, etc)
Or you could configure your personal firewall to log them.
If you install windump you can run windump icmp and you will see the incoming and outgoing icmp packets.
Ping responses are handled by the OS not by the network card. (Network card is at layer 2 and deals with MAC addresses, layer 3 is handled by the OS.)
netstat will not show you icmp messages.
2007-04-11 16:54:47
·
answer #3
·
answered by Vegan 7
·
0⤊
0⤋
A ping gets a response from the network card, it never gets to the operating system, so you can't.
2007-04-11 16:51:48
·
answer #4
·
answered by Stewart H 4
·
1⤊
1⤋
try this in command line: netstat -an
this will show you the details. lol......good luck!
2007-04-11 16:50:12
·
answer #5
·
answered by 维财(Weitsye Chung) 2
·
0⤊
1⤋
try either netstat or nslookup
2007-04-11 16:51:18
·
answer #6
·
answered by thatguy 4
·
0⤊
1⤋