您正在查看 "net 协议" 分类下的文章
2009-11-04 23:12
Windows IP Configuration
Host Name . . . . . . . . . . . . : YJYHOME
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . |
2009-11-04 15:03
1〉新建指针
2〉主机名:smtp.yjy0711.com //可以从正向找
|
2009-11-03 21:19
//start
#include <stdio.h>
const int SIZE = 100;
char buff[SIZE];
unsigned int dat[]={0x4500,
0x003c ,
0x4d65 ,
0x0000 ,
0x8001,
0x0000 ,
0xac10 ,
0xe027,
0xac10 ,
0xe001};
int main(){
int i;
int len =sizeof(dat)/sizeof(dat[0]);
printf("len:%d\n",len);
int sum=0;
for (i=0;i<len;i++){
printf("0x%04X\n",dat[i]);
sum+=dat[i];
}
sum= |
2009-11-03 15:56
//start
// yjyfir.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <stdio.h>
#define HAVE_REMOTE
#include "pcap.h"
#ifndef WIN32
#include <sys/socket.h>
#include <netinet/in.h>
#else
#include <winsock.h>
#endif
#include <pcap.h>
#pragma comment(lib, "Packet.lib")
#pragma comment(lib, "wpcap.lib")
#p |
2009-11-03 15:06
//start
// yjyfir.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <stdio.h>
#define HAVE_REMOTE
#include "pcap.h"
#ifndef WIN32
#include <sys/socket.h>
#include <netinet/in.h>
#else
#include <winsock.h>
#endif
#include <pcap.h>
#pragma comment(lib, "Packet.lib")
#pragma comment(lib, "wpcap.lib")
vo |
2009-11-03 14:59
//start
// yjyfir.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <stdio.h>
#define HAVE_REMOTE
#include "pcap.h"
#ifndef WIN32
#include <sys/socket.h>
#include <netinet/in.h>
#else
#include <winsock.h>
#endif
#include <pcap.h>
#pragma comment(lib, "Packet.lib")
#pragma comment(lib, "wpcap.lib")
vo |
2009-11-03 14:35
//start
// yjyfir.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <stdio.h>
#define HAVE_REMOTE
#include "pcap.h"
#ifndef WIN32
#include <sys/socket.h>
#include <netinet/in.h>
#else
#include <winsock.h>
#endif
#include <pcap.h>
#pragma comment(lib, "Packet.lib")
#pragma comment(lib, "wpcap.lib")
vo |
2009-11-03 11:14
http://www.ferrisxu.com/WinPcap/html/index.html
//start
// pcapfir.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#define HAVE_REMOTE
#include <pcap.h>
#pragma comment(lib, "Packet.lib")
#pragma comment(lib, "wpcap.lib")
int main()
{
pcap_if_t * alldevs;
pcap_if_t * d;
|
2009-10-30 11:38
2008-06-23 11:38
2008-06-23 10:58
2008-06-22 13:37
1》把网线从路由拔出,换成学校的网线,
2》
cmd下输入
ipv6 install
netsh interface ipv6 isatap set router 202.112.95.129
netsh interface ipv6 add route ::/0 2 2001:da8:207:1:0:5efe:202.112.95.129
3》
测试 www.baidu.com.sixxs.org
成功
4》
ie下设置代理:
proxy.ipv6.uni-leipzig.de
3128
5》
|
2008-05-19 23:25
C:\WINDOWS\system32\drivers\etc\hosts
里面有,ip重定向设置
下面的ip不要乱点,是病毒的网站
这样如果访问这些网站,就被重定向到localhost 127.0.0.1
你可以这样试
64.233.189.99 www.baidu.com
访问百度就到了google
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each |
2008-05-09 14:58
1>
Ethernet II, Src: RealtekS_47:dd:53 (00:e0:4c:47:dd:53), Dst: 00:19:2f:8f:24:e3 (00:19:2f:8f:24:e3)
这里显示出des和Scr的MAC 地址:
本机:
00:e0:4c:47:dd:53
用ipconfig /all 在dos 查一下
Ethernet adapter 本地连接:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast Ethernet
NIC
Physical Address. . . . . . . . . |
2008-05-09 14:32
No. Time Source Destination Protocol Info
1 0.000000 192.168.10.27 219.224.16.170 FTP Request |
|
| |