-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dis.SetDataPdu Usage #4
Comments
Sorry I was looking at https://github.com/open-dis/DISWebGateway. Trying to use dis.SetDataPdu in dis.js to create a SetData pdu with a single variable data field with some text. Currently, I'm doing the below but Wireshark is not showing the variable message right.
|
What you're doing there seems reasonable... I have this recollection that Wireshark doesn't display the variable data field properly. But it's been a while since I've done this so maybe I'm thinking about something else. Do you have a way to confirm if the issue is with Wireshark or your code? |
If it helps, here's a sample SetData pdu raw packet and the variable data contained in it should read "allunits". |
How to use in C++? |
@quonn77 I had a chance to reply to your question over in the cpp repository. Hopefully it helps somewhat. I'll link to that issue and thread here and we can continue a conversation over there. open-dis/open-dis-cpp#71 |
@leif81 Yes I agree |
Any chance you can provide an example of using dis.SetDataPdu with some variable data records.
The text was updated successfully, but these errors were encountered: