<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>byronc bits</title>
    <link>http://byron.theclarkfamily.name/blog</link>
    <description>breaking old technology, one bit at a time</description>
    <pubDate>Fri, 04 Jun 2010 03:12:24 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>pcapy</title>
      <link>http://byron.theclarkfamily.name/blog/2009/05/21/pcapy</link>
      <pubDate>Thu, 21 May 2009 09:21:35 MDT</pubDate>
      <category><![CDATA[python]]></category>
      <category><![CDATA[psa]]></category>
      <guid isPermaLink="true">http://byron.theclarkfamily.name/blog/2009/05/21/pcapy</guid>
      <description>pcapy</description>
      <content:encoded><![CDATA[<p>So, <a href="http://oss.coresecurity.com/projects/pcapy.html">pcapy</a> is a great, simple
   library to interface with libpcap.  It works well for reading live packets and
   dump files.  There's only one problem: there is no way to modify or create a
   <code>struct pcap_header</code> from Python code.  So there's really no way to add data to
   the packets and add them to a dump file.
</p>]]></content:encoded>
    </item>
  </channel>
</rss>
