view release on metacpan or search on metacpan
- added support for parsing included files (commonly used in DNSSEC)
0.5 Thu Apr 15 23:17:56 CEST 2004
- add support for RP "Responsible Person" records
0.4 Fri Mar 26 11:06:21 CET 2004
- add dependency from Net::DNS
0.3 Wed Mar 24 20:01:18 CET 2004
- rename the module from Net::DNS::Zone to Net::DNS::ZoneFile::Fast
(after consulting with Net::DNS::ZoneFile's author)
- fix a small bug with TXT records parsing
0.2 Mon Nov 17 14:21:33 CET 2003
- rename the module from Net::DNS::ZoneParse to Net::DNS::Zone
- add documentation
- add soft_errors parameter and fix die/fatal/warn/quiet logic
- small fixes
0.01 Mon Oct 13 20:38:04 CET 2003
- original version
view all matches for this distribution
view release on metacpan or search on metacpan
t/633norid_epp.t view on Meta::CPAN
'skip-manual-review' =>1,
'impersonate-registrar' => 'reg9094');
my $no_facet = { facets => \%facetsh };
my $NO_FACET=
'<extension><no-ext-epp:extended xmlns:no-ext-epp="http://www.norid.no/xsd/no-ext-epp-1.0" xsi:schemaLocation="http://www.norid.no/xsd/no-ext-epp-1.0 no-ext-epp-1.0.xsd"><no-ext-epp:facet name="skip-manual-review">1</no-ext-epp:facet><no-ext-epp:face...
my $ddomain = "example3.no";
my $fdomain = "facet-$ddomain";
t/633norid_epp.t view on Meta::CPAN
# Domain commands
#
#--- domain_check
foreach my $OP ( "", $NO_FACET) {
my $facet;
my $domain = $ddomain;
if ($OP) {
$facet = $no_facet;
$domain = $fdomain;
t/633norid_epp.t view on Meta::CPAN
is($dri->get_info('exist','domain','example2.no'),1,'domain_check_multi get_info(exist) 2/2');
is($dri->get_info('exist_reason','domain','example2.no'),'In use','domain_check_multi get_info(exist_reason)');
#---- domain_info
foreach my $OP ( "", $NO_FACET) {
my $facet;
my $domain = $ddomain;
if ($OP) {
$facet = \%facetsh;
$domain = $fdomain;
view all matches for this distribution
view release on metacpan or search on metacpan
t/database.t view on Meta::CPAN
documentation, including modifications that you make for internal
use or for distribution.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.
THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON
UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON
UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-
ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE
OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT
INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
OTHER RIGHTS.
view all matches for this distribution
view release on metacpan or search on metacpan
0.002005 2014-06-22 15:05:42 CEST
[Improvement]
- Allow setting docker host via env var DOCKER_HOST
- Add name method to create method.
0.002004 2013-12-28 13:04:23 CET
[Improvement]
- Add support for Unix socket
0.002003 2013-08-05 22:15:57 CEST
[Bug]
view all matches for this distribution
view release on metacpan or search on metacpan
========== version history of Net::Domain::TMCH
Work in progress:
- support writing of SMD information
version 0.18: Wed 30 Dec 16:32:08 CET 2015
Fixes:
- remove unused dependency to Digest::SHA2
rt.cpan.org#110582 [AEvar Arnfjord Bjarmason]
- by default also produce WRITER capability
Improvements:
- changed documentation style
version 0.17: Mon Jan 13 13:29:05 CET 2014
Fixes:
- test-scripts used external crl [cpantesters]
Improvements:
- add test examples of 2013/11/25 [Gilles Quenot]
version 0.16: Thu Nov 14 11:22:03 CET 2013
Fixes:
- move ::SMD::File::smdID() into ::SMD [Mark Hofstetter]
- ::TMCH::CRL from uri error message [cpantesters]
Improvements
- add ::TMCH::CRL::fromString() [Mark Hofstetter]
version 0.15: Thu Nov 7 00:12:27 CET 2013
Fixes:
- pass SMD as string broke at isa() [Mark Hofstetter]
- pick correct certificate from SMD
- withdrawn TMV certs in pilot have other URI
- include current test-set as tar in test/
- add test/README
- removed docs/*pdf from the distribution
version 0.14: Mon Oct 28 11:10:30 CET 2013
Improvements:
- move from(), until(), fromTime(), and untilTime() from ::SMD::File
to its base-class ::SMD.
version 0.13: Mon Oct 28 10:53:32 CET 2013
Changes:
- moved ::SMD into ::SMD::Schema
Improvements:
- a bit more documentation in SYNOPSIS
view all matches for this distribution
view release on metacpan or search on metacpan
dropbear/README view on Meta::CPAN
Server public key auth:
You can use ~/.ssh/authorized_keys in the same way as with OpenSSH, just put
the key entries in that file. They should be of the form:
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAwVa6M6cGVmUcLl2cFzkxEoJd06Ub4bVDsYrWvXhvUV+ZAM9uGuewZBDoAqNKJxoIn0Hyd0Nk/yU99UVv6NWV/5YSHtnf35LKds56j7cuzoQpFIdjNwdxAN0PCET/MG8qyskG/2IE2DPNIaJ3Wy+Ws4IZEgdJgPlTYUBWWtCWOGc= someone@hostname
You must make sure that ~/.ssh, and the key file, are only writable by the
user. Beware of editors that split the key into multiple lines.
Dropbear supports some options for authorized_keys entries, see the manpage.
view all matches for this distribution
view release on metacpan or search on metacpan
1.2 Thu May 1 17:28:52 CEST 2008
- clarify protocol version.
- many small updates to fmd.
1.1 Sun Dec 23 16:39:38 CET 2007
- incompatible temporary filename change.
- removed workaround for Tk, expecting a timely fix :)
- made fmd use Coro::AIO for most I/O.
- converted fmd to EV.
- lots of minor changes.
1.0 Thu Dec 1 23:05:47 CET 2005
- use AnyEvent, remove own Event interface.
- work around the many bugs in Tk wrt. event handling.
0.8 Thu Mar 3 18:00:52 CET 2005
- use Array::Heap2, not Array::Heap.
- small fixes and improvements everywhere.
- change of contact address.
0.7 Tue May 18 15:44:46 CEST 2004
view all matches for this distribution
view release on metacpan or search on metacpan
===== version history for Net::FTP::Robust
Alll changes made by Mark Overmeer, unless explicitly stated
differently.
version 0.09: Mon Jan 22 20:33:05 CET 2018
- $ftp->message may be empty, sometimes.
- warning about cdup needs values filled-in
- demo use of Passive parameter
- remove dependency on Test::POD
- convert to GIT
- move to GitHUB
version 0.08: Mon Feb 1 11:40:29 CET 2010
- fix downloading of empty files.
- fix load restart.
version 0.07: Fri Dec 18 22:54:45 CET 2009
- fix situation where file got downloaded, but not published
because other problems.
- fix downloading multiple parallel directories.
version 0.06: Mon Nov 16 21:44:31 CET 2009
- Hum, change for Net::FTPSSL::Robust broke directory list
version 0.05: Mon Nov 16 20:59:39 CET 2009
- change port option abbreviation to 'P', because 'p' was
also used for the (more often used) 'password'.
- options processing for connection broken.
version 0.04: Fri Nov 13 23:42:56 CET 2009
- make restart loading of a file overridable.
- do not cwd to '', but '/'
- solve problems with downloading whole ftp account
version 0.03: Fri Nov 13 11:50:52 CET 2009
- errors on $ftp->cdup went unnoticed.
- changes to allow Net::FTPSSL::Robust to extend Net::FTP::Robust
cleanly.
version 0.02: Thu Jul 16 12:19:18 CEST 2009
view all matches for this distribution
view release on metacpan or search on metacpan
===== version history for Net::FTPSSL::Robust
All changes made by Mark Overmeer, unless explicitly stated
differently.
version 0.06: Mon Jan 22 21:38:55 CET 2018
Improvements:
- convert to GIT
- move to GitHUB
version 0.05: Mon Aug 22 10:27:50 CEST 2011
- Net::FTP::SSL >= 0.18 supports restart.
rt.cpan.org [Curtis Leach]
- move t/99pod.t to xt/ so we can remove dependency on Test::POD
version 0.04: Mon Nov 16 21:42:35 CET 2009
- another fix :( $ftp->nlst incompatible with Net::FTP
version 0.03: Mon Nov 16 21:02:19 CET 2009
- change bin/ftpssl-get meaning for 'p' <-> 'P' to be
compatible with bin/ftp-get.
version 0.02: Fri Nov 13 23:42:02 CET 2009
- ftpssl-get change option flag abbreviation of "protection"
from 'p' into 'd', because "port" used 'p' as well.
- And "password" abbreviation became capital 'P'.
- do not attempt to restart
version 0.01: Fri Nov 13 17:02:09 CET 2009
- initial version
view all matches for this distribution
view release on metacpan or search on metacpan
0.37
- APPE - appe(), blatappe() support.
0:36
- rollback
0:34 Wed Nov 30 09:43:41 CET 2005
- move PBSZ and PROT P until AFTER logged in..
0.32 Tue Oct 11 20:03:12 CEST 2005
- complete datasocket conversion
0.31 Tue Oct 11 19:53:38 CEST 2005
- PASV refactoring step 1 - datasocket method,
0.22
- use binmode for reading/writing files. TODO: let user use ASCII mode.
0.21
- Use \r\n instead of \n like RFC requires..
0.20 Sat Feb 12 20:31:26 CET 2005
- relax 'use perl', we should work equally well on 5.6.0
0.19
- EncryptData=0 behaviour changed. We no longer send "PROT C", "PROT P" at every command.
- $ftp->message() command returns last response from FTP server.
- bug - pureftpd tends to return strange line as reply to 'PASV', we
now die instead of hanging indefinitely. (TODO - rething error handling)
0.17 Mon Jan 24 18:49:25 CET 2005
- use unique IO::Handle for every connection instead of 3 global globs.(BROWN PAPERBAG BUG!)
- cdup
- slowly improving error handling...
0.12 Tue Jan 18 19:48:52 CET 2005
- rename("from","to") introduced
- NLST and LIST fixed (thanx to Pablo Valenzuela)
- PBSZ and PROT no longer required in client code.
- SIZE implemented (thanx to Pablo Valenzuela)
- login ( user, pass )
0.10 Tue Jan 18 09:19:53 CET 2005
- Debug, EncryptData properties. Documentation fixed.
0.09 Fri Jan 7 20:41:03 CET 2005
- get and put are working, so are slurp and blat.
0.06 Wed Jan 5 09:55:51 CET 2005
- NLST, GET, PUT
0.02 Wed Jan 5 09:55:51 CET 2005
- hello world version
0.01 Wed Jan 5 09:54:58 2005
- original version; created by h2xs 1.23 with options
-Xn Net::FTPTLS
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Device.
1.12 Sun Nov 22 13:07:50 CET 2015
- bugfix: add Build.PL to manifest file
1.11 Sun Jan 4 17:47:17 CET 2015
- bugfix: some code was never reached in new() and made a warning to be printed
- copyright: 2015
1.10 Sun Dec 2 17:08:27 CET 2012
- bugfix: analyze response to lookupMac6 to check MAC address is valid
1.09 Fri Nov 16 16:28:14 CET 2012
- new: bin/nfd-print-routes6.pl
- bugfix: install bin/nfd-debug-devices.pl and bin/nfd-print-routes6.pl
- bugfix: Perl kwalitee
1.08 Wed Sep 12 20:26:23 CEST 2012
- bugfix: Don't try lookupMac6() if gatewayIp6 has not been found
- update: dependance on Net::Frame::Simple 1.05 forced
- update: error message scheme
- update: copyright notice
1.07 Wed Nov 16 23:32:20 CET 2011
- bugfix: correctly check return status from dnet calls
- bugfix: check if an address has a correct netmask (or ignore
subnet attribute)
1.06 Sat Mar 26 19:01:23 CET 2011
- feature: lookupMac() and lookupMac6() takes two additionnal parameters:
retry count and timeout in seconds.
1.05 Thu Jan 13 11:04:32 CET 2011
- bugfix: load Net::Frame::Layer::ICMPv6::NeighborSolicitation
- bugfix: make lookupMac6() work
- bugfix: update interface information on IPv6 stuff
- update: copyright notice
- bugfix: die() on fatal errors from dnet
- bugfix: new() returns undef on error
- update: mailing list URL, see README
- update: copyright notice and email address
1.03 Wed Feb 28 22:07:28 CET 2007
- bugfix: lookupMac*(): check for link layer type before building frame
1.02 Thu Dec 28 17:05:27 CET 2006
- NEW: IPv6 support (*BSD and Linux systems for now)
- new: methods: lookupMac6(), updateFromTarget6()
- new: attributes: subnet6, gatewayIp6, gatewayMac6, target6
- new examples
- new dependances
1.01 Sun Dec 17 17:22:29 CET 2006
- NEW: debug-devices.pl in bin/ directory
- UPDATE: all layers moved to Net::Frame::Layer::* namespace
1.00 Sat Dec 9 19:03:24 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
and changes in pcap_dispatch(), we have to call can_read() on the
selectable file descriptor and call pcap_dispatch() only when
there is something to read. Which sounds logical, after all.
- update: copyright notice
1.14 Tue Dec 9 19:12:25 CET 2014
- BUGFIX: Dump::Online2: do not eat 100% and do not block for timeoutOnNext
seconds when it is not REALLY needed. We had to remove the
setnonblock option and to use pcap_dispatch i/o pcap_next_ex.
This should be the final bugfix...
There was also an infinite loop condition.
- new: Dump::Online2: maxRunTime() option to stop looping on next() forever
when we do not want. Default to loop forever.
1.13 Sun Dec 2 15:44:14 CET 2012
- BUGFIX: Dump::Online2: in non-blocking mode, we must handle our internal
received frame ring buffer. Many packets were missed because of
that.
1.12 Tue Nov 13 20:15:19 CET 2012
- UPDATE: Dump::Online2: now uses IO::Select to avoid eating 100% CPU
- update: mailing list link
1.11 Sun Nov 11 15:23:04 CET 2012
- bugfix: Dump::Online2 pod
- new: Dump::Online2: support for capture only mode
- new: examples for Dump::Online2
1.10 Wed Sep 12 20:15:09 CEST 2012
1.09 Mon Mar 28 19:33:24 CEST 2011
- new: added support for ERF data link type
- new: added support to append data to a pcap file in Writer mode
- bugfix: allows to sniff on an interface without IP address
1.08 Sun Feb 20 17:51:58 CET 2011
- new: Net::Frame::Dump::Online2: non-blocking live capture
=> If I had seen that sooner ...
1.07 Thu Jan 13 11:17:12 CET 2011
- bugfix: stop() returns if in isSon()
- bugfix: stop() when _clean()
- update: _killTcpdump(), only KILL now
- update: you can send a SIGHUP to print pcap stats
- update: SIGINT & SIGTERM call _clean in parent process
- new: added snaplen attribute in Net::Frame::Dump::Online
1.02
- bugfix: license string (should be artistic, not Artistic)
1.01 Sat Feb 16 18:02:37 CET 2008
- bugfix: no pcap_lookupnet() in setFilter()
- added NF_DUMP_LAYER_80211RADIO link layer support
1.00 Sun Dec 17 17:53:51 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::8021Q.
1.03 Tue Jan 20 19:40:10 CET 2015
- update: copyright notice
- update: Kwalitee
1.02 Thu Jun 3 14:34:40 CEST 2010
- bugfix: Bit::Vector is PREREQ
1.01 Sun May 31 16:51:12 CEST 2009
- new: support for MPLS and LLTD layers
- update: copyright notice
- update: mailing list URL
1.00 Fri Dec 22 13:10:19 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::GRE.
1.05 Tue Jan 20 19:46:59 CET 2015
- update: copyright notice update
- update: Kwalitee
1.04 Sun May 31 16:56:08 CEST 2009
- update: added link to a MPLS layer
1.03 Sun Apr 22 16:02:30 CEST 2007
- bugfix: in pod SYNOPSIS, need to call unpack() after new() with raw attr
- new: support for LLTD layer within GRE
- update: mailing list link
1.02 Fri Dec 22 14:06:21 CET 2006
- bugfix: encapsulated layers naming scheme
1.01 Sun Dec 17 18:01:22 CET 2006
- UPDATE: all layers moved to Net::Frame::Layer::* namespace
1.00 Sat Dec 16 16:45:03 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::ICMPv4.
1.05 Tue Jan 20 19:51:44 CET 2015
- update: copyright notice
- update: Kwalitee
1.04 Tue Jan 31 21:26:52 CET 2012
- bugfix: updated ICMPv4::TimeExceed, ICMPv4::DestUnreach
and ICMPv4::Redirect to parse the unused and gateway fields and
correctly unpack IPv4 layer
=> Thanks to Vince.
- update: copyright notice
- REMOVED: getPayloadLength() functions
- update: computeChecksum() and computeLengths() to reflect new computation
scheme from Net::Frame::Simple
- update: copyright notice
1.02 Sun Dec 17 17:17:41 CET 2006
- UPDATE: all layers moved to Net::Frame::Layer::* namespace
1.01 Thu Dec 14 19:37:43 CET 2006
- bugfix: there is no more Utils.pm in Net::Frame
1.00 Sun Dec 10 17:48:36 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
1.09 Wed Apr 9 08:31:41 CEST 2014
- bugfix: https://rt.cpan.org/Ticket/Display.html?id=93405
- update: copyright notice
1.08 Sun Dec 2 17:10:28 CET 2012
- bugfix: ICMPv6::Option: some systems do not set length as others.
We added a check on option type so we set manually length while
unpacking.
1.07 Wed Nov 14 21:48:47 CET 2012
- bugfix: on length calculation for ICMPv6::Option
- new: support for HopByHop, Destination and Mobility extension headers
=> thanks to Vince from vinsworld.com
- update: more tests
1.06 Thu Feb 23 20:10:45 CET 2012
- new: computeChecksum() takes into account IPv6Routing and IPv6fragment
=> contributed by vinsworld.com (Thanks Vince)
- new: ICMPv6::DestUnreach, ICMPv6::TimeExceed, ICMPv6::TooBig and
ICMPv6::ParameterProblem
=> contributed by vinsworld.com (Thanks Vince)
- update: copyright notice
1.05 Mon Nov 16 20:43:50 CET 2009
- bugfix: permission on namespace for RouterAdvertisement
and RouterSolicitation
- cosmetics
1.04 Fri Nov 13 07:46:21 CET 2009
- bugfix: some new files were not put in MANIFEST :(
1.03 Thu Nov 12 22:36:35 CET 2009
- new: ICMPv6 RouterAdvertisement and RouterSolicitation
=> Contributed by Paolo Vanni M. Venegas
1.02 Sun May 31 17:12:08 CEST 2009
- UPDATE: payload is no more an attribute in ICMPv6 modules, it is
- REMOVED: getOptionsLength() functions
- update: computeChecksum() and computeLengths() to reflect new computation
scheme from Net::Frame::Simple
- update: copyright notice
1.01 Thu Dec 28 16:58:44 CET 2006
- bugfix: computeChecksums() now handles ICMPv6 options
- bugfix: recv() on Neighbor Solicitation messages
- update: examples/lookup-mac.pl
1.00 Thu Dec 21 23:53:20 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
1.08 Sun 7 May 14:54:52 CEST 2017
- update: IP in IP encapsulation should use IPv4 layer type
- update: copyright notice
1.07 Tue Jan 20 19:15:48 CET 2015
- update: copyright notice
- update: Kwalitee
1.06 Wed Apr 9 09:50:52 CEST 2014
- bugfix: https://rt.cpan.org/Ticket/Display.html?id=93409
- bugfix: https://rt.cpan.org/Ticket/Display.html?id=93408
- update: copyright notice
1.05 Wed Nov 14 21:47:44 CET 2012
- bugfix: on length calculation for IPv6::Option
- NEW: IPv6 HopByHop and Destination options extension header and Option
modules
=> contributed by vinsworld.com (Thanks Vince)
- UPDATE: IPv6::Fragment and IPv6::Routing do not export consts at all.
- update: added constants for hop-by-hop, destination and mobility
extension headers, and many other protocols
1.04 Thu Feb 23 20:18:58 CET 2012
- UPDATE: renamed IGMPv4 to IGMP
- NEW: IPv6 Fragment and Routing extension headers
=> contributed by vinsworld.com (Thanks Vince)
- update: copyright notice
- new: support for UDPLite layer
- update: computeChecksum() and computeLengths() to reflect new computation
scheme from Net::Frame::Simple
- update: copyright notice
1.01 Sun Dec 17 17:55:09 CET 2006
- UPDATE: all layers moved to Net::Frame::Layer::* namespace
1.00 Sat Dec 16 16:45:03 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::LLC.
1.03 Tue Jan 13 19:31:43 CET 2015
- update: copyright notice
- update: Kwalitee
1.02 Thu Jun 3 14:44:35 CEST 2010
- bugfix: Bit::Vector is PREREQ
1.01 Mon Mar 26 23:43:01 CEST 2007
- UPDATE: LLC has split, new layer: SNAP
- bugfix: byte ordering in unpack()
=> thanx to kittekat for all the debugging
1.00 Wed Jan 3 22:51:56 CET 2007
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::LLTD.
1.01 Wed Jan 14 07:28:05 CET 2015
- new: examples
- update: copyright notice
- update: Kwalitee
1.00 Thu Mar 15 19:26:05 CET 2007
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::LOOP.
1.01 Wed Jan 14 07:32:50 CET 2015
- update: copyright notice
- update: Kwalitee
1.00 Sat Mar 31 12:29:49 CEST 2007
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::OSPF.
1.01 Wed Jan 14 07:40:48 CET 2015
- update: copyright notice
- update: Kwalitee
1.00 Tue Mar 13 19:26:20 CET 2007
- pod
- first stable release
1.00_01
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::PPPLCP.
1.01 Wed Jan 14 07:45:16 CET 2015
- update: copyright notice
- update: Kwalitee
1.00 Sun Apr 1 19:11:29 CEST 2007
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::PPPoES.
1.02 Wed Jan 14 07:49:27 CET 2015
- update: copyright notice
- update: Kwalitee
1.01 Thu Jun 3 15:01:37 CEST 2010
- bugfix: Bit::Vector is PREREQ
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::STP.
1.02 Wed Jan 14 07:53:13 CET 2015
- update: copyright notice
- update: Kwalitee
1.01 Fri Jan 5 00:29:01 CET 2007
- bugfix: in POD coverage testing
1.00 Wed Jan 3 22:55:18 CET 2007
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::SinFP3.
1.01 Thu Nov 22 20:24:45 CET 2012
- bugfix: SinFP3::Tlv: ipVersion is not printed as ASCII
1.00 Sun Nov 18 17:28:09 CET 2012
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::UDPLite.
1.01 Fri Jan 23 07:26:17 CET 2015
- update: copyright notice
- update: Kwalitee
1.00 Sat May 23 15:56:21 CEST 2009
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Simple.
1.09 Thu 9 Nov 18:07:44 CET 2017
- feature: $NoUnableToUnpackWarnings global variable to disable printing a message
when unpack() doesn't know how to unpack the next layer, and
$NoModuleNotFoundWarnings does the same when not able to load a module
for a next layer. See SYNOPSIS for usage.
See original request on CPAN RT#123570.
1.07 Wed 5 Oct 18:53:36 CEST 2016
- bugfix: https://rt.cpan.org/Ticket/Display.html?id=118234
dump() correctly handles payload
1.06 Fri Jan 23 07:32:52 CET 2015
- new: truncated attribute
- update: copyright notice
- update: Kwalitee
1.05 Wed Jan 25 22:48:18 CET 2012
- UPDATE: %Next variable population removed. Must be done from
developer's own layer 7 modules.
- bugfix: check when capture length is smaller than content length
- update: copyright notice
1.04 Sun May 31 15:29:26 CEST 2009
- UPDATE: removed old computation scheme (see 1.03 changes)
- update: copyright notice
1.03 Sun Nov 9 22:59:08 CET 2008
- new: made computeLengths() and computeChecksums() generic for all protocols
- new: $NoComputeLengths and $NoComputeChecksums global variables to disable
respective computations
- WARNING: this new computation scheme does not apply to:
IPv{4|6}, ICMPv{4|6}, TCP, UDP
=> Because the old computation scheme stills apply.
1.02 Thu Dec 21 23:48:44 CET 2006
- NEW: support for ICMPv6
- bugfix: get padding for IPv6
1.01 Sun Dec 17 17:30:19 CET 2006
- UPDATE: all layers moved to Net::Frame::Layer::* namespace
- new: support for IPv6 layer (computeLengths(), computeChecksums())
1.00 Sat Dec 9 19:38:13 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Tools.
1.04 Fri Jan 23 07:39:16 CET 2015
- update: copyright notice
- update: Kwalitee
1.03 Wed Mar 23 23:37:54 CET 2011
- bugfix: in nf-grep.pl usage check
- update: copyright notice and email address
1.02 Wed Feb 20 14:01:58 CET 2008
- update: license string, to make CPANTS happy
- added example
1.01 Mon Apr 23 22:53:18 CEST 2007
- added test Pod::Coverage
view all matches for this distribution
view release on metacpan or search on metacpan
1.19 Thu 17 May 13:59:33 CEST 2018
- bugfix: test 13 when DNS getHostIpv6Addr() returns an IPv4 mapped to an IPv6 address
=> https://rt.cpan.org/Ticket/Display.html?id=124780
1.18 Thu 15 Mar 16:16:39 CET 2018
- bugfix: https://rt.cpan.org/Ticket/Display.html?id=104689
- update: copyright notice
1.17 Sun 7 May 14:21:26 CEST 2017
- update: IP in IP encapsulation should use IPv4 layer type
- update: copyright notice
1.16 Mon Nov 16 09:31:06 CET 2015
- bugfix: t/13-gethostsubs.t updated cause gomor.org addresses have changed
1.15 Sun Feb 15 18:09:23 CET 2015
- BUGFIX: IPv4 header length calculation on Mac OS X and OpenBSD
=> Read: support for OpenBSD and Mac OS X now ok
- bugfix: check if inet_ntop/getaddrinfo are *really* supported by trying to use them.
1.14 Wed Jan 28 20:01:48 CET 2015
- BUGFIX: getHostIpv6addr: not working on FreeBSD/Socket because of nasty getaddrinfo()
- tests: added tests for getHost* subs and inet* subs
1.13 Wed Jan 28 07:49:11 CET 2015
- BUGFIX: getHostIpv6Addr: use getaddrinfo/getnameinfo from Socket or Socket6 where available
=> Thanks to Vince
1.12 Tue Jan 20 19:33:06 CET 2015
- bugfix: TCP/UDP computeChecksums() so 6to4 and other encapsulations work
=> Thanks to Vince
- update: copyright notice
- update: Kwalitee
- bugfix: https://rt.cpan.org/Public/Bug/Display.html?id=94035
- bugfix: on making Socket6 optional, bugfix contributed by Andrew Feren
- optimization: convertMac() contributed by Andrew Feren
- optimization: inetChecksum() contributed by Andrew Feren
1.10 Mon Mar 10 13:26:53 CET 2014
- UPDATE: makes Socket6 optional, contributed by Andrew Feren
- update: copyright notice
1.09 Wed Jan 25 22:48:18 CET 2012
- UPDATE: %Next in UDP and TCP layers are now empty by default. The
developper who wants to add a new layer 7 seven will have to fill the
variable straight from his module.
1.08 Sat Jan 14 09:49:09 CET 2012
- bugfix: TCP and UDP checksum computation when using another
Net::Frame::Layer object (instead of plain payload).
=> Thanks to Vince
- update: copyright notice
1.07 Sun Feb 20 17:49:11 CET 2011
- bugfix: in ARP pack/unpack
- bugfix: AF_INET6 constant badly used
- UPDATE: IGMPv4 renamed to IGMP
- update: copyright notice
- update: UDP computeChecksums()
- update: IPv4 added UDPLite support
- update: IPv4 computeLengths()
- update: copyright notice
1.05 Sun Nov 9 22:51:39 CET 2008
- new: computeLengths() in ETH, to use 802.3 easily
- new: $Next global variable in each module to allow customized encapsulation()
=> mainly used to encapsulate application layer procotols
- new: UDP now have some $Next values (DHCP, RIPv1, HSRP)
- new: added link to a MPLS layer from ETH and SLL layers
1.04 Mon Mar 26 23:19:44 CEST 2007
- bugfix: TCP: computeLengths() with options
- update: ETH: more checks for next layer decoding (LLC)
1.03 Wed Jan 3 22:44:59 CET 2007
- update: Net::Libdnet no more required
1.02 Thu Dec 21 23:51:07 CET 2006
- bugfix: forgot to load some subs for IPv6 subs in Layer.pm
1.01 Sun Dec 17 17:45:32 CET 2006
- UPDATE: moved all layers to Net::Frame::Layer::* namespace
- bugfix: IPv6 layer handling in computeLengths() for TCP layer
1.00 Sat Dec 9 18:39:09 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
-----BEGIN PRIVATE KEY-----
MIIJQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQC4uIYsRIg6PYE3
ghD5ittFOuvp6GfknWVRGfjEA7hlhIi/WKbdKmy2fE/fiAdb3THq2yPpPK1Yoy5a
Ryiyuaw1z+UqGhChs0Q3FVwAjDMF/Pux7aEmPouogGyBUpU/PSCPLNRc0jpA9ha1
acmPphsGbBRWFeEViKY1I9pCtooxgJwaIRFmEO1zKZ1CET7WB387vpdfTGx3pEUT
r8NwT7tck5RkA8i2/E5RVWB4zpkEbMPQ2wq78IptqypCWpjOqsHE+Od1DCZCsYJ1
tn9TSNTzYNlK11/bh5/VGjMB2TXvRxLm+78TwV5vUBTVWAzcGyTWlpgoXvphePki
Bvx3tjZG7rCi8ebi+Fawm2v0qd2Z5j+L5jjCPKcm7bcUctB7ILs2L3VOW2xBjLkx
Md8HR9LauMjB4zwyyTBAGPz7IpPGaZoBlQe25LgkOHbA+MnbUJEJduUlM1tcAqsZ
AeaGJyQqbmZQ3mIRyX9GU5d0/JRRJ7h3PEwh9Yf6/3G1qMtRpm/dERQpDJzter9f
view all matches for this distribution