Bug 44255 - [patch] port upgrade for ipex (2.3.5.2) from maintainer
Summary: [patch] port upgrade for ipex (2.3.5.2) from maintainer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-19 04:50 UTC by Christian S. Peron
Modified: 2002-10-19 09:26 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (871 bytes, patch)
2002-10-19 04:50 UTC, Christian S. Peron
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian S. Peron 2002-10-19 04:50:00 UTC
	PORT UPGRADE:
	BUG FIXES IN IPEX-2.3.5.1 PORTS PACKAGE:
	
		-regex engine was repaired so that it will no longer match every
		 packet once the first packet was matched.
		 CREDIT: glaive@vaned.net

		-improved error checking and error diagnostic reporting when the
		 user fails to initialize pcap properly. I.E. Non-root user attempting
		 to sniff interfaces, invalid pcap expression syntax etc. This directly
		 fixes the problem of non-root users attempting to initialize pcap and
		 have ipex die horribly and drop a core.

		-resolved string.h/strings.h conflict which resulted in numerous segfaults
		 and caused massive amounts of headaches on 5.0 -CURRENT. Now the current
		 users can use this port. Status in the port make file has been changed from
		 broken to not broken in -current (YAY!).

		-improved error checking when user specifies time prefixes (-t)

		-ipex will now consult /etc/services for port number/service translation.
		 to disable this, use -p.

		-obsoleted -G. ipex will only support the processing of EXTENDED regular
		 expressions now. (IEEE Std 1003.2 POSIX.2).

		-Introduced a new feature, TCP session tracking. Instead of viewing packets
		 using src/dst addresses and ports, ipex will write individual TCP sessions
		 to their arbitrary files. These files are written in realtime and are compatible
		 with tcpdump(1) or any other program that is capable of processing pcap trace
		 files. (Including ethereal for windows users).
		 
		 These are the major fixes.. there are more but these are the important ones.
		 
		 I have enclosed the patch for the port. These changes have been made upstream
		 in my repository. Please merge this patch in with the master CVS repo on FreeBSD.

		 Regards
		 Christian S.J. Peron

Fix: Only in /usr/projects/ipex: CVS
How-To-Repeat: 	N/A
Comment 1 Oliver Braun freebsd_committer freebsd_triage 2002-10-19 09:26:21 UTC
State Changed
From-To: open->closed

Committed, thanks!