1 Star 0 Fork 0

zwhy/oflops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
traffic_generator.h 959 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef TRAFFIC_GENERATOR_H
#define TRAFFIC_GENERATOR_H 1
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <stdint.h>
#include "oflops.h"
#include "context.h"
#include "utils.h"
#include "msg.h"
struct traf_gen_det {
char intf_name[20];
char src_ip[20], dst_ip_max[20], dst_ip_min[20];
char mac_dst[20], mac_src[20];
uint16_t udp_src_port, udp_dst_port;
uint32_t pkt_size;
uint16_t vlan;
uint16_t vlan_p;
uint16_t vlan_cfi;
uint32_t delay;
};
struct pktgen_hdr {
uint32_t magic;
uint32_t seq_num;
uint32_t tv_sec;
uint32_t tv_usec;
struct timeval time;
};
int init_traf_gen(struct oflops_context *ctx);
int add_traffic_generator(struct oflops_context *ctx, int channel, struct traf_gen_det *det);
int start_traffic_generator();
int stop_traffic_generator();
char *report_traffic_generator(oflops_context *ctx);
struct pktgen_hdr *extract_pktgen_pkt(unsigned char *b, int len, struct flow *fl);
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yinfuxing/oflops.git
git@gitee.com:yinfuxing/oflops.git
yinfuxing
oflops
oflops
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385