由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 紧急求助
相关主题
想知道家在linux下都有什么c++ socket library请教一个Socket Programming 问题(C language)
How to do this? Please help!c, socket 问题
how to share I/O space among multiple processes??timer(linux/g++)?
遇到一个怪问题socket re-connection problem
问一个题,1 billion string如何处理 (转载)[old]: Raw Sockets Gone in XP SP2, partly zz
Another question from Programming Pearls: 13.4问个算法的问题
Pattern matchingHelp: Socket.SendFile() cannot be recognized by c# compiler
如何用C++找到三组数据的交集拜托推荐多线程和socket的书
相关话题的讨论汇总
话题: ip话题: incoming话题: socket话题: tcp话题: 顺眼
进入Programming版参与讨论
1 (共1页)
o********s
发帖数: 971
1
觉得很简单的一个程序:
如何 intercept incoming 的tcp/ip socket.
程序大致功能:察看 incoming 的tcp/ip socket 的ip address. 不顺眼的扔掉,顺眼的
通过。
给点clue 吧!
谢谢谢谢!
m***e
发帖数: 48
2
try raw packet. check the book "unix network programming", I remember th
ere is a chapter talking about this thing. Or try google it.
http://www.die.net/doc/linux/man/man7/raw.7.html



【在 o********s 的大作中提到】
: 觉得很简单的一个程序:
: 如何 intercept incoming 的tcp/ip socket.
: 程序大致功能:察看 incoming 的tcp/ip socket 的ip address. 不顺眼的扔掉,顺眼的
: 通过。
: 给点clue 吧!
: 谢谢谢谢!

v***s
发帖数: 1893
3
man listen, if on linux/unix



【在 o********s 的大作中提到】
: 觉得很简单的一个程序:
: 如何 intercept incoming 的tcp/ip socket.
: 程序大致功能:察看 incoming 的tcp/ip socket 的ip address. 不顺眼的扔掉,顺眼的
: 通过。
: 给点clue 吧!
: 谢谢谢谢!

1 (共1页)
进入Programming版参与讨论
相关主题
拜托推荐多线程和socket的书问一个题,1 billion string如何处理 (转载)
初级socket问题Another question from Programming Pearls: 13.4
一个进程如何同时做Client和Server?Pattern matching
How to send a structure containing a pointer over socket?如何用C++找到三组数据的交集
想知道家在linux下都有什么c++ socket library请教一个Socket Programming 问题(C language)
How to do this? Please help!c, socket 问题
how to share I/O space among multiple processes??timer(linux/g++)?
遇到一个怪问题socket re-connection problem
相关话题的讨论汇总
话题: ip话题: incoming话题: socket话题: tcp话题: 顺眼