Skip to content

Commit 3aa8bb8

Browse files
committed
emsmdb: add some more ROP mnemonic names
1 parent 64c82fe commit 3aa8bb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

exch/emsmdb/rop_ids.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ enum {
166166
// ropPrereadMessages = 0xA2,
167167
// ropWriteStreamExtended = 0xA3,
168168
// ropGetContentsTableExtended = 0xA4,
169+
// ropStartScope = 0xA5, (wireshark)
170+
// ropEndScope = 0xA6, (wireshark)
171+
// ropEchoString = 0xC8, (wireshark)
172+
// ropEchoInt = 0xC9, (wireshark)
173+
// ropEchoBinary = 0xCA, (wireshark)
169174
ropBackoff = 0xF9,
170175
// ropExtendedError = 0xFA,
171176
// ropBookmarkReturned = 0xFB,

0 commit comments

Comments
 (0)