Windows 썸네일형 리스트형 localhost 패킷을 wireshark로 잡기 1. git bash 하나를 관리자 모드로 열어서 파일에 캡쳐 시작RawCap.exe -f 127.0.0.1 dumpfile.pcap 2. git bash 하나 더 열어서 파일을 실시간으로 읽어들임tail -c +0 -f dumpfile.pcap | Wireshark.exe -k -i - https://ask.wireshark.org/questions/29211/how-can-wireshark-capture-local-host-traffic-on-windows 더보기 소스코드 브라우징이 안될 때(an error occured while creating or opening the C++ browsing database file) Visual Studio가 SQL 서버를 인텔리센스 데이터베이스로 사용하는데, 이게 설치가 되지 않아서 생기는 문제이다. 분명 정상적으로 Visual Studio를 설치했는데도 에러가 생겼다.. 해결방법은 아래 링크를 따라라서 SQL Server Compact 버전을 설치하면 된다. http://stackoverflow.com/questions/18078707/an-error-occurred-while-creating-and-opening-the-c-browsing-database-file 더보기 [Wireshark] capturing loopback interface http://wiki.wireshark.org/CaptureSetup/Loopback 더보기 TLS 1.2(+ AES256, SHA256)로 통신하게 만들기 기본적으로는 TLSv1이나 SSL2.0으로 통신되는 것으로 보인다(신기한거는 이게 랜덤인듯). 아래 설정을 해 준 다음에 재부팅하면 Wireshark로 확인했을 때 TLSV1.2라고 뜨는것을 확인할 수 있다. 1. 브라우저에서 SSL 2.0, SSL 3.0, TLS 1.2에만 체크하고 TLS 1.0에는 체크 해제 2. gpedit.msc - 컴퓨터 구성 - 관리 템플릿 - 네트워크 - SSL 구성 설정 - SSL 암호 그룹 순서에 "TLS_RSA_WITH_AES_256_CBC_SHA" 추가하고 "사용(E)"로 변경 3. HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2 를 추가하고, 하위 키로 Client와.. 더보기 code snippet type shortcut keyword and press tab twice. You can find existing shortcuts in ^K+B. http://www.codeproject.com/Articles/42077/Code-Snippet-Step-by-Step-Guideline-from-Creation 더보기 Implicit Data Template in Silverlight 5 http://blogs.msdn.com/b/cdndevs/archive/2011/06/13/silverlight-5-takes-datatemplate-to-the-next-level-with-implicit-data-templates.aspx 더보기 [unlocker] 안지워지는 파일 지우기 이거 깔면 안지워지는 파일이나 디렉토리가 어떤 프로세스와 핸들에 의해 잠겨있는지 알려준다. 마우스 우클릭하면 Unlocker메뉴가 있는데, 그걸로 쓰면 된다. http://en.wikipedia.org/wiki/Unlocker 더보기 The Evolution of Synchronization in Windows and C++ http://msdn.microsoft.com/en-us/magazine/jj721588.aspx 더보기 WCF Data Services vs. WCF RIA Services http://lennilobel.wordpress.com/2012/02/19/wcf-data-services-vs-wcf-ria-services-making-the-right-choice/ 더보기 [crtdbg] memory leak detection #define _CRTDBG_MAP_ALLOC #include #include 소스에 추가한 후 F5로 실행. http://blog.naver.com/PostView.nhn?blogId=egohim&logNo=70074738205&categoryNo=27&viewDate=¤tPage=1&listtype=0 더보기 이전 1 2 3 4 ··· 6 다음