copy from intranet.

This commit is contained in:
lijia
2019-07-10 17:54:02 +08:00
commit f36a4fca25
353 changed files with 130721 additions and 0 deletions

28
src/common.h Normal file
View File

@@ -0,0 +1,28 @@
#ifndef __COMMON_H__
#define __COMMON_H__
#include <assert.h>
#include "config.h"
#include "common/pcap_dlt.h"
#include "common/cache.h"
#include "common/cidr.h"
#include "common/err.h"
#include "common/get.h"
#include "common/fakepcap.h"
#include "common/fakepcapnav.h"
#include "common/fakepoll.h"
#include "common/list.h"
#include "common/mac.h"
#include "common/services.h"
#include "common/utils.h"
#include "common/xX.h"
#include "common/rdtsc.h"
#include "common/tcpdump.h"
#include "common/timer.h"
#include "common/abort.h"
#include "common/sendpacket.h"
#include "common/interface.h"
const char *svn_version(void); /* svn_version.c */
#endif