result.pm

来自「SinFP是一种新的识别对方计算机操作系统类型的工具」· PM 代码 · 共 53 行

PM
53
字号
## $Id: Result.pm,v 1.1.2.6 2006/06/12 21:30:27 gomor Exp $#package Net::SinFP::Result;use strict;use warnings;require Class::Gomor::Array;our @ISA = qw(Class::Gomor::Array);our @AS = qw(   idSignature   ipVersion   systemClass   vendor   os   osVersion   osVersionFamily   matchType   matchMask);our @AA = qw(   osVersionChildrenList);__PACKAGE__->cgBuildIndices;__PACKAGE__->cgBuildAccessorsScalar(\@AS);__PACKAGE__->cgBuildAccessorsArray (\@AA);1;=head1 NAMENet::SinFP::Result - contains all information about matched fingerprint=head1 DESCRIPTIONGo to http://www.gomor.org/sinfp to know more.=cut=head1 AUTHORPatrice E<lt>GomoRE<gt> Auffret=head1 COPYRIGHT AND LICENSECopyright (c) 2005-2006, Patrice E<lt>GomoRE<gt> AuffretYou may distribute this module under the terms of the Artistic license.See LICENSE.Artistic file in the source distribution archive.=cut

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?