First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

wireshark causes NO receive errors with UDP

  • retag add tags

I have an issue on an Intel target board running vxworks. On occasion I see UDP packet receive errors. This is a low random event but causing us to miss valid messages. On our target we are unable to run TCP. When I run pcap on the Intel target board, I no longer see any errors and my packet receive errors go to ZERO. Therefore i am unable to reproduce my problem when running pcap.

Does pcap put the PHY into promiscuous mode?

What does pcap do that would make all UDP packets to make it through with NO errors?

thanks

brob's avatar
1
brob
asked 2019-08-03 16:55:59 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Does pcap put the PHY into promiscuous mode?

If the program using libpcap asks it to, if the OS on which it's running supports that, and if the adapter it's using supports that, it will do so.

If it's truly running on VXWorks, that's not an OS that the standard libpcap release supports, unless the configure script or CMake files think it looks enough like some UN*X for it to work, so I don't know whether it'd support promiscuous mode or not; I don't know what program is using libpcap, so I don't know whether it requests promiscuous mode or not.

Guy Harris's avatar
19.9k
Guy Harris
answered 2019-08-03 19:20:14 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer