update the date and finish the POD for cnetstat

This commit is contained in:
Zane C. B-H 2019-03-03 02:50:50 -06:00
parent c26b9a1796
commit a530c5d5d3
2 changed files with 35 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Revision history for Parse-Netstat-Colorizer
0.1.0 2019-02-28/?
0.1.0 2019-03-03/02:40
-Add inversion support to cnetstat.
-Add PTR and regexp PTR support to cnetstat.
-Add PTR resolving options.

View File

@ -241,6 +241,7 @@ cnetstat - a netstat like utility that supports color and searching
=head1 SYNOPSIS
cnetstat [B<-t>] [B<-u>] [B<--drp>] [B<-S> <sort>] [B<-s> <states>] [B<-c> <CIDRs>] [B<-p> <ports>] [B<-P> <protocols>] [<-a>] [B<-l>] [B<-i>]
[B<--nc>] [<--ptr> <ptrs>] [B<--rptrs> <regexs>] [B<--Si>] [B<--si>] [B<--ci>] [B<--pi>] [B<--Pi>] [B<--ptri>] [B<--rptri>]
=head1 FLAGS
@ -252,6 +253,10 @@ Show all connections, including those in the LISTEN state.
A comma seperated list of CIDRs to search for.
=head2 --ci
Invert the CIDR search.
=head2 --drp
Don't resolve port numbers to names.
@ -274,14 +279,43 @@ also not be colorized and this flag will be inverted.
A comma seperated list of ports to search for.
=head2 --pi
Invert the port search.
=head2 --ptr <ptrs>
A comma seperated list of PTRs to search for.
=head2 --ptri
Invert the PTR search.
=head2 -P <protocols>
A comma seperated list of protocols to saerch for.
=head2 --Pi
Invert the protocol search.
=head2 --rptr <regexs>
A comma seperated list of regular expressions to use for
matching PTRs.
=head2 --rptri
Invert the regex PTR search.
=head2 -s <states>
A comma seperated list of states to search for.
=head2 --si
Invert the state ssearch.
=head2 -S <sort>
The sort method to use. This is one of the supported