masscan-mark-ii/src/proto-netbios.h

14 lines
304 B
C

#ifndef PROTO_NETBIOS_H
#define PROTO_NETBIOS_H
#include <time.h>
#include <stdint.h>
struct PreprocessedInfo;
struct Output;
unsigned handle_nbtstat(struct Output *out, time_t timestamp,
const unsigned char *px, unsigned length,
struct PreprocessedInfo *parsed,
uint64_t entropy);
#endif