www.pudn.com > SnifferPro.rar > ARPPacket.cpp
// ARP.cpp: implementation of the CARP class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SnifferPro.h"
#include "ARPPacket.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CARP::CARP()
{
}
CARP::~CARP()
{
}