Search Criteria
Package Details: xplico 1.2.2-2
Git Clone URL: | https://aur.archlinux.org/xplico.git (read-only, click to copy) |
---|---|
Package Base: | xplico |
Description: | Internet Traffic Decoder. Network Forensic Analysis Tool (NFAT) |
Upstream URL: | http://www.xplico.org/ |
Licenses: | |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-06 14:32 |
Last Updated: | 2021-02-07 11:38 |
Dependencies (23)
- apache (apache-git, apache22)
- json-c (json-c-git)
- lame (lame-svn, lame-altivec)
- libmaxminddb (libmaxminddb-git)
- libnet (libnet-git)
- libpcap (libpcap-git)
- mariadb-clients (mysql-clients55, mariadb-clients-git, mariadb103-clients, mysql-clients56, mysql-clients57, mysql-clients, percona-server-clients)
- ndpi (ndpi-git)
- net-tools (net-tools-mptcp, net-tools-debian-ifconfig, net-tools-git)
- pecl-mcrypt
- perl (perl-git)
- php (php55, php53, php70, php71, php-zts, php72, php56, php7-symlinks, php7-meta, php73)
- php-apache (php55-apache, php53-apache, php-apache22, php-zts-apache, php72-apache, php56-apache)
- php-sqlite (php55-sqlite, php53-sqlite, php-zts-sqlite, php72-sqlite, php56-sqlite)
- python-httplib2
- python-psycopg2 (python-psycopg2-binary, python2-psycopg2-binary)
- recode (recode-pybliographer)
- sox (sox-dsd-git)
- sqlite3 (sqlite-replication, sqlite-minimal-git, sqlite)
- tcpdump (tcpdump-git)
- geoip2-database (geoipupdate) (optional) – City database for geoip IP location lookups
- ghostpdl (optional) – reconstruct document printed with network printer
- videosnarf (optional) – decode VoIP based on RTP
Latest Comments
hecsa commented on 2021-02-06 06:32
Hi, When trying to install I get this message:
make[2]: Entering directory '/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/dissectors/tcp_grbg' cc -M -rdynamic -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/include -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/common/include -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/dissectors/include -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/capt_dissectors/include -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/dispatch/include -Wall -fPIC -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -DXPL_PEDANTIC_STATISTICS=1 -g -ggdb -O0 -DFTBL_SORT=1 -DXPL_CHECK_CODE=1 -DXPL_X86=1 -DGEOIP_LIBRARY=1 -I/usr/include/ndpi -DLOG_DIS_VAR_NAME=dis_tcp_grb_log_id dis_log.c tcp_garbage.c > .depend tcp_garbage.c:51:10: fatal error: libndpi/ndpi_main.h: No such file or directory 51 | #include <libndpi/ndpi_main.h> | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. cc -rdynamic -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/include -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/common/include -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/dissectors/include -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/capt_dissectors/include -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/dispatch/include -Wall -fPIC -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -DXPL_PEDANTIC_STATISTICS=1 -g -ggdb -O0 -DFTBL_SORT=1 -DXPL_CHECK_CODE=1 -DXPL_X86=1 -DGEOIP_LIBRARY=1 -I/usr/include/ndpi -DLOG_DIS_VAR_NAME=dis_tcp_grb_log_id -D_FORTIFY_SOURCE=2 -c -o dis_log.o dis_log.c cc -rdynamic -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/include -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/common/include -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/dissectors/include -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/capt_dissectors/include -I/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/dispatch/include -Wall -fPIC -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -DXPL_PEDANTIC_STATISTICS=1 -g -ggdb -O0 -DFTBL_SORT=1 -DXPL_CHECK_CODE=1 -DXPL_X86=1 -DGEOIP_LIBRARY=1 -I/usr/include/ndpi -DLOG_DIS_VAR_NAME=dis_tcp_grb_log_id -D_FORTIFY_SOURCE=2 -c -o tcp_garbage.o tcp_garbage.c In file included from /usr/include/sys/socket.h:22, from tcp_garbage.c:26: /usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 397 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ tcp_garbage.c:51:10: fatal error: libndpi/ndpi_main.h: No such file or directory 51 | #include <libndpi/ndpi_main.h> | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: [<builtin>: tcp_garbage.o] Error 1 make[2]: Leaving directory '/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/dissectors/tcp_grbg' make[1]: [Makefile:52: subdir] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-hecsa/aur-xplico/src/xplico-v.1.2.2/dissectors' make: *** [Makefile:149: subdir] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build . ==> Restart building xplico ? [y/N] ==> -------------------------------
Any clues? Thanks, and best regards, HeCSa.