Python论坛  - 讨论区

标题:Re: Re: [python-chinese]可实现ping功能吗?

2006年03月27日 星期一 20:27

Jay wz12 at yeah.net
Mon Mar 27 20:27:55 HKT 2006

I have not googled ,I had baidued it:-)

这几天事情多,有把这个事情耽误了
其实我本来的目的是要知道python往底下能有多深?
这样 是不是可以写一些IP地址欺骗之类的事情
避免C、C++的繁杂

又忙了,以后我注意 

> 
> Jay wrote:
> 
> >我对python的网络部分不大了解
> >借问大家,只使用python,不要混合c或者其他底层的语言可以实现ping吗?
> >欢迎您的回答
> >
> 您google了么?
> 提示: 可以使用如下关键词
> python ping module
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060327/3e9d4df6/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月28日 星期二 10:13

jacob jacob at exoweb.net
Tue Mar 28 10:13:12 HKT 2006

Jay wrote:

> I have not googled ,I had baidued it:-)
>
> 这几天事情多,有把这个事情耽误了
> 其实我本来的目的是要知道python往底下能有多深?
> 这样 是不是可以写一些IP地址欺骗之类的事情
> 避免C、C++的繁杂
>
> 又忙了,以后我注意
>
>
>
>
Python自带的模块可以用来实现基于TCP/UDP的通讯. 如果你需要进行更加底层的
操作,那么需要到网上找找有没有这方面的模块,或者自己找一个C/C++的库包装一下.
另外如果你要找英文的信息, 还是google的好.

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月28日 星期二 11:11

shhgs shhgs.efhilt at gmail.com
Tue Mar 28 11:11:44 HKT 2006

应该可以

用socket.SOCK_RAW,什么都可以

On 3/27/06, Jay <wz12 at yeah.net> wrote:
> I have not googled ,I had baidued it:-)
>
> 这几天事情多,有把这个事情耽误了
> 其实我本来的目的是要知道python往底下能有多深?
> 这样 是不是可以写一些IP地址欺骗之类的事情
> 避免C、C++的繁杂
>
> 又忙了,以后我注意
>
>
> >
> > Jay wrote:
> >
> > >我对python的网络部分不大了解
> > >借问大家,只使用python,不要混合c或者其他底层的语言可以实现ping吗?
> > >欢迎您的回答
> > >
> > 您google了么?
> > 提示: 可以使用如下关键词
> > python ping module
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
> >
>
>
>
>
>
>
>  你 知 道 2006 年 最 火 爆 的 电 子 邮 箱 吗 ?
>  多 达 1.1 亿 中 国 人 选 择 网 易 2000 兆 免 费 邮 箱 , 抢 注 再 得 280 兆 超 大 网 盘
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 09:18

hailang_0512 at 163.com hailang_0512 at 163.com
Wed Mar 29 09:18:36 HKT 2006

当然能了
用sock_raw,就是raw socket,然后自己构造icmp报头,一切OK.
socket.socket(socket.AF_INET, socket.SOCK_RAW)

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号