⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 signature.pm

📁 SinFP是一种新的识别对方计算机操作系统类型的工具
💻 PM
字号:
## $Id: Signature.pm,v 1.1.2.13.2.7 2006/06/11 09:31:13 gomor Exp $#package Net::SinFP::DB::Signature;use strict;use warnings;require DBIx::SQLite::Simple::Table;our @ISA = qw(DBIx::SQLite::Simple::Table);our @AS = qw(   idSignature   trusted   idIpVersion   idSystemClass   idVendor   idOs   idOsVersion   idOsVersionFamily   idP1PatternBinary   idP1PatternTcpFlags   idP1PatternTcpWindow   idP1PatternTcpOptions   idP1PatternTcpMss   idP2PatternBinary   idP2PatternTcpFlags   idP2PatternTcpWindow   idP2PatternTcpOptions   idP2PatternTcpMss   idP3PatternBinary   idP3PatternTcpFlags   idP3PatternTcpWindow   idP3PatternTcpOptions   idP3PatternTcpMss   matchType   matchMask   ipVersion   systemClass   vendor   os   osVersion   osVersionFamily   sigP1H0   sigP2H0   sigP3H0   sigP1H1   sigP2H1   sigP3H1   sigP1H2   sigP2H2   sigP3H2);our @AA = qw(   osVersionChildren);__PACKAGE__->cgBuildIndices;__PACKAGE__->cgBuildAccessorsScalar(\@AS);__PACKAGE__->cgBuildAccessorsArray(\@AA);our $Id     = $AS[0];our @Fields = @AS[1..$#AS-17];1;=head1 NAMENet::SinFP::DB::Signature - Signature database table=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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -