]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - tcpick/tcpick.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / tcpick / tcpick.nm
CommitLineData
b8dba03d
EK
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = tcpick
7version = 0.2.1
8release = 1
9
10groups = Networking/Tools
11url = http://tcpick.sourceforge.net/
12license = GPLv2
13summary = A libpcap-based textmode sniffer for tcp streams.
14
15description
16 Tcpick is able to save the captured flows in different files or
17 displays them in the terminal, and so it is useful to sniff files that
18 are transmitted via ftp or http. It can display all the stream on the
19 terminal, when the connection is closed in different display modes like
20 hexdump, hexdump + ascii, only printable charachters, raw mode and so
21 on. Available a color mode too, helpful to read and understand better
22 the output of the program. Actually it can handle several interfaces,
23 including ethernet cards and ppp. It is useful to keep track of what
24 users of a network are doing, and is usable with textmode tools like
25 grep, sed, awk.
26end
27
28source_dl = http://sourceforge.net/projects/tcpick/files/%{name}/%{version}/
29
30build
31 requires
32 ncurses-devel
33 libpcap-devel
34 end
35end
36
37packages
38 package %{name}
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43end