https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15258

--- Comment #4 from tttta...@protonmail.com ---
Created attachment 16693
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=16693&action=edit
Mode 7 message format definition

In fact, I did not find any message format description for mode 7 on the
official website of ntp.

So I can only understand the mode format of mode 7 by reading the source code.

Fortunately, I found the answer in the source code.

If you know a little bit of C, you can understand the data structure in the
file.

The beginning of the file explains the format of the mode 7 message.

The data structure of the head of the mode 7 message is: struct req_pkt

The data structure format of the data of the returned message of the
MON_GETLIST_1 version is: struct info_monitor_1

The data structure format of the data of the returned message of the
MON_GETLIST version is: struct info_monitor

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to