#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "helpers.h"
#include "udpmon.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
struct udpmon_pkt | buff |
char | magic [] = UDPMON_MAGIC |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 14 of file udpmonserv.c.
struct udpmon_pkt buff |
Definition at line 11 of file udpmonserv.c.
char magic[] = UDPMON_MAGIC |
Definition at line 12 of file udpmonserv.c.