简体   繁体   中英

ping a port with specific packet /my own packet

Is there a way to ping a specific port with my own packetsize? Can I create my own packets lets say using a packet builder and send them without a MAC address of the receiving machine?

1) Ping is simply a specific type of ICMP Message. ICMP Messages sit directly on top of IP and thus there's no concept of a port, since that's introduced by TCP.

2) You must specify a MAC Address in all your packets. It can be the one of the device you're trying to ping.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM