mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CryptoAlgo Inc
daad8a087a
|
4 years ago | |
---|---|---|
.. | ||
database.c | 4 years ago | |
database.h | 4 years ago | |
funcs.c | 4 years ago | |
funcs.h | 4 years ago | |
makefile | 4 years ago | |
readme.txt | 4 years ago | |
rescmon.def | 4 years ago | |
rescmon.rc | 4 years ago | |
skeleton.c | 4 years ago | |
skeleton.h | 4 years ago | |
sources | 4 years ago | |
user.c | 4 years ago | |
user.h | 4 years ago |
readme.txt
This file is created by the Microsoft automatic RPC parser generator
This file contains automatically generated text that will help you complete
the installation of your generated Netmon parser.
In order to use the parser, you must modify two files:
parser.ini found in your Netmon directory, and msrpc.ini found in the "parsers"
directory in your Netmon directory.
You may copy the following lines and paste them in your parser.ini file,
appending the lines to the end of the [PARSERS] section.
If you see dupluicate names, you would have to manually edit the names
so that no two parsers have the same name.
---------------------- Copy after this line ---------------------------
RM.DLL = 0: R_RESMON
[R_RESMON]
Comment = "Generated RPC parser for interface resmon"
FollowSet =
HelpFile =
------------------ End of generated information -----------------------
The following lines can be copied and pasted to the end of the msrpc.ini file,
you must also change the NumIIDs to the correct count, and change the
IID_VALUE and IID_HANDOFF subscripts to follow the numbering order.
---------------------- Copy after this line ---------------------------
IID_VALUE0 = "6da56ee73f45cf11bfec08002be23f2f"
IID_HANDOFF0 = R_RESMON
------------------ End of generated information -----------------------
These changes will be reflected when you start a new session of Netmon.