Skip Menu |

This queue is for tickets about the Net-Packet CPAN distribution.

Report information
The Basics
Id: 106022
Status: rejected
Priority: 0/
Queue: Net-Packet

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 3.28
Fixed in: (no value)



Subject: Make Net::Packet independent of Net::Libdnet
My use case: I want to parse some packets loaded from a .pcapng file (using Net::Pcap). The Net::Packet framework seems to be useful for that task.
Unfortunately it has a hard dependency on Net::Libdnet that is painful to install (see RT#106021) and not needed for my use case.

So it would be helpful to split Net::Packet to move in a separate distribution the capture/emission features that rely on Net::Libdnet.

-- 
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/
Le 2015-07-22 17:09:57, DOLMEN a écrit :
Show quoted text
> So it would be helpful to split Net::Packet to move in a separate
> distribution
> the capture/emission features that rely on Net::Libdnet.

This seems to be have been addressed with the split between Net::Frame and Net::Write. But it would be helpful to link to this modules from the Net::Packet documentation.


-- 
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/
Net::Packet is deprecated. Please now use Net::Frame.