]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - tcpick/tcpick.nm
kernel: Update to 3.13.2.
[people/ms/ipfire-3.x.git] / tcpick / tcpick.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = tcpick
7 version = 0.2.1
8 release = 1
9
10 groups = Networking/Tools
11 url = http://tcpick.sourceforge.net/
12 license = GPLv2
13 summary = A libpcap-based textmode sniffer for tcp streams.
14
15 description
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.
26 end
27
28 source_dl = http://sourceforge.net/projects/tcpick/files/%{name}/%{version}/
29
30 build
31 requires
32 ncurses-devel
33 libpcap-devel
34 end
35 end
36
37 packages
38 package %{name}
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end