代码搜索:TELNET
找到约 3,051 项符合「TELNET」的源代码
代码结果 3,051
www.eeworm.com/read/281716/9138243
c telnet.c
/* Telnet utility for 'TCP/IP Lean' (c) Iosoft Ltd. 2000
This software is only licensed for distribution with the book 'TCP/IP Lean',
and may only be used for personal experimentation by the purch
www.eeworm.com/read/281357/9160731
telnet-lib
# $Id: telnet-lib,v 1.2 2000/11/18 08:25:04 roesch Exp $
alert tcp $HOME_NET 23 -> $EXTERNAL_NET any (msg:"TELNET - Attempted SU from wrong group"; content: "|74 6F 20 73 75 20 72 6F 6F 74 2E|"; lo
www.eeworm.com/read/378503/9228443
telnet-lib
# $Id: telnet-lib,v 1.2 2000/11/18 08:25:04 roesch Exp $
alert tcp $HOME_NET 23 -> $EXTERNAL_NET any (msg:"TELNET - Attempted SU from wrong group"; content: "|74 6F 20 73 75 20 72 6F 6F 74 2E|"; lo
www.eeworm.com/read/180721/9297310
c telnet.c
/*
* Copyright (c) 1988, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification
www.eeworm.com/read/376170/9327651
cpp telnet.cpp
/*
* telnet.cpp
*/
#include "telnet.h"
#include "gs_globals.h"
#include "mainwin.h"
#include "igsconnection.h"
#include
#include
#include
#include
www.eeworm.com/read/376170/9327991
h telnet.h
/*
* telnet.h
*/
#ifndef TELNET_H
#define TELNET_H
#include
class IGSInterface;
//-----------
class TelnetInterface : public QObject
{
Q_OBJECT
public:
TelnetInterface();
~Telne
www.eeworm.com/read/176393/9500252
c telnet.c
#include "nids.h"
char ascii_string[10000];
char *char_to_ascii(char ch)
{
char *string;
ascii_string[0] = 0;
string = ascii_string;
if (isgraph(ch))
*string++ = ch;
www.eeworm.com/read/371253/9559950
c telnet.c
/* Telnet utility for 'TCP/IP Lean' (c) Iosoft Ltd. 2000
This software is only licensed for distribution with the book 'TCP/IP Lean',
and may only be used for personal experimentation by the purch
www.eeworm.com/read/370831/9581384
c telnet.c
#include "Page1.h"
#define MAX_USERNAME_LEN 8
#define MAX_PASSWORD_LEN 8
#define TELNET_SRAM_INDEX 0x05
#define TELNET_STATE_INIT 0
#define TELNET_STATE_USERNAME 1
#define TELNET_STATE_PASSW
www.eeworm.com/read/169311/9867457
1 telnet.1
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are perm