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.

23 lines
529 B

  1. //==========================================================================================================================
  2. // MODULE: RGP.h
  3. //
  4. // Description:
  5. //
  6. // Bloodhound parser RGP Protocol
  7. //
  8. // Modification History
  9. //
  10. // Steve Hiskey 07/19/96 Started
  11. //==========================================================================================================================
  12. #include <windows.h>
  13. #include <string.h>
  14. #include <netmon.h>
  15. #pragma pack(1)
  16. #define FORMAT_BUFFER_SIZE 80
  17. #pragma pack()