File: proto-tcp-telnet.h

package info (click to toggle)
masscan 2%3A1.3.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 2,704 kB
  • sloc: ansic: 37,158; javascript: 256; makefile: 80
file content (7 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
7
#ifndef PROTO_TELNET_H
#define PROTO_TELNET_H
#include "proto-banner1.h"

extern const struct ProtocolParserStream banner_telnet;

#endif