UDP packets not displayed in Wireshark

故事扮演 提交于 2021-02-19 05:04:56

问题


I have an embedded jetty server(server1) which sends UDP packets as trigger to receive a message from another server(server2). server1 then waits for a message from server2. This message is then validated and processed further.

From testing the server1, I saw that some times server2 doesnot send messages on receiving a trigger from server1. So I tried analyzing it with Wireshark.

When I gave the capture filter as UDP, it is not showing any packets even though at the server1 I received some packets.

But when I gave the IP address of the server to which request is sent, it is showing some HTTP and TCP packets.
What could be the reason?

The jetty server(server1) is using DatagramPacket for sending requests. Won't this be sent by UDP itself?

Is there any settings in Wireshark which is preventing from displaying UDP messages?

来源:https://stackoverflow.com/questions/17100907/udp-packets-not-displayed-in-wireshark

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!