<?xml version="1.0" encoding="UTF-8"?>
<feed
  xmlns="http://www.w3.org/2005/Atom"
  xmlns:thr="http://purl.org/syndication/thread/1.0"
  xml:lang="en"
   >
  <title type="text">byronc bits</title>
  <subtitle type="text">breaking old technology, one bit at a time</subtitle>

  <updated>2012-01-11T04:59:47Z</updated>
  <generator uri="http://blogofile.com/">Blogofile</generator>

  <link rel="alternate" type="text/html" href="http://byron.theclarkfamily.name/blog" />
  <id>http://byron.theclarkfamily.name/blog/feed/atom/</id>
  <link rel="self" type="application/atom+xml" href="http://byron.theclarkfamily.name/blog/feed/atom/" />
  <entry>
    <author>
      <name></name>
      <uri>http://byron.theclarkfamily.name/blog</uri>
    </author>
    <title type="html"><![CDATA[pcapy]]></title>
    <link rel="alternate" type="text/html" href="http://byron.theclarkfamily.name/blog/2009/05/21/pcapy" />
    <id>http://byron.theclarkfamily.name/blog/2009/05/21/pcapy</id>
    <updated>2009-05-21T09:21:35Z</updated>
    <published>2009-05-21T09:21:35Z</published>
    <category scheme="http://byron.theclarkfamily.name/blog" term="python" />
    <category scheme="http://byron.theclarkfamily.name/blog" term="psa" />
    <summary type="html"><![CDATA[pcapy]]></summary>
    <content type="html" xml:base="http://byron.theclarkfamily.name/blog/2009/05/21/pcapy"><![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>
  </entry>
</feed>

