Skip to content

Commit

Permalink
Add get_src_mac_address() to config.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed Apr 22, 2024
1 parent df3a426 commit 35e4601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <linux/types.h>

void get_gw_mac(__u8 *mac);
int get_src_mac_address(const char *dev, __u8 *src_mac);
__u16 rand_num(__u16 min, __u16 max, unsigned int seed);
char *lower_str(char *str);
char *rand_ip(char *range, __u64 *pcktcount);

0 comments on commit 35e4601

Please sign in to comment.