Chinaunix首页 | 论坛 | 博客
  • 博客访问: 349679
  • 博文数量: 161
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 345
  • 用 户 组: 普通用户
  • 注册时间: 2013-12-13 11:04
文章分类

全部博文(161)

文章存档

2015年(15)

2014年(144)

2013年(2)

我的朋友

发布时间:2014-11-04 10:35:17

ether[0]&0x0c=0x08首先是过滤数据帧ether[32] == 0x88 && ether[32 + 1] == 0x8E LLC最后两个字节说明这个帧是802.1x的认证帧32是有LLC的时候ether[1] & 0x40!= 0x40 说这个是未加密的帧tcpdump -r epol.pcap 'ether[0]&0x0c=0x08' -w x.pcaptcpdump -r epol.pcap 'ether[0]&0x0c=0x08&&ether[32] == 0x88 && ether[3.........【阅读全文】

阅读(1284) | 评论(0) | 转发(0)

发布时间:2014-11-04 10:18:30

......【阅读全文】

阅读(1436) | 评论(0) | 转发(0)

发布时间:2014-11-03 11:48:08

通过rpm包的方式安装了MySQL-server-5.5.11,直接在命令行输入service mysql start,启动mysql成功,然后修改/etc/my.cnf,给[mysqld]下增加了default-character-set=utf8,再重启mysql服务,这时候报错:Starting MySQL............The server quit without updating PID file (/var/lib/mysql/node1.pid). [faild].........【阅读全文】

阅读(1340) | 评论(0) | 转发(0)

发布时间:2014-11-03 11:32:47

......【阅读全文】

阅读(789) | 评论(0) | 转发(0)

发布时间:2014-11-03 11:32:17

......【阅读全文】

阅读(1069) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册