Commit graph

31 commits

Author SHA1 Message Date
drochner
eac6d35d8d update to 1.44, which adds IPv6 support and some minor features 2005-07-13 14:22:20 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
adam
b57efaa660 Changes 1.43:
* healed the win32 code fork: ngrep now builds from the same
  source tree for all platforms including Windows
* re-wrote the privilege revocation logic after problems were
  reported with the SPC version, and removed non-root
  drop_privs capability altogether
* fix off-by-one bug which caused ngrep to exit 1 packet early
  when ``-A'' as invoked
* Fixed problematic configtest for old broken-redhat-glibc UDP header
* ngrep now sets a pcap filter "ip" by default, if one is not specified
* header offset fix to 802.11 processing
* support IGMP and Raw (unknown IP protocol) type packets
* support for latest versions of libpcap (0.8.3) and winpcap (3.1 beta 4)
* updated configure to autoconf 2.59, and config.guess and
  config.sub to latest versions
* updated PCRE from 3.4 to 5.0
* and various minor changes and updates to improve ngrep
2005-02-25 09:23:40 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
hubertf
2f6fd86193 Add a patch to fix privilege handling.
Contributed by Steve Rumble in private mail, and mailed back to the
ngrep author by him.  Bump the pkg to nb2.
2004-07-05 21:42:46 +00:00
recht
eb333f91f1 Fix typo: it's == and not = 2004-06-02 22:19:20 +00:00
recht
c14ae4c40d Add --disable-pcap-restart to CONFIGURE_ARGS in case of FreeBSD to
avoid crashes because of the old pcap library.
Patch provided by pancake at phreaker dot net in PR 25792.

Bump PKGREVISION to 1.
2004-06-02 22:06:01 +00:00
adam
4783b0fcc7 Changes 1.42:
* 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.

* improved privilege dropping code and added more options to
  configure to govern its behaviour

* added flag to turn off privilege revocation logic

* added multiline match as default and ability to enforce
  previous default single-line match (bugfix + feature)

* added ability to read bpf filter expression from file

* added ability to force the column width to a certain size

* 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.

* added ability to specify alternate nonprintable character
  (default is ``.'').

* made ``-q'' effects more consistent and usable for scenarios
  where ``-I'' and/or ``-O'' are being employed

* documentation updated
2004-04-13 13:50:05 +00:00
adam
1d34ecf4ce Changes 1.41:
* improved support for a few OSes
* 802.11 support
Changes 1.40:
* OpenBSD tun device support
* MacOS X support
* ISDN (SLL) support
* fixed bug from not considering caplen in payload length calculations
2004-01-30 14:36:09 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
cjep
9bf9be94a8 Add RCS tag. 2002-11-26 21:45:40 +00:00
wiz
3fcbc765de buildlink1 -> buildlink2. 2002-10-10 13:28:29 +00:00
cjep
7d4a1518cd Patch in the NetBSD/arm targets to one of the config.guess files in
ngrep's source tree. This is not strictly the Right Way, but the patch
can be fed back to the maintainer of ngrep.
2002-06-06 22:49:19 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
fbcc34458b Use libpcap buildlink.mk. pkg/13919 by Stoned Elipot. 2001-09-14 23:05:42 +00:00
abs
8d04d4c878 At least depend on the right version of pcal for SunOS or Linux. 2001-08-24 11:43:47 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
hubertf
2b68f5a999 Forgot to remove this in last pkg update - it's now part of the pkg 2001-03-08 12:42:14 +00:00
hubertf
16af3a52a3 Update ngrep to 1.39. Changes:
* Moved to sourceforge
 * UNIX: Now ngrep compiles with the GPL'd GNU regex library, or the more
   license-friendly PCRE library under the Artistic License
 * UNIX: Recognition of window size changes
   Annoyed when you maximize your term program and ngrep doesn't take
   advantage of all the new space? Now ngrep catches the change
   when in a non-hexadecimal display mode and adjusts the output accordingly.
 * Minor bugfix in time printing with -t
   When run with the '-t' option, ngrep would display the previous month as
   the current date.
2001-03-05 14:39:08 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
dent
a2e1d6edfe Update HOMEPAGE and MASTER_SITES. 2001-01-12 12:45:48 +00:00
hubertf
b8848e6155 Upgrade to 1.33. Changes: Now handles fragments. Also fixed a few minor bugs. 1999-07-15 00:44:03 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
agc
402b3ba47a Make this package work on Solaris. 1999-07-02 10:26:02 +00:00
hubertf
c7d63d87aa Import ngrep V1.31: network grep
ngrep strives to provide most of GNU grep's common features, applying
them to the network layer.

ngrep a pcap-aware tool that will allow you to specify extended
regular expressions to match against data payloads of packets. It
currently recognizes TCP and UDP across ethernet, ppp and slip
interfaces, and understands bpf filter logic in the same fashion
as more common packet sniffing tools, like tcpdump and snoop.
1999-06-28 01:34:22 +00:00