实例介绍
wifidog官网最新的,开源包,名称wifidog-20090925.trz.gz
【实例截图】
【核心代码】
wifidog-20090925.tar
└── wifidog-20090925
├── aclocal.m4
├── AUTHORS
├── ChangeLog
├── config
│ ├── config.guess
│ ├── config.sub
│ ├── install-sh
│ ├── ltmain.sh
│ ├── missing
│ └── mkinstalldirs
├── config.h.in
├── configure
├── configure.in
├── contrib
│ ├── build-deb
│ │ ├── changelog
│ │ ├── control
│ │ └── rules
│ ├── build-openwrt-kamikazeipk
│ │ └── wifidog
│ │ ├── files
│ │ │ ├── wifidog.conf
│ │ │ └── wifidog.init
│ │ ├── Makefile
│ │ └── patches
│ │ └── 001-wifidog_conf_patch.patch
│ ├── build-openwrt-kamikazeipk8.09up
│ │ └── wifidog
│ │ ├── files
│ │ │ ├── wifidog.conf
│ │ │ └── wifidog.init
│ │ └── Makefile
│ ├── build-openwrt-whiterussianipk
│ │ └── wifidog
│ │ ├── Config.in
│ │ ├── files
│ │ │ ├── wifidog.conf
│ │ │ └── wifidog.init
│ │ ├── ipkg
│ │ │ ├── wifidog.conffiles
│ │ │ └── wifidog.control
│ │ └── Makefile
│ └── dump_fw.sh
├── COPYING
├── doc
│ ├── doxygen.cfg
│ ├── doxygen.cfg.in
│ ├── html
│ │ ├── annotated.html
│ │ ├── auth_8c.html
│ │ ├── auth_8c-source.html
│ │ ├── auth_8h.html
│ │ ├── auth_8h-source.html
│ │ ├── centralserver_8c.html
│ │ ├── centralserver_8c-source.html
│ │ ├── centralserver_8h.html
│ │ ├── centralserver_8h-source.html
│ │ ├── client__list_8c.html
│ │ ├── client__list_8c-source.html
│ │ ├── client__list_8h.html
│ │ ├── client__list_8h-source.html
│ │ ├── commandline_8c.html
│ │ ├── commandline_8c-source.html
│ │ ├── commandline_8h.html
│ │ ├── commandline_8h-source.html
│ │ ├── common_8h.html
│ │ ├── common_8h-source.html
│ │ ├── conf_8c.html
│ │ ├── conf_8c-source.html
│ │ ├── conf_8h.html
│ │ ├── conf_8h-source.html
│ │ ├── debug_8c.html
│ │ ├── debug_8c-source.html
│ │ ├── debug_8h.html
│ │ ├── debug_8h-source.html
│ │ ├── doxygen.css
│ │ ├── doxygen.png
│ │ ├── files.html
│ │ ├── firewall_8c-source.html
│ │ ├── firewall_8h.html
│ │ ├── firewall_8h-source.html
│ │ ├── ftv2blank.png
│ │ ├── ftv2doc.png
│ │ ├── ftv2folderclosed.png
│ │ ├── ftv2folderopen.png
│ │ ├── ftv2lastnode.png
│ │ ├── ftv2link.png
│ │ ├── ftv2mlastnode.png
│ │ ├── ftv2mnode.png
│ │ ├── ftv2node.png
│ │ ├── ftv2plastnode.png
│ │ ├── ftv2pnode.png
│ │ ├── ftv2vertline.png
│ │ ├── functions.html
│ │ ├── functions_vars.html
│ │ ├── fw__iptables_8c-source.html
│ │ ├── fw__iptables_8h.html
│ │ ├── fw__iptables_8h-source.html
│ │ ├── gateway_8c-source.html
│ │ ├── gateway_8h.html
│ │ ├── gateway_8h-source.html
│ │ ├── globals_defs.html
│ │ ├── globals_enum.html
│ │ ├── globals_eval.html
│ │ ├── globals_func.html
│ │ ├── globals.html
│ │ ├── globals_vars.html
│ │ ├── http_8c.html
│ │ ├── http_8c-source.html
│ │ ├── http_8h.html
│ │ ├── http_8h-source.html
│ │ ├── httpd__thread_8c.html
│ │ ├── httpd__thread_8c-source.html
│ │ ├── httpd__thread_8h.html
│ │ ├── httpd__thread_8h-source.html
│ │ ├── index.html
│ │ ├── main.html
│ │ ├── pages.html
│ │ ├── ping__thread_8c.html
│ │ ├── ping__thread_8c-source.html
│ │ ├── ping__thread_8h.html
│ │ ├── ping__thread_8h-source.html
│ │ ├── safe_8c.html
│ │ ├── safe_8c-source.html
│ │ ├── safe_8h.html
│ │ ├── safe_8h-source.html
│ │ ├── struct__auth__serv__t.html
│ │ ├── struct__firewall__ruleset__t.html
│ │ ├── struct__firewall__rule__t.html
│ │ ├── structs__config.html
│ │ ├── struct__t__authresponse.html
│ │ ├── struct__t__client.html
│ │ ├── struct__t__counters.html
│ │ ├── struct__trusted__mac__t.html
│ │ ├── tab_b.gif
│ │ ├── tab_l.gif
│ │ ├── tab_r.gif
│ │ ├── tabs.css
│ │ ├── todo.html
│ │ ├── tree.html
│ │ ├── util_8c.html
│ │ ├── util_8c-source.html
│ │ ├── util_8h.html
│ │ ├── util_8h-source.html
│ │ ├── wdctl_8c.html
│ │ ├── wdctl_8c-source.html
│ │ ├── wdctl_8h.html
│ │ ├── wdctl_8h-source.html
│ │ ├── wdctl__thread_8c.html
│ │ ├── wdctl__thread_8c-source.html
│ │ ├── wdctl__thread_8h.html
│ │ └── wdctl__thread_8h-source.html
│ ├── Makefile.am
│ ├── Makefile.in
│ └── README.developers.txt
├── FAQ
├── INSTALL
├── libhttpd
│ ├── api.c
│ ├── httpd.h
│ ├── httpd_priv.h
│ ├── ip_acl.c
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── protocol.c
│ ├── README
│ └── version.c
├── Makefile.am
├── Makefile.in
├── NEWS
├── README
├── scripts
│ └── init.d
│ └── wifidog
├── src
│ ├── auth.c
│ ├── auth.h
│ ├── centralserver.c
│ ├── centralserver.h
│ ├── client_list.c
│ ├── client_list.h
│ ├── commandline.c
│ ├── commandline.h
│ ├── common.h
│ ├── conf.c
│ ├── conf.h
│ ├── debug.c
│ ├── debug.h
│ ├── firewall.c
│ ├── firewall.h
│ ├── fw_iptables.c
│ ├── fw_iptables.h
│ ├── gateway.c
│ ├── gateway.h
│ ├── http.c
│ ├── httpd_thread.c
│ ├── httpd_thread.h
│ ├── http.h
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── ping_thread.c
│ ├── ping_thread.h
│ ├── safe.c
│ ├── safe.h
│ ├── util.c
│ ├── util.h
│ ├── wdctl.c
│ ├── wdctl.h
│ ├── wdctl_thread.c
│ └── wdctl_thread.h
├── stamp-h.in
├── wifidog.conf
├── wifidog-msg.html.in
├── wifidog.spec
└── wifidog.spec.in
21 directories, 195 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论