in reply to TLV encoding and decoding

Doesn't TLV mean Type Length Value in this context? A quick seach of CPAN shows Net::Frame::Layer::LLTD::Tlv, among others.

Replies are listed 'Best First'.
Re^2: TLV encoding and decoding
by Anonymous Monk on Jun 04, 2010 at 12:28 UTC

    Thanks for the quick answer. I did see the module description and it listed that it is for LLTD (Link Layer Topology Discovery) protocol.

    I am looking something which helps in the basic TLV format encoding and decoding. I am not sure if I can use the base module - Net::Frame::Layer and it will help me with what I want.

    Any other suggestions?

    Thanks