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

//==========================================================================================================================
// MODULE: RGP.h
//
// Description:
//
// Bloodhound parser RGP Protocol
//
// Modification History
//
// Steve Hiskey 07/19/96 Started
//==========================================================================================================================
#include <windows.h>
#include <string.h>
#include <netmon.h>
#pragma pack(1)
#define FORMAT_BUFFER_SIZE 80
#pragma pack()