LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UDP - protocols in frame: eth:thertype:ip:udp:data

I am replace the existing program with a VI that can send UDP message. But notice that the protocols in the frame for the present program has eth:ethertype.ip.udp.data while the VI shows the protocol to be eth:ethertype:ip:icmp:ip:udp:data as shown at UDP protocols in frame.jpg. is there a way to have the same protocols? Both VIs below uses the UDP Open Function and UDP Write Function (which I just copied from the example and from what of the solution in the community. But seems the problem is the protocols. Any suggestion? 

UDP wireshark logging.jpg

UDP protocols in frame.jpg

Download All
0 Kudos
Message 1 of 3
(1,573 Views)

found the problem already. The Source and Destination port address was reverse. Upon correcting the communication is correct

Message 2 of 3
(1,538 Views)

@ahleks wrote:

found the problem already. The Source and Destination port address was reverse. Upon correcting the communication is correct


Don't forget to mark your message that I replied to as the solution.  It's legit and you deserve the credit.  Also, this has a high probability of helping someone else who has this issue in the future.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 3
(1,518 Views)