[MAC] FF:FF:FF:FF:FF:FF mac 주소 [원문: http://lists.netfilter.org/pipermail/netfilter/2004-June/053777.html] FF:FF:FF:FF:FF:FF 는 이더넷 브로드캐스트 주소야. 이 MAC 에 연동되는 디바이스는 없다구. 여기에 연동되는 IP 주소는 IP 브로드캐스트 주소가 돼. 예: LAN 이 192.168.1.0/24 라고 가정하고 192.168.1.255로 패킷을보내면 FF:FF:FF:FF:FF:FF 로 프레임이 보내질 거야. [원문: http://lists.netfilter.org/pipermail/netfilter/2004-June/053777.html] Le jeu 24/06/2004 =E0 09:46, Joel Solanki a =E9crit : > ff:ff:ff:ff:.. 더보기 JNI 간단 메모 # c 스트링을 자바 스트링으로 변환 char [] test_str = "abc"; // C jstring java_string = (*env)->NewStringUTF(env, test_str); //C++ jstring java_string = env->NewStringUTF(test_str); # 자바 스트링에서 c 스트링으로 변환 char buf[128] const char * c_string = env->GetStringUTFChars(java_string, 0); // strcpy(buf, c_string ...) // ... env->ReleaseStringUTFChars(java_string, c_string); # C 배열 vs Java 배열 기본형 배열 // native 메서드 선언 p.. 더보기 about things with packet 출처: 모르겠음..;; Packet sniffer: network analyzer, protocol analyzer, Ethernet sniffer or wireless sniffer computer software or computer hardware that can intercept and log traffic passing over a digital network or part of a network. As data streams travel back and forth over the network, the sniffer captures each packet and eventually decodes and analyzes its content according to the appropriate RF.. 더보기 이전 1 ··· 9 10 11 12 13 14 15 ··· 18 다음