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

8 lines
138 B
C

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