資源簡介
集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窗口補丁
評論
共有 條評論