Just pondering:

Does anybody else see a need for a complete Network Packet library? Tim Potter's Net::Packet was released 25th April, 1999, and hasn't been updated since. Though it was a good start, I think a more robust solution is necessary -- the ability to modify the data returned from the decoding routines and pass them back to (presently non-existant) encoding routines for raw network transmission. . . has anybody else been running into this wall?

From the Perlipq (linux 2.4 userspace packet queuing) README:
TODO A general packet mangling package is needed as a companion to this, perhaps NetPacket with encode() methods implemented.
Does anybody know of projects or attempts like this out there anywhere? If I start it up, will anybody else help with some of the more obscure protocols? Won't be hard. .

In reply to Network Packet Encoding? by twerq

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.