<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 16:26:11 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/created/pcap/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[pcap parsing using dpkt]]></title><description><![CDATA[어쩌다 pcap에서 http 통신을 하는 패킷을 찾아내고 Request에 들어가는 값들을 파싱해야하는 일이 생겼다. 그래서 사용한게 dpkt 라이브러리이다. 사용법은 엄청 간단하다. pcap파일을 rb모드로 open하고 dpkt.pcap.Reader라는 함수에 넣어주면 기초 작업은 끝이다. f = open(sys.argv[1],'rb') pcap =]]></description><link>http://direct.ecency.com/network/@ss5h/pcap-parsing-using-dpkt</link><guid isPermaLink="true">http://direct.ecency.com/network/@ss5h/pcap-parsing-using-dpkt</guid><category><![CDATA[network]]></category><dc:creator><![CDATA[ss5h]]></dc:creator><pubDate>Tue, 13 Feb 2018 07:02:09 GMT</pubDate></item></channel></rss>