Revision history for Perl extension Net::Pkt.
0.26 Wed Sep 29 18:23:19 2004
- !!! last version of Net::Pkt. It is renamed to Net::Packet.
- NEW: Net::Pkt::getHostIpv4Addr()
- NEW: Net::Pkt::getHostIpv4Addrs()
0.25 Sun Sep 26 21:20:37 2004
- bugfix: an error in method Net::Pkt::next was making a segfault, due to a
bad typemap in Net::Pcap (FILE * to T_IN under Perl 5.8 is bad). Resolved
by created my own Net::Pcap::file sub.
0.24 Sun Sep 26 15:08:11 2004
- !!! live capture ready via next sub in Net::Pkt::Dump.
See examples/arp-scan.pl of perldoc Net::Pkt::Dump.
- Net::Ifconfig::Wrapper: removed, now uses IO::Interface which is better
(but not perfect, so there remains the need for a wrapper around ifconfig
on some systems)
- NEW: Net::Pkt::LayerARP: isReply
- NEW: Net::Pkt::LayerARP: isRequest
- Net::Pkt::Frame: new object data: reply to store the frame received on
a recv method call
- NEW: Net::Pkt::Dump->next: returns next available frame from savefile
- Net::Pkt::Dump->analyze: returns empty array if there is nothing to read
in savefile
- Net::Pkt::Dump->analyze: now returns @frames if some have been analyzed
- Net::Pkt::Dump: added a global to set sniffing in promiscuous mode
=> $Net::Pkt::Promisc, default to 0.
- Net::Pkt::Dump: signal to handle DESTROY cleanly when hiting CTRL+C
- Net::Pkt::Dump: documentation
- Net::Pkt::Dump->new: callStart option (default 0)
- Net::Pkt::LayerUDP->print: also prints payload size
- Net::Pkt::LayerICMPv4: do not exit when an ICMP message is not yet known
0.23 Fri Sep 3 22:24:18 2004
- bugfix: META.yml
- bugfix: libnetpkt.c and Makefile.PL to let compilation work on Linux and
OpenBSD
0.22 Fri Sep 3 21:49:30 2004
- LayerICMPv4: echo request/reply, timestamp request/reply, information
request/reply, address mask request/reply
- constant renaming: NETPKT_IPv4_TRANSPORT_TCP => NETPKT_IPv4_PROTOCOL_TCP
- constant renaming: NETPKT_IPv4_TRANSPORT_UDP => NETPKT_IPv4_PROTOCOL_UDP
- method renaming: getRandom32bitInt => getRandom32bitsInt
- method renaming: getRandom16bitInt => getRandom16bitsInt
- method renaming: ipTransport => ipProtocol
- method renaming: isTransportTcp => isProtocolTcp
- method renaming: isTransportUdp => isProtocolUdp
- Dump: removed dependance upon tcpdump binary, implemented as a C function
to do its work. But it adds the need to link with libpcap on module
building
- tcpPrint: now displays options
- printDebug: now go to STDERR
- METAL.yml written
0.21 Sun Aug 29 20:20:33 2004
- changes in Dump scheme; now requires to call start and stop methods
- auto* subs do not try anymore to find values if respective class
data are already set
- first public release
0.20 Sun Aug 29 12:00:34 2004
- first release to private people
0.01 Wed Aug 4 12:16:03 2004
- original version; created by h2xs 1.21 with options:
-Oxan Net::Pkt libnetpkt.h