mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 2.3.5
Submitted by: maintainer
This commit is contained in:
parent
1fa3224f7e
commit
29100c0abd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61267
5 changed files with 18 additions and 26 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ipex
|
||||
PORTVERSION= 2.3.4
|
||||
PORTVERSION= 2.3.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ipex
|
||||
|
@ -20,12 +20,8 @@ GNU_CONFIGURE= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ipex-HOWTO.pdf ipex-HOWTO.txt pcap_exprs.txt regexps.txt rfc0768.txt rfc0792.txt rfc0793.txt
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.if ${OSVERSION} >= 500000
|
||||
BROKEN= "currently does not support -CURRENT"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ipex-2.3.4.tar.gz) = 97fdb0993c03594f733d78120b2f99b9
|
||||
MD5 (ipex-2.3.5.tar.gz) = 57a2e7340c6ba09b1e0ab89e37a31ae3
|
||||
|
|
|
@ -1 +1 @@
|
|||
Packet examination / dumper utility
|
||||
Packet examination / sniffer utility
|
||||
|
|
|
@ -1,13 +1,17 @@
|
|||
The ipex program is similar to ngrep or tcpdump. It
|
||||
allows you to dump packet contents in hexidecimal or
|
||||
plaintext. A very handy tool for debugging network proto-
|
||||
cols. ipex also gives you the option of running in daemon
|
||||
mode while dumping contents to a specified file. It also
|
||||
allows you to supply a regex RC pattern for printing pack-
|
||||
ets wich contain specific patterns. This man page comes
|
||||
with some fairly descriptive examples.
|
||||
Ipex is a packet sniffer similar to tcpdump or ngrep. It allows you
|
||||
to dump the contents of a packet in hexadecimal or plain old text.
|
||||
Using ipex, you have the ability to dump packets using the
|
||||
following methods:
|
||||
|
||||
1) regular expression (standard or extended)
|
||||
2) pid, uid or ruid
|
||||
3) binary signature
|
||||
4) pcap expression
|
||||
|
||||
The manual comes with allot of very descriptive examples on
|
||||
using ipex and its recommended that you read it.
|
||||
|
||||
WWW: http://ipex.sourceforge.net
|
||||
|
||||
- C.S. Peron
|
||||
maneo@bsdpro.com
|
||||
maneo@bsdpro.com
|
||||
|
|
|
@ -1,9 +1 @@
|
|||
bin/ipex
|
||||
%%PORTDOCS%%share/doc/ipex/ipex-HOWTO.pdf
|
||||
%%PORTDOCS%%share/doc/ipex/ipex-HOWTO.txt
|
||||
%%PORTDOCS%%share/doc/ipex/pcap_exprs.txt
|
||||
%%PORTDOCS%%share/doc/ipex/regexps.txt
|
||||
%%PORTDOCS%%share/doc/ipex/rfc0768.txt
|
||||
%%PORTDOCS%%share/doc/ipex/rfc0792.txt
|
||||
%%PORTDOCS%%share/doc/ipex/rfc0793.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/ipex
|
||||
|
|
Loading…
Add table
Reference in a new issue