Opened 14 years ago
Closed 13 years ago
#25906 closed submission (fixed)
[NEW] net/openfpc
Reported by: | jul_bsd@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | openfpc |
Description
OpenFPC is a set of scripts that combine to provide a lightweight full-packet network traffic recorder & buffering tool. It's design goal is to allow non-expert users to deploy a distributed network traffic recorder on COTS hardware while integrating into existing alert and log tools.
Attachments (1)
Change History (6)
Changed 14 years ago by jul_bsd@…
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Port: | openfpc added |
Status: | new → assigned |
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
- install a sample configuration file instead of the real thing (so the user's configuration changes don't get clobbered by upgrading the port)
- add notes pointing users to config file
comment:4 Changed 14 years ago by jul_bsd@…
argh ...
miss some gnu-ism:
- mkdir --parent => mkdir -p
- date -d <date> => ???
EPOC_FIRST=$(date -d "$FIRSTPACKET" +%s)
- call to daemonlogger (http://www.snort.org/users/roesch/Site/Daemonlogger/Daemonlogger.html), new port needed (Ticket #26006)
- there is one call to tcpdump so the bin is needed.
comment:5 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Port is committed so submission ticket should be closed. Open new tickets for any bugs or enhancements.
Note: See
TracTickets for help on using
tickets.
Thanks, added in r70314 with these changes:
What do we need to do about the commented-out runtime dependency on tcpdump? Do we need to enable that?