/www/analog/files/

eebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/ngrep
Commit message (Collapse)AuthorAgeFilesLines
* When running ngrep as non-root, the program tried to drop theedwin2004-04-181-1/+4
| | | | priveleges too. This is now disabled via a configure option.
* swap net/bpf.h and pcap.h since it gives strange results when having theedwin2004-04-091-0/+12
| | | | net/libpcap installed.
* fix portdocs while we're at it. (sorry should have been done earlier)edwin2004-03-291-1/+1
|
* Upgrade of net/ngrep to version 1.42edwin2004-03-292-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes for v1.42 o rewrote the entire configure.in/config.h.in to autoconf 2.57 to be more consistent with normal autoconf'd programs. corrects bugs around packaging impediments and typos. o improved privilege dropping code and added more options to configure to govern its behaviour o added flag to turn off privilege revocation logic o added multiline match as default and ability to enforce previous default single-line match (bugfix + feature) o added ability to read bpf filter expression from file o added ability to force the column width to a certain size o added two new output modes: ``byline'', whose output respects embedded carriage returns (useful for http dumps), and ``none'', which prints out each dump as a single line no matter what. o added ability to specify alternate nonprintable character (default is ``.''). o made ``-q'' effects more consistent and usable for scenarios where ``-I'' and/or ``-O'' are being employed o documentation updated
* Add size data.trevor2004-03-181-0/+1
| | | | Approved by: maintainers
* Fix problems which where there during running of the program:edwin2004-02-284-64/+4
| | | | | | | | | | | - checked on 4.8 - checked on 5.2.1 with standard libpcap - checked on 5.2.1 with net/libpcap Commands checked: - ngrep -d fxp1 - ngrep -d fxp1 port 80 - ngrep -d fxp1 GET port 80
* move the check for the necessarity for the additional patchesedwin2003-11-181-1/+1
| | | | | | | regarding the changes in libpcap to 501110 and higher versions of the FreeBSD operating system Submitted by: Emanuel Haupt <emanuel.haupt@cablecom.ch>
* Unbreak build on -stable while keep it buildable on -current.edwin2003-11-123-2/+8
| | | | Noticed by: quite a lot of people.
* Fix build on -current, thanks to a patch from walt <wa1ter@myrealbox.com>edwin2003-11-094-12/+46
| | | | Use PORTDOCS fully.