Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 cocoaAsync 来处理 udp 通信。当我使用 cocoaAsync 的 sendData API 时,我确信 sendto 是成功的,来自日志。但我看不到 Wireshark 的任何输出数据。
这不是 100% 可重现的,但很有可能。我无法弄清楚可能是什么问题。
非常感谢任何提示。
如果您确定您正在正确发送数据包,那么以下可能是可能的,
如果您在同一台机器上发送和接收,那么您的 Wireshark 可能无法捕获。尝试发送到与您的机器不同的目的地。
您的机器上也可以有多个网络接口(例如:eth0、eth1 等)用于 Wifi 和网卡。请确保您在正确的接口上捕获数据包。当您按下 Wireshark 上的 Capture 按钮时,您可以选择界面。
我希望这有帮助。