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