We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c82fe commit 3aa8bb8Copy full SHA for 3aa8bb8
exch/emsmdb/rop_ids.hpp
@@ -166,6 +166,11 @@ enum {
166
// ropPrereadMessages = 0xA2,
167
// ropWriteStreamExtended = 0xA3,
168
// ropGetContentsTableExtended = 0xA4,
169
+ // ropStartScope = 0xA5, (wireshark)
170
+ // ropEndScope = 0xA6, (wireshark)
171
+ // ropEchoString = 0xC8, (wireshark)
172
+ // ropEchoInt = 0xC9, (wireshark)
173
+ // ropEchoBinary = 0xCA, (wireshark)
174
ropBackoff = 0xF9,
175
// ropExtendedError = 0xFA,
176
// ropBookmarkReturned = 0xFB,
0 commit comments