File: proto-ssh.h

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

extern const struct ProtocolParserStream banner_ssh;

#endif