windows-nt/Source/XPSP1/NT/base/cluster/bh/parsers/clusnet/rgp.h
2020-09-26 16:20:57 +08:00

24 lines
529 B
C

//==========================================================================================================================
// 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()