masscan-mark-ii/src/proto-tcp-rdp.h

9 lines
138 B
C

#ifndef PROTO_TCP_RDP_H
#define PROTO_TCP_RDP_H
#include "proto-banner1.h"
extern const struct ProtocolParserStream banner_rdp;
#endif