资源简介
集TFTP、FTP、SYSLOG、TFTP客户端为一身的迷你软件,适用于各种TFTP、FTP工作环境,如CISCO设备、H3C设备等。
代码片段和文件信息
/*
NAME:
pppoed - detected PPPoE server in LAN.
SYNOPSIS:
pppoed [ifname]
DESCRIPITION:
ifname: interface name. If not specified “eth0“ is assigned to it automatically.
*/
#include
#include
#include//malloc
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#define SEND_BUF_SIZE 256
#define RECV_BUF_SIZE 256
char send_buf[SEND_BUF_SIZE];
char recv_buf[SEND_BUF_SIZE];
char *ifname;
int sockfd;
struct sockaddr_ll hostdest;
unsigned char* get_hw_addr(char *ifc)//return a pointer pointed to MAC address.
{
int raw=socket
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 148762 2009-12-09 11:12 Ftpd.log
文件 0 2008-12-02 17:47 NoAccess.ftp
文件 4473 2009-12-07 13:37 pppoed.c
文件 408 2009-03-12 11:57 Profiles.ftp
文件 2575 2009-12-09 11:11 syslog.log
文件 929 2009-09-03 23:17 Tftpd.log
文件 0 2008-10-21 10:30 TFTPHost.ini
文件 251392 2009-09-20 12:44 3CDaemon.EXE
文件 343 2009-12-09 11:33 3CDaemon.ini
----------- --------- ---------- ----- ----
408882 9
- 上一篇:数据库系统概论 期末考试及答案很全
- 下一篇:authorware窗口补丁
评论
共有 条评论