Source code of Windows XP (NT5)
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.

68 lines
2.4 KiB

  1. Adding new functions to the clusrpc parser.
  2. 1) out -f database.c skeleton.h
  3. 2) change NUM_* in skeleton.h to reflect the new number of functions for the
  4. particular interface. intra, extro, clusapi, and joinversion are all munged
  5. into one big list.
  6. 3) add the function names to the procedure names array at their appropriate
  7. spot. Here again, the array is contiguous and not separated by interface.
  8. 4) recompile and move the new DLL to netmon\parsers directory.
  9. =====================================
  10. The following is old information - see clusrpc.txt in bh\bin
  11. =====================================
  12. This file is created by the Microsoft automatic RPC parser generator
  13. This file contains automatically generated text that will help you complete
  14. the installation of your generated Netmon parser.
  15. In order to use the parser, you must modify two files:
  16. parser.ini found in your Netmon directory, and msrpc.ini found in the "parsers"
  17. directory in your Netmon directory.
  18. You may copy the following lines and paste them in your parser.ini file,
  19. appending the lines to the end of the [PARSERS] section.
  20. If you see dupluicate names, you would have to manually edit the names
  21. so that no two parsers have the same name.
  22. ---------------------- Copy after this line ---------------------------
  23. CLUSRPC.DLL = 0: R_INTRACLUSTER, R_EXTROCLUSTER, R_CLUSAPI
  24. [R_INTRACLUSTER]
  25. Comment = "Generated RPC parser for interface IntraCluster"
  26. FollowSet =
  27. HelpFile =
  28. [R_EXTROCLUSTER]
  29. Comment = "Generated RPC parser for interface ExtroCluster"
  30. FollowSet =
  31. HelpFile =
  32. [R_CLUSAPI]
  33. Comment = "Generated RPC parser for interface clusapi"
  34. FollowSet =
  35. HelpFile =
  36. ------------------ End of generated information -----------------------
  37. The following lines can be copied and pasted to the end of the msrpc.ini file,
  38. you must also change the NumIIDs to the correct count, and change the
  39. IID_VALUE and IID_HANDOFF subscripts to follow the numbering order.
  40. ---------------------- Copy after this line ---------------------------
  41. IID_VALUE12 = "B8D048E215BFCF118C5E08002BB49649"
  42. IID_HANDOFF12 = R_INTRACLUSTER
  43. IID_VALUE13 = "B861E5FF15BFCF118C5E08002BB49649"
  44. IID_HANDOFF13 = R_EXTROCLUSTER
  45. IID_VALUE14 = "B2B87DB9634CCF11BFF608002BE23F2F"
  46. IID_HANDOFF14 = R_CLUSAPI
  47. ------------------ End of generated information -----------------------
  48. These changes will be reflected when you start a new session of Netmon.