├── 3rd_party ├── GeoIPASNum.dat.gz ├── GeoLiteCity.dat.gz ├── etter.finger.os.gz ├── oui.txt.gz └── specialMAC.txt.gz ├── AUTHORS ├── CONTENTS ├── COPYING ├── ChangeLog ├── INSTALL ├── LICENSE-OpenSSL.txt ├── MANIFESTO ├── Makefile.am ├── Makefile.mingw ├── NEWS ├── NetFlow ├── README ├── docs │ ├── ntop-netflow-cisco.pdf │ └── ntop-netflow-cisco.txt ├── netFlowClient.pl └── ntop_flows.sql ├── PORTING ├── README ├── SUPPORT_NTOP.txt ├── THANKS ├── acinclude.m4.in ├── acinclude.m4.ntop ├── address.c ├── admin.c ├── argv.c ├── autogen.sh ├── autotoolversions ├── compile ├── config.sub ├── configure.in ├── configureextra ├── AIX ├── DARWIN ├── FREEBSD ├── HPUX ├── LINUXmandrake ├── LINUXredhat3 ├── LINUXredhat8.0 ├── LINUXredhat9 ├── LINUXsuse ├── LINUXwhitebox3.0 ├── SOLARIS10 ├── SOLARIS8 ├── SOLARIS9 ├── functions ├── openbsd ├── python-config └── readme ├── countmin.c ├── countmin.h ├── dataFormat.c ├── depcomp ├── dirent.c ├── docs ├── 1STRUN.txt ├── BUG_REPORT ├── BUILD-MinGW.txt ├── BUILD-NTOP.txt ├── DAG ├── FAQ ├── FAQarchive ├── FILES ├── HACKING ├── KNOWN_BUGS ├── README ├── README.SSL ├── README.Suse ├── RMON │ └── README.RMON ├── RedHat-rpmbuild-HOWTO.txt ├── TODO ├── database │ └── README ├── ntop-autotools.pdf └── ntop-autotools.vsd ├── emitter.c ├── event.c ├── globals-core.c ├── globals-core.h ├── globals-defines.h ├── globals-report.c ├── globals-report.h ├── globals-structtypes.h ├── graph.c ├── hash.c ├── html ├── JSCookMenu.js ├── Risk_high.gif ├── Risk_low.gif ├── Risk_medium.gif ├── Risk_unknown.gif ├── antenna.gif ├── arrow.gif ├── arrow_down.png ├── arrow_up.png ├── autosuggest.css ├── autosuggest.js ├── back.png ├── bg_line.gif ├── bit_off.png ├── bit_on.png ├── black.gif ├── blank.gif ├── bottom_corner.gif ├── bridge.gif ├── brocade.gif ├── bug.png ├── bulb.gif ├── calendar-setup.js ├── calendar.gif ├── calendar.js ├── card.gif ├── child.gif ├── clear.gif ├── clock.gif ├── collapsed.gif ├── corner.gif ├── deleteURL.gif ├── deleteUser.gif ├── disk.gif ├── dns.gif ├── docs │ └── python │ │ ├── api-objects.txt │ │ ├── crarr.png │ │ ├── epydoc.css │ │ ├── epydoc.js │ │ ├── fastbit-module.html │ │ ├── frames.html │ │ ├── help.html │ │ ├── host-module.html │ │ ├── identifier-index.html │ │ ├── index.html │ │ ├── interface-module.html │ │ ├── module-tree.html │ │ ├── ntop-module.html │ │ ├── redirect.html │ │ ├── toc-everything.html │ │ ├── toc-fastbit-module.html │ │ ├── toc-host-module.html │ │ ├── toc-interface-module.html │ │ ├── toc-ntop-module.html │ │ └── toc.html ├── domLib.js ├── domTT.js ├── download.gif ├── dump.html ├── edit.gif ├── emulex.gif ├── error.gif ├── expanded.gif ├── external.png ├── facebook.gif ├── favicon.ico ├── fback.png ├── fforward.png ├── forward.png ├── functions.js ├── gauge.jpg ├── gaugeR.jpg ├── gaugeS.jpg ├── graph.gif ├── graph_if.svg ├── graph_zoom.gif ├── graph_zoomDOWN.gif ├── graph_zoomUP.gif ├── gray_bg.gif ├── help.html ├── help.png ├── hostSortNote.html ├── icon_python.png ├── images │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ ├── ui-bg_flat_75_ffffff_40x100.png │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ ├── ui-bg_glass_65_ffffff_1x400.png │ ├── ui-bg_glass_75_dadada_1x400.png │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ ├── ui-bg_glass_95_fef1ec_1x400.png │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ ├── ui-icons_222222_256x240.png │ ├── ui-icons_2e83ff_256x240.png │ ├── ui-icons_454545_256x240.png │ ├── ui-icons_888888_256x240.png │ └── ui-icons_cd0a0a_256x240.png ├── img_inquisitor │ ├── as_pointer.gif │ ├── hl_corner_bl.gif │ ├── hl_corner_br.gif │ ├── hl_corner_tl.gif │ ├── hl_corner_tr.gif │ ├── ul_corner_bl.gif │ ├── ul_corner_br.gif │ ├── ul_corner_tl.gif │ └── ul_corner_tr.gif ├── info.gif ├── initiator.gif ├── jqplot │ ├── excanvas.js │ ├── excanvas.min.js │ ├── jquery.jqplot.css │ ├── jquery.jqplot.min.js │ └── plugins │ │ ├── jqplot.BezierCurveRenderer.js │ │ ├── jqplot.BezierCurveRenderer.min.js │ │ ├── jqplot.barRenderer.js │ │ ├── jqplot.barRenderer.min.js │ │ ├── jqplot.blockRenderer.js │ │ ├── jqplot.blockRenderer.min.js │ │ ├── jqplot.bubbleRenderer.js │ │ ├── jqplot.bubbleRenderer.min.js │ │ ├── jqplot.canvasAxisLabelRenderer.js │ │ ├── jqplot.canvasAxisLabelRenderer.min.js │ │ ├── jqplot.canvasAxisTickRenderer.js │ │ ├── jqplot.canvasAxisTickRenderer.min.js │ │ ├── jqplot.canvasOverlay.js │ │ ├── jqplot.canvasOverlay.min.js │ │ ├── jqplot.canvasTextRenderer.js │ │ ├── jqplot.canvasTextRenderer.min.js │ │ ├── jqplot.categoryAxisRenderer.js │ │ ├── jqplot.categoryAxisRenderer.min.js │ │ ├── jqplot.ciParser.js │ │ ├── jqplot.ciParser.min.js │ │ ├── jqplot.cursor.js │ │ ├── jqplot.cursor.min.js │ │ ├── jqplot.dateAxisRenderer.js │ │ ├── jqplot.dateAxisRenderer.min.js │ │ ├── jqplot.donutRenderer.js │ │ ├── jqplot.donutRenderer.min.js │ │ ├── jqplot.dragable.js │ │ ├── jqplot.dragable.min.js │ │ ├── jqplot.enhancedLegendRenderer.js │ │ ├── jqplot.enhancedLegendRenderer.min.js │ │ ├── jqplot.funnelRenderer.js │ │ ├── jqplot.funnelRenderer.min.js │ │ ├── jqplot.highlighter.js │ │ ├── jqplot.highlighter.min.js │ │ ├── jqplot.json2.js │ │ ├── jqplot.json2.min.js │ │ ├── jqplot.logAxisRenderer.js │ │ ├── jqplot.logAxisRenderer.min.js │ │ ├── jqplot.mekkoAxisRenderer.js │ │ ├── jqplot.mekkoAxisRenderer.min.js │ │ ├── jqplot.mekkoRenderer.js │ │ ├── jqplot.mekkoRenderer.min.js │ │ ├── jqplot.meterGaugeRenderer.js │ │ ├── jqplot.meterGaugeRenderer.min.js │ │ ├── jqplot.ohlcRenderer.js │ │ ├── jqplot.ohlcRenderer.min.js │ │ ├── jqplot.pieRenderer.js │ │ ├── jqplot.pieRenderer.min.js │ │ ├── jqplot.pointLabels.js │ │ ├── jqplot.pointLabels.min.js │ │ ├── jqplot.pyramidAxisRenderer.js │ │ ├── jqplot.pyramidAxisRenderer.min.js │ │ ├── jqplot.pyramidGridRenderer.js │ │ ├── jqplot.pyramidGridRenderer.min.js │ │ ├── jqplot.pyramidRenderer.js │ │ ├── jqplot.pyramidRenderer.min.js │ │ ├── jqplot.trendline.js │ │ └── jqplot.trendline.min.js ├── jquery-1.7.min.js ├── jquery-ui-1.8.16.custom.css ├── jquery-ui-1.8.16.custom.min.js ├── jscalendar │ ├── calendar-load.js │ ├── calendar-setup.js │ ├── calendar.js │ └── lang │ │ └── calendar-en.js ├── json2.js ├── line-bottom.png ├── linkedin.gif ├── lock.png ├── mail.gif ├── major.gif ├── marchio_unipi_pant541_144.gif ├── marker.gif ├── marker.png ├── minor.gif ├── multihomed.png ├── multivlaned.gif ├── nboxLogo.gif ├── ntop.gif ├── ntop.html ├── ntop_logo.png ├── ntopdump.dtd ├── ntophelp.html ├── p2p.gif ├── phone.gif ├── printer.gif ├── privacyNotice.html ├── question.gif ├── reflection.js ├── router.gif ├── rrdAlarmConfig.js ├── seagate.gif ├── skype.gif ├── skype.png ├── sorterScript.js ├── sorterStyle.css ├── spacer.gif ├── statsicons │ ├── flags │ │ ├── ad.gif │ │ ├── ae.gif │ │ ├── af.gif │ │ ├── ag.gif │ │ ├── ai.gif │ │ ├── al.gif │ │ ├── am.gif │ │ ├── an.gif │ │ ├── ao.gif │ │ ├── aq.gif │ │ ├── ar.gif │ │ ├── as.gif │ │ ├── at.gif │ │ ├── au.gif │ │ ├── aw.gif │ │ ├── az.gif │ │ ├── ba.gif │ │ ├── bb.gif │ │ ├── bd.gif │ │ ├── be.gif │ │ ├── bf.gif │ │ ├── bg.gif │ │ ├── bh.gif │ │ ├── bi.gif │ │ ├── bj.gif │ │ ├── bm.gif │ │ ├── bn.gif │ │ ├── bo.gif │ │ ├── br.gif │ │ ├── bs.gif │ │ ├── bt.gif │ │ ├── bv.gif │ │ ├── bw.gif │ │ ├── by.gif │ │ ├── bz.gif │ │ ├── ca.gif │ │ ├── cc.gif │ │ ├── cd.gif │ │ ├── cf.gif │ │ ├── cg.gif │ │ ├── ch.gif │ │ ├── ci.gif │ │ ├── ck.gif │ │ ├── cl.gif │ │ ├── cm.gif │ │ ├── cn.gif │ │ ├── co.gif │ │ ├── com.gif │ │ ├── cr.gif │ │ ├── cu.gif │ │ ├── cv.gif │ │ ├── cx.gif │ │ ├── cy.gif │ │ ├── cz.gif │ │ ├── de.gif │ │ ├── dj.gif │ │ ├── dk.gif │ │ ├── dm.gif │ │ ├── do.gif │ │ ├── dz.gif │ │ ├── ec.gif │ │ ├── edu.gif │ │ ├── ee.gif │ │ ├── eg.gif │ │ ├── eh.gif │ │ ├── es.gif │ │ ├── et.gif │ │ ├── eu.gif │ │ ├── fi.gif │ │ ├── fj.gif │ │ ├── fk.gif │ │ ├── fm.gif │ │ ├── fo.gif │ │ ├── fr.gif │ │ ├── fx.gif │ │ ├── ga.gif │ │ ├── gb.gif │ │ ├── gd.gif │ │ ├── ge.gif │ │ ├── gf.gif │ │ ├── gh.gif │ │ ├── gi.gif │ │ ├── gl.gif │ │ ├── gm.gif │ │ ├── gn.gif │ │ ├── gov.gif │ │ ├── gp.gif │ │ ├── gq.gif │ │ ├── gr.gif │ │ ├── gt.gif │ │ ├── gu.gif │ │ ├── gw.gif │ │ ├── gy.gif │ │ ├── hk.gif │ │ ├── hm.gif │ │ ├── hn.gif │ │ ├── hr.gif │ │ ├── ht.gif │ │ ├── hu.gif │ │ ├── id.gif │ │ ├── ie.gif │ │ ├── il.gif │ │ ├── in.gif │ │ ├── int.gif │ │ ├── io.gif │ │ ├── iq.gif │ │ ├── ir.gif │ │ ├── is.gif │ │ ├── it.gif │ │ ├── jm.gif │ │ ├── jo.gif │ │ ├── jp.gif │ │ ├── ke.gif │ │ ├── kg.gif │ │ ├── kh.gif │ │ ├── ki.gif │ │ ├── km.gif │ │ ├── kn.gif │ │ ├── kp.gif │ │ ├── kr.gif │ │ ├── kw.gif │ │ ├── ky.gif │ │ ├── kz.gif │ │ ├── la.gif │ │ ├── lb.gif │ │ ├── lc.gif │ │ ├── li.gif │ │ ├── lk.gif │ │ ├── local.gif │ │ ├── localhost.gif │ │ ├── lr.gif │ │ ├── ls.gif │ │ ├── lt.gif │ │ ├── lu.gif │ │ ├── lv.gif │ │ ├── ly.gif │ │ ├── ma.gif │ │ ├── mc.gif │ │ ├── md.gif │ │ ├── mil.gif │ │ ├── mk.gif │ │ ├── ml.gif │ │ ├── mn.gif │ │ ├── mo.gif │ │ ├── mq.gif │ │ ├── mr.gif │ │ ├── mt.gif │ │ ├── mu.gif │ │ ├── mx.gif │ │ ├── my.gif │ │ ├── mz.gif │ │ ├── na.gif │ │ ├── ne.gif │ │ ├── net.gif │ │ ├── ng.gif │ │ ├── ni.gif │ │ ├── nl.gif │ │ ├── no.gif │ │ ├── np.gif │ │ ├── nu.gif │ │ ├── nz.gif │ │ ├── om.gif │ │ ├── org.gif │ │ ├── pa.gif │ │ ├── pe.gif │ │ ├── pf.gif │ │ ├── pg.gif │ │ ├── ph.gif │ │ ├── pk.gif │ │ ├── pl.gif │ │ ├── pr.gif │ │ ├── ps.gif │ │ ├── pt.gif │ │ ├── py.gif │ │ ├── qa.gif │ │ ├── ro.gif │ │ ├── ru.gif │ │ ├── rw.gif │ │ ├── sa.gif │ │ ├── sb.gif │ │ ├── sd.gif │ │ ├── se.gif │ │ ├── sg.gif │ │ ├── si.gif │ │ ├── sk.gif │ │ ├── sm.gif │ │ ├── sn.gif │ │ ├── su.gif │ │ ├── sv.gif │ │ ├── sy.gif │ │ ├── sz.gif │ │ ├── tc.gif │ │ ├── td.gif │ │ ├── tf.gif │ │ ├── tg.gif │ │ ├── th.gif │ │ ├── tj.gif │ │ ├── tk.gif │ │ ├── tm.gif │ │ ├── tn.gif │ │ ├── to.gif │ │ ├── tr.gif │ │ ├── tt.gif │ │ ├── tw.gif │ │ ├── tz.gif │ │ ├── ua.gif │ │ ├── uk.gif │ │ ├── us.gif │ │ ├── uy.gif │ │ ├── uz.gif │ │ ├── va.gif │ │ ├── vc.gif │ │ ├── ve.gif │ │ ├── vg.gif │ │ ├── vi.gif │ │ ├── vn.gif │ │ ├── wf.gif │ │ ├── ws.gif │ │ ├── ye.gif │ │ ├── yu.gif │ │ ├── za.gif │ │ ├── ze.gif │ │ ├── zm.gif │ │ └── zw.gif │ └── os │ │ ├── aix.gif │ │ ├── amiga.gif │ │ ├── be.gif │ │ ├── bsd.gif │ │ ├── cisco.gif │ │ ├── hp.gif │ │ ├── irix.gif │ │ ├── linux.gif │ │ ├── mac.jpg │ │ ├── novell.gif │ │ ├── os2.gif │ │ ├── sun.gif │ │ └── windows.gif ├── style.css ├── switch.gif ├── theme.css ├── theme.js ├── twitter.png ├── upload.gif ├── url.gif ├── user.gif ├── users.gif ├── vgauge.jpg ├── warning.gif ├── web.gif ├── wheel.gif ├── white_bg.gif ├── youtube.gif └── zoom.js ├── httpd.c ├── iface.c ├── iface.h ├── initialize.c ├── install-sh ├── installer └── MacOSX │ ├── License.txt │ ├── ReadMe.txt │ └── ntop.package.pmproj ├── ip.c ├── leaks.c ├── leaks.h ├── main.c ├── map.c ├── misc ├── configure.in.lua ├── configure.in.perl ├── cpacketPlugin.c ├── icmpPlugin.c ├── lua.c ├── lua │ └── test.lua ├── perl.c └── perl │ ├── ntop.i │ ├── ntop_perl.h │ ├── ntop_wrap.c │ ├── report.pl │ ├── report │ └── basic.xml │ └── test.pl ├── missing ├── mkinstalldirs ├── ntop-cert.pem ├── ntop-config.in ├── ntop.8 ├── ntop.c ├── ntop.h ├── ntop.html ├── ntop.txt ├── ntop_darwin.c ├── ntop_darwin.h ├── ntop_win32.c ├── ntop_win32.h ├── packages ├── Fedora │ ├── README │ └── ntop.spec ├── FreeBSD-ports │ ├── README │ └── net │ │ └── ntop │ │ ├── Makefile │ │ ├── distinfo │ │ ├── files │ │ ├── ntop.conf.sample │ │ ├── ntop.sh │ │ ├── patch-configure │ │ ├── patch-configure-in │ │ └── patch-ntop-h │ │ ├── pkg-descr │ │ ├── pkg-message │ │ └── pkg-plist ├── Gentoo │ ├── digest-ntop-3.0_pre1 │ ├── digest-ntop-3.0_pre2 │ ├── ntop-3.0_pre1.ebuild │ └── ntop-3.0_pre2.ebuild ├── MacOSX │ ├── License.txt │ ├── ReadMe.txt │ ├── ltconfig │ ├── ltmain.sh │ └── ntop.package.pmsp ├── Makefile.debian ├── RedHat │ ├── README │ ├── cfgdbfile.patch │ ├── makefile_am.patch │ ├── ntop.conf.sample │ ├── ntop.init │ ├── ntop.logrotate │ ├── ntop.spec │ └── version.patch ├── Win32 │ ├── README │ └── ntop-VC6-project.zip ├── debian.official │ ├── README.Debian │ ├── changelog │ ├── conffiles │ ├── config │ ├── control │ ├── copyright │ ├── dirs │ ├── init │ ├── logcheck │ ├── logcheck.paranoid │ ├── logrotate │ ├── postinst │ ├── postrm │ ├── prerm │ ├── protocol.list │ ├── rules │ └── templates ├── debian │ ├── COPYRIGHT │ ├── README │ ├── README.Debian │ ├── README.target │ ├── changelog │ ├── conffiles │ ├── control │ ├── dirs │ ├── docs │ ├── etc │ │ ├── init.d │ │ │ └── ntop │ │ └── ld.so.conf.d │ │ │ └── ntop.conf │ ├── files │ ├── postinst │ ├── postrm │ ├── preinst │ ├── prerm │ ├── rules │ └── substvars └── suse │ ├── ntop.spec │ ├── ntopd │ └── rc.config.ntopd ├── pbuf.c ├── plugin.c ├── pluginSkeleton.c ├── plugins ├── FILES ├── Makefile.am ├── netflowPlugin.c ├── rrdPlugin.c ├── rrdPlugin.h └── sflowPlugin.c ├── prefs.c ├── prng.c ├── prng.h ├── protocols.c ├── python.c ├── python ├── GeoPacketVisualizer.py ├── docs │ ├── Makefile │ ├── epydoc.conf │ └── src │ │ ├── fastbit.py │ │ ├── host.py │ │ ├── interface.py │ │ └── ntop.py ├── fastbit.py ├── hello_world.py ├── ipPortQuery.py ├── json │ ├── info.py │ ├── interfaces.py │ └── iphone │ │ ├── clientcheck.py │ │ ├── hostinfo.py │ │ ├── ifdata.py │ │ ├── iflist.py │ │ ├── iftophosts.py │ │ ├── instance.py │ │ └── interfaces.py ├── rrdalarm │ ├── config.py │ ├── crontab.rrdalarm │ ├── save.py │ ├── scripts │ │ ├── savelog.py │ │ └── sendmail.py │ └── start.py └── templates │ ├── GeoPacketVisualizer.tmpl │ ├── fastbit.tmpl │ ├── ipPortQuery.tmpl │ ├── queryResults.tmpl │ ├── rrdAlarmConfigurator.tmpl │ ├── rrdAlarmConfiguratorHelp.tmpl │ └── rrdAlarmStart.tmpl ├── report.c ├── reportUtils.c ├── sessions.c ├── ssl_utils.c ├── stamp-h.in ├── subnets.txt ├── term.c ├── traffic.c ├── util.c ├── utildl.c ├── utils ├── AS-list.sh ├── AutoConfigureNtop ├── Juniper │ ├── README │ ├── juniper.conf.sample │ └── setFilter.pl ├── Makefile ├── README ├── addMacAddress.c ├── addMacAddressFile.pl ├── addVlanName.c ├── checkrrdmodel.sh ├── config_h.sh ├── config_h1.awk ├── config_h2.awk ├── faqtohtml.awk ├── gdbm_rw.c ├── getopt │ ├── getopt.c │ ├── getopt.h │ └── getopt1.c ├── inetnum2countryalloc.c ├── init.d_ntop ├── insertssi.awk ├── linuxrelease ├── lookuptest.c ├── prefixtablegen.c ├── processstruct.awk ├── rm.bat ├── rrd-alarm │ ├── Makefile │ ├── README │ ├── conf │ │ └── alarm.conf.example │ ├── doc │ │ └── rrd.html │ └── rrd_alarm.c ├── sampleMACfile.txt ├── verified.awk └── xmldump.awk ├── vendor.c ├── vt.sed ├── webInterface.c └── www ├── FILES ├── PHP ├── doSearch.php ├── ifStats.php ├── index.html └── sessions.php ├── Perl ├── dumpFlat.pl ├── mapper.pl ├── nClient └── remoteClient.pl ├── Python └── ntopTest.py └── README /3rd_party/GeoIPASNum.dat.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/3rd_party/GeoIPASNum.dat.gz -------------------------------------------------------------------------------- /3rd_party/GeoLiteCity.dat.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/3rd_party/GeoLiteCity.dat.gz -------------------------------------------------------------------------------- /3rd_party/etter.finger.os.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/3rd_party/etter.finger.os.gz -------------------------------------------------------------------------------- /3rd_party/oui.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/3rd_party/oui.txt.gz -------------------------------------------------------------------------------- /3rd_party/specialMAC.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/3rd_party/specialMAC.txt.gz -------------------------------------------------------------------------------- /CONTENTS: -------------------------------------------------------------------------------- 1 | 2 | What's in the ntop distribution ? 3 | --------------------------------- 4 | 5 | 1) ntop [. directory] 6 | All of the source for ntop is in this, root, directory of the distribution. 7 | 8 | 2) rrd [myrrd/ directory] 9 | This is a frozen (stable) version of rrdtool which ntop statically links to. 10 | 11 | 3) configureextra 12 | OS and distribution/release specific extensions for ./configure 13 | 14 | 4) plugins 15 | ntop add ons, such as sflow, pda, etc. 16 | 17 | 5) html 18 | html files used by ntop, includes images 19 | 20 | 6) docs 21 | All the documentation that's fit to print! Please help us out and write more! 22 | 23 | 7) utils 24 | Little pieces of code that might be useful or are used in the preparation 25 | of data files and such. 26 | 27 | 8) www 28 | How to extract data out of ntop using Perl/PHP/Python 29 | 30 | 9) packages 31 | Files used to build executable packages for MacOSX, RedHat and Suse environments. 32 | More a starting point than a finished output, due to tool differences, file layouts, 33 | etc. 34 | 35 | NOTE: The 'RedHat' files are older and NOT the ones used to create the 36 | .rpm files posted at SourceForge. 37 | 38 | 10) installer 39 | Files used to build executable packages for MacOSX. 40 | 41 | 11) NetFlow 42 | (Old) A simple NetFlow collector that stores in a MySQL DB all the traffic information 43 | sent by a NetFlow probe such as ntop. 44 | 45 | 46 | 47 | 48 | Have fun! 49 | 50 | ----------------------------------- 51 | Luca Deri , March 2001 / updated June 2002 / updated March 2003 52 | Burton - Updated Feb 2004 53 | -------------------------------------------------------------------------------- /MANIFESTO: -------------------------------------------------------------------------------- 1 | ___ __ _ _ _ 2 | |_ _|/ _| _ _ ___ _ _ ___ | |__ ___ _ _ | |_| |__ ___ 3 | | || |_ | | | |/ _ \| | | | / _ \| '_ \ / _ \ | | | | __| '_ \ / _ \ 4 | | || _| | |_| | (_) | |_| | | (_) | |_) | __/ |_| | | |_| | | | __/ 5 | |___|_| \__, |\___/ \__,_| \___/|_.__/ \___|\__, | \__|_| |_|\___| 6 | |___/ |___/ 7 | _ _ _ _ _ 8 | _ __ _ _| | ___ ___ _ _ ___ _ _( ) | | _ __ ___ (_)___ ___ 9 | | '__| | | | |/ _ \/ __| | | | |/ _ \| | | |/| | | | '_ ` _ \| / __/ __| 10 | | | | |_| | | __/\__ \ | |_| | (_) | |_| | | | | | | | | | | \__ \__ \ 11 | |_| \__,_|_|\___||___/ \__, |\___/ \__,_| |_|_| |_| |_| |_|_|___/___/ 12 | |___/ 13 | _ _ _ _ __ 14 | __ _| | | | |_| |__ ___ / _|_ _ _ __ 15 | / _` | | | | __| '_ \ / _ \ | |_| | | | '_ \ 16 | | (_| | | | | |_| | | | __/ | _| |_| | | | | 17 | \__,_|_|_| \__|_| |_|\___| |_| \__,_|_| |_| 18 | 19 | -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- 1 | 2 | _ _ _ 3 | | \ | | |_ ___ _ __ 4 | | \| | __/ _ \| '_ \ 5 | | |\ | || (_) | |_) | 6 | |_| \_|\__\___/| .__/ 7 | |_| 8 | 9 | Network Top 10 | 11 | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 12 | 13 | NEWS - Chronology of versions (and major snapshots) 14 | ==== 15 | 16 | Version 1.3 adapted to the GNU auto{make,conf} stuff 17 | Version 2.0 released 27Dec2001 18 | 19 | Version 2.0.1 (source snapshot) 14Feb2002 20 | 21 | Version (no change) 01Mar2002 - included a fix for a security exposure in ntop, 22 | first reported to the mailing list on 28Feb2002 23 | and to bugtraq on 04Mar2002. The other messages 24 | posted to bugtraq on 11Apr2002 and 17Apr2002 refer 25 | to the same problem. 26 | 27 | Version 2.0.99 (source snapshot) 03Apr2002 (the ntop version number was 28 | rolled in the cvs on 02Apr2002 29 | in preparation for the 2.1 release) 30 | 31 | Version 2.0.99RC1 - 15May2002 32 | 33 | Version 2.0.99RC2 - 03Jun2002 34 | Version 2.0.99RC2A -20Jun2002 35 | 36 | Version 2.0.99RC3 - 03Jul2002 37 | 38 | Version 2.1 -- 10Jul2002 39 | Version 2.1.3 -- 13Sep2002 40 | 41 | Version 2.2 -- 30March2003 42 | 2.2a/2.2b (Windows only) 43 | 44 | Version 2.2c -- July2003 45 | 46 | Version 3.0 -- Feb2004 47 | Version 3.1 -- Dec2004 48 | 49 | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 50 | 51 | -------------------------------------------------------------------------------- /NetFlow/README: -------------------------------------------------------------------------------- 1 | This directory contains a simple NetFlow collector that stores 2 | on a MySQL DB all the traffic information sent by a NetFlow probe 3 | such as ntop 4 | --- 5 | (C) 2006-07 - Luca Deri 6 | -------------------------------------------------------------------------------- /NetFlow/docs/ntop-netflow-cisco.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/NetFlow/docs/ntop-netflow-cisco.pdf -------------------------------------------------------------------------------- /NetFlow/ntop_flows.sql: -------------------------------------------------------------------------------- 1 | 2 | 3 | # phpMyAdmin MySQL-Dump 4 | # version 2.3.0-rc3 5 | # http://phpwizard.net/phpMyAdmin/ 6 | # http://www.phpmyadmin.net/ (download page) 7 | # 8 | # Host: localhost 9 | # Generation Time: Jul 22, 2002 at 05:50 PM 10 | # Server version: 3.23.49 11 | # PHP Version: 4.1.2 12 | # Database : `ntop` 13 | # -------------------------------------------------------- 14 | 15 | # 16 | # Table structure for table `flows` 17 | # 18 | 19 | CREATE TABLE flows ( 20 | ipSrc varchar(19) NOT NULL default '', 21 | ipDst varchar(19) NOT NULL default '', 22 | pktSent int(11) NOT NULL default '0', 23 | bytesSent mediumint(9) NOT NULL default '0', 24 | startTime time NOT NULL default '00:00:00', 25 | endTime time NOT NULL default '00:00:00', 26 | srcPort smallint(6) NOT NULL default '0', 27 | dstPort smallint(6) NOT NULL default '0', 28 | tcpFlags tinyint(4) NOT NULL default '0', 29 | proto tinyint(4) NOT NULL default '0', 30 | tos tinyint(4) NOT NULL default '0' 31 | ) TYPE=MyISAM; 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | See files in docs/ for more info. 2 | 3 | 4 | For instructions on how to build ntop from source, see docs/BUILD-NTOP.txt (*nix). 5 | 6 | The file docs/BUILD-MinGW.txt (Win32) may assist you in building ntop under MinGW, 7 | but this configuration is not officially supported. The prebuilt executable 8 | distributed - for a convenience fee - through http://shop.ntop.org is built with 9 | Microsoft's Visual C++ .Net compiler. 10 | 11 | For instructions on how to run ntop the 1st time, see docs/1STRUN.txt. 12 | 13 | Online information is at http://www.ntop.org. 14 | 15 | Archives of the ntop mailings lists are at http://listgateway.unipi.it/pipermail/ntop/ 16 | and http://listgateway.unipi.it/pipermail/ntop-dev/ and are also searchable through 17 | Google (use site:listgateway.unipi.it ntop . 18 | 19 | Contributions of effort towards writing, rewriting and updating ntop's documentation would 20 | be heartily welcomed! 21 | 22 | ---- 23 | (C) 1998-2007 ntop.org 24 | -------------------------------------------------------------------------------- /SUPPORT_NTOP.txt: -------------------------------------------------------------------------------- 1 | 2 | ntop is distributed under GPL2. However, if you like and use ntop, we would appreciate 3 | a small donation to the project using the follwing URL: 4 | 5 | http://shop.ntop.org/ 6 | 7 | This is necessary because we get no founding at all I have to purchase myself 8 | books, hardware and software for better developing ntop and improving ntop. 9 | 10 | Thanks for supporting ntop! 11 | 12 | Cheers, Luca Deri 13 | 14 | -------------------------------------------------------------------------------- /THANKS: -------------------------------------------------------------------------------- 1 | v1.3 - the list for v2.0ff is included in the file "AUTHORS" 2 | 3 | _ _ _ 4 | | \ | | |_ ___ _ __ 5 | | \| | __/ _ \| '_ \ 6 | | |\ | || (_) | |_) | 7 | |_| \_|\__\___/| .__/ 8 | |_| 9 | 10 | Network Top 11 | 12 | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 13 | 14 | THANKS 15 | ====== 16 | 17 | Here is an unsorted list of people who contributed ideas, bugfixes, hints, 18 | etc: 19 | 20 | o Albert Chin-A-Young 21 | o Andrea Bettarini 22 | o Andreas Pfaller 23 | o Antonello Maiorca 24 | o Borja Marcos 25 | o Brian Bothwell 26 | o Daniel Savard 27 | o Danijel Doriae 28 | o David Masterson 29 | o Diana Eichert 30 | o F. Handel 31 | o Georg Schwarz 32 | o Igor Schein 33 | o Kimmo Suominen 34 | o Paul Chapman 35 | o Peter Marquardt 36 | o Rainer Tammer 37 | o Ralf Amandi 38 | o Robert Greimel 39 | o Roberto De Luca 40 | o Rocco Carbone 41 | o Roger Fujii 42 | o Stefano Suin 43 | o Wayne Roberts 44 | 45 | 46 | -------------------------------------------------- 47 | (C) 2007 - Luca Deri 48 | -------------------------------------------------------------------------------- /autotoolversions: -------------------------------------------------------------------------------- 1 | automake 1.9.2 2 | Autoconf 2.59 3 | libtool 1.5.6 4 | -------------------------------------------------------------------------------- /configureextra/AIX: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo " Setting IBM AIX specific flag values" 4 | 5 | GCCLIB=`gcc -print-libgcc-file-name` 6 | cp -f $GCCLIB . 7 | LDFLAGS="-L. -lgcc ${LDFLAGS}" 8 | CCLD="cc -bI:/lib/pse.exp" 9 | 10 | echo 11 | echo "*******************************************************************" 12 | echo "*" 13 | echo "* WARNING: ntop does not presently offer any support for AIX" 14 | echo "*" 15 | echo "* None of ntop's authors have access to any AIX" 16 | echo "* platform(s) so this is not expected to change" 17 | echo "*" 18 | echo "* These settings are taken from old ntop versions" 19 | echo "* are are here to serve as a basis for providing" 20 | echo "* AIX support if somebody wanted to attempt the" 21 | echo "* work." 22 | echo "*" 23 | echo "*>>> Continuing, but you have been warned" 24 | echo "*" 25 | echo "*******************************************************************" 26 | echo 27 | 28 | -------------------------------------------------------------------------------- /configureextra/DARWIN: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo " Setting Darwin (Mac OS X) specific flag values" 4 | CFLAGS="-no-cpp-precomp $CFLAGS" 5 | 6 | case "${target}" in 7 | *-*-darwin5.5* ) 8 | DYN_FLAGS="-bundle -flat_namespace -undefined suppress $DYN_FLAGS" 9 | ;; 10 | *-*-darwin8* ) 11 | CPPFLAGS="${CPPFLAGS} -DTIGER" 12 | ;; 13 | esac 14 | -------------------------------------------------------------------------------- /configureextra/FREEBSD: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo " Setting FreeBSD specific flag values" 4 | 5 | if test ".${LOCALEDIR}" = "."; then 6 | LOCALEDIR="/usr/share/locale" 7 | fi 8 | 9 | FORCE_RUNTIME_PARM="" 10 | 11 | -------------------------------------------------------------------------------- /configureextra/HPUX: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo " Setting HP-UX specific flag values" 4 | 5 | 6 | . configureextra/functions 7 | 8 | # Test for plugin load function unique to HPUX 9 | test_library dld shl_load 10 | 11 | # Test for thread function unique to HPUX 12 | test_library pthread __pthread_create_system 13 | 14 | test_library posix4 sem_init 15 | if (! test $ce_status); then 16 | test_library rt sem_init 17 | fi 18 | 19 | case "${target}" in 20 | *-*-hpux10* ) 21 | NOTE1="If it works at all, it works Single Threaded only." 22 | if test ".${ac_disable_multithread}" = ".yes"; then 23 | STATUS="UNTESTED" 24 | else 25 | STATUS="WILLFAIL" 26 | fi 27 | ;; 28 | esac 29 | 30 | echo 31 | echo "*******************************************************************" 32 | echo "*" 33 | echo "* WARNING: ntop does not presently offer any support for HP-UX" 34 | echo "*" 35 | echo "* None of ntop's authors have access to any HP-UX" 36 | echo "* platform(s) so this is not expected to change." 37 | echo "*" 38 | echo "* These settings are taken from old ntop versions" 39 | echo "* are are here to serve as a basis for providing" 40 | echo "* HP-UX support if somebody wanted to attempt the" 41 | echo "* work." 42 | echo "*" 43 | echo "*>>> Continuing, but you have been warned" 44 | echo "*" 45 | echo "*******************************************************************" 46 | echo 47 | 48 | HAS_WARNING="yes" 49 | -------------------------------------------------------------------------------- /configureextra/LINUXmandrake: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo " Setting Mandrake specific flag values" 4 | LDFLAGS="${LDFLAGS} -L/usr/X11R6/lib" 5 | CPPFLAGS="${CPPFLAGS} -lz -lm" 6 | 7 | if ! test -f /usr/X11R6/lib/libXpm.so; then 8 | echo 9 | echo "*******************************************************************" 10 | echo "*" 11 | echo "* -lXpm not found, because the libXpm.so file does not" 12 | echo "* exist." 13 | echo "*" 14 | echo "*>>> Continuing, but subsequent make may fail" 15 | echo "*" 16 | echo "*??? 1. As root, create the link:" 17 | echo "*??? ln -s /usr/X11R6/lib/libXpm.so.4 /usr/X11R6/lib/libXpm.so" 18 | echo "*" 19 | echo "*******************************************************************" 20 | echo 21 | HAS_WARNING="yes" 22 | fi 23 | -------------------------------------------------------------------------------- /configureextra/LINUXredhat3: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Note this is a guess, based on email from Marc Mazuhelli [Marc.Mazuhelli@USherbrooke.ca] 4 | 5 | # It turns out that -I/usr/kerberos/include is present in RedHat9, and it's not there on RHAS 3. 6 | # 7 | # I traced it back to configureextra/LINUXredhat9 which contains these lines: 8 | # 9 | # # If we have krb5.h and openssl was compiled with it... 10 | # if test -d /usr/kerberos/include && 11 | # test -f /usr/kerberos/include/krb5.h; then 12 | # CPPFLAGS="-I/usr/kerberos/include/ ${CPPFLAGS}" 13 | # fi 14 | # 15 | # These lines are also necessary for RedHad [sic] Advanced Server 3 but there doesn't seem to 16 | # be a configureextra for RHAS 3... 17 | 18 | echo " Setting RedHat AS/ES3 specific flag values" 19 | 20 | # If we have krb5.h and openssl was compiled with it, we need the -I setting 21 | # since there's no way to easily test the latter and no harm from an extra -I, 22 | # just do it... 23 | if test -d /usr/kerberos/include && 24 | test -f /usr/kerberos/include/krb5.h; then 25 | CPPFLAGS="-I/usr/kerberos/include/ ${CPPFLAGS}" 26 | fi 27 | 28 | -------------------------------------------------------------------------------- /configureextra/LINUXredhat8.0: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo " Setting RedHat 8.0 specific flag values" 4 | 5 | CPPFLAGS="${CPPFLAGS} -DFORPRENPTL" 6 | 7 | -------------------------------------------------------------------------------- /configureextra/LINUXredhat9: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo " Setting RedHat 9 specific flag values" 4 | 5 | # If we have krb5.h and openssl was compiled with it, we need the -I setting 6 | # since there's no way to easily test the latter and no harm from an extra -I, 7 | # just do it... 8 | if test -d /usr/kerberos/include && 9 | test -f /usr/kerberos/include/krb5.h; then 10 | CPPFLAGS="-I/usr/kerberos/include/ ${CPPFLAGS}" 11 | fi 12 | 13 | -------------------------------------------------------------------------------- /configureextra/LINUXsuse: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo " Setting SuSE specific flag values" 4 | LDFLAGS="${LDFLAGS} -L/usr/X11R6/lib -L/usr/lib64" 5 | 6 | if ! test -f /usr/X11R6/lib/libXpm.so -o -f /usr/lib64/libXpm.so; then 7 | echo 8 | echo "*******************************************************************" 9 | echo "*" 10 | echo "* -lXpm not found, because the libXpm.so file does not" 11 | echo "* exist." 12 | echo "*" 13 | echo "*>>> Continuing, but subsequent make may fail" 14 | echo "*" 15 | echo "*??? 1. Install the X development packages:" 16 | echo "*??? yast -i xorg-x11-devel" 17 | echo "*" 18 | echo "*******************************************************************" 19 | echo 20 | HAS_WARNING="yes" 21 | fi 22 | if ! test -f /usr/X11R6/lib/libX11.so -o -f /usr/lib64/libX11.so; then 23 | echo 24 | echo "*******************************************************************" 25 | echo "*" 26 | echo "* -lX11 not found, because the libX11.so file does not" 27 | echo "* exist." 28 | echo "*" 29 | echo "*>>> Continuing, but subsequent make may fail" 30 | echo "*" 31 | echo "*??? 1. Install the X development packages:" 32 | echo "*??? yast -i xorg-x11-devel" 33 | echo "*" 34 | echo "*******************************************************************" 35 | echo 36 | HAS_WARNING="yes" 37 | fi 38 | -------------------------------------------------------------------------------- /configureextra/LINUXwhitebox3.0: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo " Setting Whitebox Linux 3.0 specific flag values" 4 | 5 | # If we have krb5.h and openssl was compiled with it, we need the -I setting 6 | # since there's no way to easily test the latter and no harm from an extra -I, 7 | # just do it... 8 | if test -d /usr/kerberos/include && 9 | test -f /usr/kerberos/include/krb5.h; then 10 | CPPFLAGS="-I/usr/kerberos/include/ ${CPPFLAGS}" 11 | fi 12 | 13 | CPPFLAGS="${CPPFLAGS} -DFORPRENPTL" 14 | 15 | -------------------------------------------------------------------------------- /configureextra/SOLARIS10: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # 4 | # L.Deri - May 2007 5 | # 6 | 7 | echo " Setting Solaris 10 specific flag values" 8 | LDFLAGS="-L/opt/sfw/lib -L/usr/local/lib -R/opt/sfw/lib -R/usr/local/lib ${LDFLAGS}" 9 | LIBS="-lnsl -lsocket ${LIBS}" 10 | CPPFLAGS="${CPPFLAGS} -I/usr/local/include -I/opt/sfw/include" 11 | 12 | . configureextra/functions 13 | 14 | # Test for GNU libiconv (e.g. SunFreeware) 15 | test_library iconv iconv_open 16 | 17 | echo "*************************************************" 18 | echo "" 19 | echo "IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT" 20 | echo "" 21 | echo "Do not use the static (libpcap.a) library but build" 22 | echo "the shared library as follows:" 23 | echo "- cd libpcap-0.X.Y" 24 | echo "- ./configure" 25 | echo "- su" 26 | echo "- make install-shared" 27 | echo "- cd /usr/local/lib" 28 | echo "- ln -s libpcap.so.0.X.Y libpcap.so" 29 | echo "- rm libpcap.a" 30 | echo "" 31 | echo "*************************************************" -------------------------------------------------------------------------------- /configureextra/SOLARIS8: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo " Setting Solaris 8 specific flag values" 4 | LDFLAGS="-L/usr/local/lib" 5 | LIBS="-lnsl -lsocket ${LIBS}" 6 | 7 | . configureextra/functions 8 | 9 | # Test for GNU libiconv (e.g. SunFreeware) 10 | test_library iconv iconv_open 11 | 12 | -------------------------------------------------------------------------------- /configureextra/SOLARIS9: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo " Setting Solaris 9 specific flag values" 4 | LDFLAGS="-L/opt/sfw/lib -L/usr/local/lib -R/opt/sfw/lib -R/usr/local/lib ${LDFLAGS}" 5 | LIBS="-lnsl -lsocket ${LIBS}" 6 | CPPFLAGS="${CPPFLAGS} -I/usr/local/include -I/opt/sfw/include" 7 | 8 | . configureextra/functions 9 | 10 | # Test for GNU libiconv (e.g. SunFreeware) 11 | test_library iconv iconv_open 12 | 13 | -------------------------------------------------------------------------------- /configureextra/openbsd: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo " Setting OpenBSD specific flag values" 4 | SO_VERSION_PATCH=.0.0 5 | 6 | # This is probably not right, but we can't seem to settle on what IS right... 7 | MAKE_SHARED_LIBRARY_PARM="-shared" 8 | 9 | -------------------------------------------------------------------------------- /configureextra/python-config: -------------------------------------------------------------------------------- 1 | #! /usr/bin/python 2 | 3 | import sys 4 | import os 5 | import getopt 6 | from distutils import sysconfig 7 | 8 | valid_opts = ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags', 9 | 'ldflags', 'help'] 10 | 11 | def exit_with_usage(code=1): 12 | print >>sys.stderr, "Usage: %s [%s]" % (sys.argv[0], 13 | '|'.join('--'+opt for opt in valid_opts)) 14 | sys.exit(code) 15 | 16 | try: 17 | opts, args = getopt.getopt(sys.argv[1:], '', valid_opts) 18 | except getopt.error: 19 | exit_with_usage() 20 | 21 | if not opts: 22 | exit_with_usage() 23 | 24 | opt = opts[0][0] 25 | 26 | pyver = sysconfig.get_config_var('VERSION') 27 | getvar = sysconfig.get_config_var 28 | 29 | if opt == '--help': 30 | exit_with_usage(0) 31 | 32 | elif opt == '--prefix': 33 | print sysconfig.PREFIX 34 | 35 | elif opt == '--exec-prefix': 36 | print sysconfig.EXEC_PREFIX 37 | 38 | elif opt in ('--includes', '--cflags'): 39 | flags = ['-I' + sysconfig.get_python_inc(), 40 | '-I' + sysconfig.get_python_inc(plat_specific=True)] 41 | if opt == '--cflags': 42 | flags.extend(getvar('CFLAGS').split()) 43 | print ' '.join(flags) 44 | 45 | elif opt in ('--libs', '--ldflags'): 46 | libs = getvar('LIBS').split() + getvar('SYSLIBS').split() 47 | libs.append('-lpython' + pyver) 48 | # add the prefix/lib/pythonX.Y/config dir, but only if there is no 49 | # shared library in prefix/lib/. 50 | if opt == '--ldflags' and not getvar('Py_ENABLE_SHARED'): 51 | libs.insert(0, '-L' + getvar('LIBPL')) 52 | print ' '.join(libs) 53 | 54 | -------------------------------------------------------------------------------- /configureextra/readme: -------------------------------------------------------------------------------- 1 | These files are used to add OS, distribution and/or release specific 2 | parameters, tests, etc. to ./configure 3 | 4 | Brief instructions 5 | 6 | begin with 7 | 8 | #!/bin/sh 9 | 10 | echo " Setting XXXXXX specific flag values" 11 | 12 | All non error/warning echo's should be indented 8 spaces for neatness... 13 | 14 | Common things to set are 15 | 16 | LDFLAGS="${LDFLAGS} -L/usr/X11R6/lib" 17 | CPPFLAGS="${CPPFLAGS} -lz -lm" 18 | 19 | (note that you should always use those formats so that any other settings are 20 | preserved). The ${} can be first (takes effect first) or last. 21 | 22 | You can also use other shell commands, such as testing if a file exists: 23 | 24 | if ! test -f /usr/X11R6/lib/libXpm.so; then 25 | 26 | You can use case statements on the preset values target and CC to do more detailed 27 | version specific settings (note target is set by config.guess): 28 | 29 | case "${CC}" in 30 | gcc* ) 31 | ...stuff... 32 | ;; 33 | esac 34 | 35 | Finally, if you output a warning, set the flag value: 36 | 37 | HAS_WARNING="yes" 38 | 39 | You can do pretty much anything you can do in configure. 40 | But you can not do all the things you can do in configure.in - you 41 | can NOT use autoconf macros in here. If you really want to, look 42 | at functions - there's a stripped down 'AC_CHECK_HEADER' function 43 | (look at HPUX to see how to invoke it). 44 | 45 | 46 | -------------------------------------------------------------------------------- /docs/DAG: -------------------------------------------------------------------------------- 1 | How to use a DAG card with ntop 2 | ------------------------------- 3 | 4 | Why DAG? 5 | ======== 6 | DAG is a very fast and efficient card used for capturing traffic 7 | at very high speeds. If you have a fast (Gbit and above) network 8 | then this is probably the very best solution you can find on 9 | the market. 10 | 11 | How to use ntop on DAG 12 | ====================== 13 | 1. Get a DAG card from Endace (www.endace.com) 14 | 2. Get the DAG toolkit from Endace and install it (e.g. on /usr/local/dag) 15 | 3. Get lipcap 0.81 or newer from www.tcpdump.org 16 | 4. cd libcap-XXXX 17 | ./configure --with-dag=/usr/local/dag 18 | make 19 | make install [as root] 20 | 5. Get the ntop source (see http://www.ntop.org/download.html) 21 | from CVS 22 | 6. Compile ntop as usual but do make sure that ntop 23 | uses the libpcap you've just compiled. 24 | 25 | Credits 26 | ======= 27 | Many thanks to Endace for having donated a DAG card to 28 | the ntop project for the purpose of integrating it with 29 | ntop. 30 | 31 | 32 | ------------------------- 33 | Luca Deri - December 2003 34 | -------------------------------------------------------------------------------- /docs/FILES: -------------------------------------------------------------------------------- 1 | docs 2 | docs/RMON 3 | docs/database 4 | docs/RMON/README.RMON 5 | docs/database/README 6 | docs/database/README.mySQL 7 | docs/README 8 | docs/README.SSL 9 | docs/README.Suse 10 | docs/TODO 11 | docs/INSTALL 12 | docs/1STRUN.txt 13 | docs/BUG_REPORT 14 | docs/FAQ 15 | docs/HACKING 16 | docs/KNOWN_BUGS 17 | docs/BUILD-NTOP.txt 18 | docs/BUILD-MinGW.txt 19 | docs/RedHat-rpmbuild-HOWTO.txt 20 | -------------------------------------------------------------------------------- /docs/HACKING: -------------------------------------------------------------------------------- 1 | _ _ _ 2 | | \ | | |_ ___ _ __ 3 | | \| | __/ _ \| '_ \ 4 | | |\ | || (_) | |_) | 5 | |_| \_|\__\___/| .__/ 6 | |_| 7 | 8 | Network Top 9 | 10 | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 11 | 12 | HACKING 13 | ======= 14 | 15 | Those who want to be always at the bleeding edge or even want to 16 | hack on the ntop sources can fetch the latest ntop source tree via 17 | rsync from a copy of the master repository. This copy is 18 | updated in regular intervals from the authors original CVS repository 19 | and can be used for easily keeping local modifications in a checked 20 | out tree while the master version is updated over time. 21 | 22 | This is the best way to get fresh ntop code. In fact, ntop source 23 | code is periodically cut to build a snapshot. 24 | 25 | If you want to hack on ntop, it will make you life easier 26 | to have the following packages installed: 27 | 28 | - GNU libtool 1.3.3 (ftp://ftp.gnu.org/pub/gnu/libtool-1.3.3.tar.gz) 29 | - GNU m4 1.4 (ftp://ftp.gnu.org/pub/gnu/m4-1.4.tar.gz) 30 | - GNU automake 1.4 (ftp://ftp.gnu.org/pub/gnu/automake-1.4.tar.gz) 31 | - GNU autoconf 2.13 (ftp://ftp.gnu.org/pub/gnu/autoconf-2.13.tar.gz) 32 | 33 | These should be available by ftp from ftp.gnu.org or any of the 34 | fine GNU mirrors. Beta software can be found at ftp://alpha.gnu.org. 35 | 36 | 37 | This means that you will need the usual GNU tools to build these in 38 | maintainer mode from the development tree. You can basically type 39 | 40 | ./autogen.sh 41 | 42 | [a simple shell script that basically does the following for you: 43 | 44 | libtoolize --copy --force 45 | aclocal 46 | autoheader 47 | automake --add-missing --gnu 48 | autoconf 49 | configure 50 | 51 | ] 52 | 53 | 54 | Have fun! 55 | 56 | --------------------------- 57 | Luca Deri 58 | Rocco Carbone 59 | -------------------------------------------------------------------------------- /docs/README: -------------------------------------------------------------------------------- 1 | 2 | _ _ _ 3 | | \ | | |_ ___ _ __ 4 | | \| | __/ _ \| '_ \ 5 | | |\ | || (_) | |_) | 6 | |_| \_|\__\___/| .__/ 7 | |_| 8 | 9 | Network Top 10 | 11 | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 12 | 13 | README 14 | ====== 15 | 16 | Written by Luca Deri 17 | Portions by Stefano Suin 18 | Centro SERRA, University of Pisa 19 | http://www.ntop.org/ 20 | 21 | 22 | ntop is a tool that shows the network usage, similar to what the 23 | popular top Unix command does. ntop is based on pcapture 24 | (ftp://ftp.ee.lbl.gov/pcapture.tar.Z) and it has been written in 25 | a portable way in order to virtually run on every Unix platform. 26 | 27 | ntop can be used in both interactive or web mode. In the first case, 28 | ntop displays the network status on the user's terminal whereas in 29 | web mode a web browser (e.g. netscape) can attach to ntop (that acts 30 | as a web server) and get a dump of the network status. In the latter 31 | case, ntop can be seen as a simple RMON-like agent with an embedded 32 | web interface. 33 | 34 | ntop uses libpcap, a system-independent interface for user-level 35 | packet capture. Before building ntop, you must first retrieve and 36 | build libpcap, from ftp://ftp.ee.lbl.gov/libpcap.tar.Z 37 | 38 | Once libpcap is built (either install it or make sure it's in 39 | ../libpcap), you can build ntop using the procedure in the INSTALL 40 | file. 41 | 42 | ntop is distributed under the GNU GPL (see the COPYING file). 43 | 44 | Problems, bugs, questions, desirable enhancements, source code 45 | contributions, etc., should be sent to the email address 46 | "ntop@ntop.org". 47 | 48 | - Luca Deri , December 1998. 49 | -------------------------------------------------------------------------------- /docs/README.SSL: -------------------------------------------------------------------------------- 1 | How to create your own SSL certificate 2 | -------------------------------------- 3 | 4 | 1) Get OpenSSL from http://www.openssl.org 5 | 6 | 2) Compile and install OpenSSL 7 | 8 | 3) make ntop-cert.pem 9 | 10 | 4) You certificate is now stored in ntop-cert.pem 11 | 12 | ----- 13 | Luca Deri - December 2001 14 | -------------------------------------------------------------------------------- /docs/RMON/README.RMON: -------------------------------------------------------------------------------- 1 | How to Build the ntop/RMON plugin 2 | --------------------------------- 3 | 4 | 0) Please do NOT use a precompiled UCD package unless 5 | you know what you're doing. 6 | 7 | 1) Fetch UCD-SNMP [See http://net-snmp.sourceforge.net/developer.html] 8 | 9 | 2) Compile the stuff as specified as follows: 10 | [see also http://net-snmp.sourceforge.net/tutorial/toolkit/demon/] 11 | - ./configure --with-mib-modules="agentx" 12 | - make 13 | - make install 14 | 15 | 3) Once you this stuff ready you can build the ntop/RMON 16 | plugins. 17 | 18 | 4) Now start ntop. 19 | 20 | 5) The ntop/RMON plugin listens on port 161 (the default SNMP 21 | port). If you want to test the agent you can use the 'tkMib' 22 | tool that comes with UCD-SNMP 23 | [see http://net-snmp.sourceforge.net/tkmib.jpg]. 24 | 25 | NOTE: If you use tkMib do not forget to do "setenv MIBS ALL" 26 | (csh shells), otherwise you won't see the RMON MIB. 27 | 28 | --------------------------------------- 29 | Luca Deri - August 2000 30 | -------------------------------------------------------------------------------- /docs/database/README: -------------------------------------------------------------------------------- 1 | 2 | NTOP DATABASE SUPPORT 3 | --------------------- 4 | 5 | ntop allows network traffic information to be stored in a MySQL database for further processing. This applies *only* to NetFlow flows. 6 | 7 | Supposing that you compiled ntop with mysql support, you can configure flow DB export via ntop: plugins->netflow plugin -> configure 8 | 9 | 10 | Have fun! 11 | 12 | ---------- 13 | Luca Deri , June 2008. 14 | -------------------------------------------------------------------------------- /docs/ntop-autotools.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/docs/ntop-autotools.pdf -------------------------------------------------------------------------------- /docs/ntop-autotools.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/docs/ntop-autotools.vsd -------------------------------------------------------------------------------- /globals-report.c: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 1998-2012 Luca Deri 3 | * 4 | * http://www.ntop.org/ 5 | * 6 | * This program is free software; you can redistribute it and/or modify 7 | * it under the terms of the GNU General Public License as published by 8 | * the Free Software Foundation; either version 2 of the License, or 9 | * (at your option) any later version. 10 | * 11 | * This program is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | * GNU General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU General Public License 17 | * along with this program; if not, write to the Free Software 18 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 | */ 20 | 21 | #define _GLOBALS_REPORT_C_ 22 | 23 | #include "ntop.h" 24 | #include "globals-report.h" 25 | -------------------------------------------------------------------------------- /html/Risk_high.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/Risk_high.gif -------------------------------------------------------------------------------- /html/Risk_low.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/Risk_low.gif -------------------------------------------------------------------------------- /html/Risk_medium.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/Risk_medium.gif -------------------------------------------------------------------------------- /html/Risk_unknown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/Risk_unknown.gif -------------------------------------------------------------------------------- /html/antenna.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/antenna.gif -------------------------------------------------------------------------------- /html/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/arrow.gif -------------------------------------------------------------------------------- /html/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/arrow_down.png -------------------------------------------------------------------------------- /html/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/arrow_up.png -------------------------------------------------------------------------------- /html/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/back.png -------------------------------------------------------------------------------- /html/bg_line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/bg_line.gif -------------------------------------------------------------------------------- /html/bit_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/bit_off.png -------------------------------------------------------------------------------- /html/bit_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/bit_on.png -------------------------------------------------------------------------------- /html/black.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/black.gif -------------------------------------------------------------------------------- /html/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/blank.gif -------------------------------------------------------------------------------- /html/bottom_corner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/bottom_corner.gif -------------------------------------------------------------------------------- /html/bridge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/bridge.gif -------------------------------------------------------------------------------- /html/brocade.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/brocade.gif -------------------------------------------------------------------------------- /html/bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/bug.png -------------------------------------------------------------------------------- /html/bulb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/bulb.gif -------------------------------------------------------------------------------- /html/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/calendar.gif -------------------------------------------------------------------------------- /html/card.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/card.gif -------------------------------------------------------------------------------- /html/child.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/child.gif -------------------------------------------------------------------------------- /html/clear.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/clear.gif -------------------------------------------------------------------------------- /html/clock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/clock.gif -------------------------------------------------------------------------------- /html/collapsed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/collapsed.gif -------------------------------------------------------------------------------- /html/corner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/corner.gif -------------------------------------------------------------------------------- /html/deleteURL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/deleteURL.gif -------------------------------------------------------------------------------- /html/deleteUser.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/deleteUser.gif -------------------------------------------------------------------------------- /html/disk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/disk.gif -------------------------------------------------------------------------------- /html/dns.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/dns.gif -------------------------------------------------------------------------------- /html/docs/python/crarr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/docs/python/crarr.png -------------------------------------------------------------------------------- /html/docs/python/frames.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | Ntop python.c modules API 7 | 8 | 9 | 10 | 12 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /html/docs/python/index.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | Ntop python.c modules API 7 | 8 | 9 | 10 | 12 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /html/docs/python/redirect.html: -------------------------------------------------------------------------------- 1 | Epydoc Redirect Page 2 | 3 | 4 | 5 | 6 | 7 | 8 | 18 | 19 |

Epydoc Auto-redirect page

20 | 21 |

When javascript is enabled, this page will redirect URLs of 22 | the form redirect.html#dotted.name to the 23 | documentation for the object with the given fully-qualified 24 | dotted name.

25 |

 

26 | 27 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /html/docs/python/toc-fastbit-module.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | fastbit 7 | 8 | 9 | 10 | 11 | 13 |

Module fastbit

14 |
15 |

Functions

16 | query

Variables

18 | __package__

20 | 21 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /html/docs/python/toc.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | Table of Contents 7 | 8 | 9 | 10 | 11 | 13 |

Table of Contents

14 |
15 | Everything 16 |
17 |

Modules

18 | fastbit
host
interface
ntop

23 | 24 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /html/download.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/download.gif -------------------------------------------------------------------------------- /html/edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/edit.gif -------------------------------------------------------------------------------- /html/emulex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/emulex.gif -------------------------------------------------------------------------------- /html/error.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/error.gif -------------------------------------------------------------------------------- /html/expanded.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/expanded.gif -------------------------------------------------------------------------------- /html/external.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/external.png -------------------------------------------------------------------------------- /html/facebook.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/facebook.gif -------------------------------------------------------------------------------- /html/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/favicon.ico -------------------------------------------------------------------------------- /html/fback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/fback.png -------------------------------------------------------------------------------- /html/fforward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/fforward.png -------------------------------------------------------------------------------- /html/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/forward.png -------------------------------------------------------------------------------- /html/gauge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/gauge.jpg -------------------------------------------------------------------------------- /html/gaugeR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/gaugeR.jpg -------------------------------------------------------------------------------- /html/gaugeS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/gaugeS.jpg -------------------------------------------------------------------------------- /html/graph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/graph.gif -------------------------------------------------------------------------------- /html/graph_zoom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/graph_zoom.gif -------------------------------------------------------------------------------- /html/graph_zoomDOWN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/graph_zoomDOWN.gif -------------------------------------------------------------------------------- /html/graph_zoomUP.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/graph_zoomUP.gif -------------------------------------------------------------------------------- /html/gray_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/gray_bg.gif -------------------------------------------------------------------------------- /html/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/help.png -------------------------------------------------------------------------------- /html/icon_python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/icon_python.png -------------------------------------------------------------------------------- /html/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /html/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /html/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /html/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /html/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /html/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /html/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /html/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /html/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /html/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /html/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /html/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /html/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /html/img_inquisitor/as_pointer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/img_inquisitor/as_pointer.gif -------------------------------------------------------------------------------- /html/img_inquisitor/hl_corner_bl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/img_inquisitor/hl_corner_bl.gif -------------------------------------------------------------------------------- /html/img_inquisitor/hl_corner_br.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/img_inquisitor/hl_corner_br.gif -------------------------------------------------------------------------------- /html/img_inquisitor/hl_corner_tl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/img_inquisitor/hl_corner_tl.gif -------------------------------------------------------------------------------- /html/img_inquisitor/hl_corner_tr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/img_inquisitor/hl_corner_tr.gif -------------------------------------------------------------------------------- /html/img_inquisitor/ul_corner_bl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/img_inquisitor/ul_corner_bl.gif -------------------------------------------------------------------------------- /html/img_inquisitor/ul_corner_br.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/img_inquisitor/ul_corner_br.gif -------------------------------------------------------------------------------- /html/img_inquisitor/ul_corner_tl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/img_inquisitor/ul_corner_tl.gif -------------------------------------------------------------------------------- /html/img_inquisitor/ul_corner_tr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/img_inquisitor/ul_corner_tr.gif -------------------------------------------------------------------------------- /html/info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/info.gif -------------------------------------------------------------------------------- /html/initiator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/initiator.gif -------------------------------------------------------------------------------- /html/jscalendar/calendar-load.js: -------------------------------------------------------------------------------- 1 | 2 | // Initialize the calendar 3 | calendar=null; 4 | 5 | // This function displays the calendar associated to the input field 'id' 6 | function showCalendar(id) { 7 | var el = document.getElementById(id); 8 | if (calendar != null) { 9 | // we already have some calendar created 10 | calendar.hide(); // so we hide it first. 11 | } else { 12 | // first-time call, create the calendar. 13 | var cal = new Calendar(true, null, selected, closeHandler); 14 | cal.weekNumbers = false; // Do not display the week number 15 | cal.showsTime = true; // Display the time 16 | cal.time24 = true; // Hours have a 24 hours format 17 | cal.showsOtherMonths = false; // Just the current month is displayed 18 | calendar = cal; // remember it in the global var 19 | cal.setRange(1900, 2070); // min/max year allowed. 20 | cal.create(); 21 | } 22 | 23 | calendar.setDateFormat('%Y-%m-%d %H:%M'); // set the specified date format 24 | calendar.parseDate(el.value); // try to parse the text in field 25 | calendar.sel = el; // inform it what input field we use 26 | 27 | // Display the calendar below the input field 28 | calendar.showAtElement(el, "Br"); // show the calendar 29 | 30 | return false; 31 | } 32 | 33 | // This function update the date in the input field when selected 34 | function selected(cal, date) { 35 | cal.sel.value = date; // just update the date in the input field. 36 | } 37 | 38 | // This function gets called when the end-user clicks on the 'Close' button. 39 | // It just hides the calendar without destroying it. 40 | function closeHandler(cal) { 41 | cal.hide(); // hide the calendar 42 | calendar = null; 43 | } 44 | 45 | -------------------------------------------------------------------------------- /html/line-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/line-bottom.png -------------------------------------------------------------------------------- /html/linkedin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/linkedin.gif -------------------------------------------------------------------------------- /html/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/lock.png -------------------------------------------------------------------------------- /html/mail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/mail.gif -------------------------------------------------------------------------------- /html/major.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/major.gif -------------------------------------------------------------------------------- /html/marchio_unipi_pant541_144.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/marchio_unipi_pant541_144.gif -------------------------------------------------------------------------------- /html/marker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/marker.gif -------------------------------------------------------------------------------- /html/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/marker.png -------------------------------------------------------------------------------- /html/minor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/minor.gif -------------------------------------------------------------------------------- /html/multihomed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/multihomed.png -------------------------------------------------------------------------------- /html/multivlaned.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/multivlaned.gif -------------------------------------------------------------------------------- /html/nboxLogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/nboxLogo.gif -------------------------------------------------------------------------------- /html/ntop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/ntop.gif -------------------------------------------------------------------------------- /html/ntop_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/ntop_logo.png -------------------------------------------------------------------------------- /html/p2p.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/p2p.gif -------------------------------------------------------------------------------- /html/phone.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/phone.gif -------------------------------------------------------------------------------- /html/printer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/printer.gif -------------------------------------------------------------------------------- /html/question.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/question.gif -------------------------------------------------------------------------------- /html/router.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/router.gif -------------------------------------------------------------------------------- /html/seagate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/seagate.gif -------------------------------------------------------------------------------- /html/skype.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/skype.gif -------------------------------------------------------------------------------- /html/skype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/skype.png -------------------------------------------------------------------------------- /html/sorterStyle.css: -------------------------------------------------------------------------------- 1 | .sortable th { text-align:center; height: 30px;} 2 | .sortable th h3 { font-size:12px; padding:8px;} 3 | .sortable td {padding:4px 6px 6px; } 4 | .sortable .head h3 {background-position:right; background-repeat:no-repeat; display:inline; cursor:pointer;} 5 | .sortable .desc, .sortable .asc {background-color:#d3e0f3;} 6 | .sortable .desc h3{padding:8px 20px 8px 8px; background: url(/arrow_up.png) 100% center no-repeat; display:inline; cursor:pointer;} 7 | .sortable .asc h3{padding:8px 20px 8px 8px; background:url(/arrow_down.png) 100% center no-repeat; display:inline; cursor:pointer;} 8 | .sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff} 9 | .sortable .evenrow td {background:#fff} 10 | .sortable .oddrow td {background:#ecf2f6} 11 | .sortable td.evenselected {background:#ecf2f6} 12 | .sortable td.oddselected {background:#dce6ee} -------------------------------------------------------------------------------- /html/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/spacer.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ad.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ae.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ae.gif -------------------------------------------------------------------------------- /html/statsicons/flags/af.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/af.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ag.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ai.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ai.gif -------------------------------------------------------------------------------- /html/statsicons/flags/al.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/al.gif -------------------------------------------------------------------------------- /html/statsicons/flags/am.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/am.gif -------------------------------------------------------------------------------- /html/statsicons/flags/an.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/an.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ao.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ao.gif -------------------------------------------------------------------------------- /html/statsicons/flags/aq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/aq.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ar.gif -------------------------------------------------------------------------------- /html/statsicons/flags/as.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/as.gif -------------------------------------------------------------------------------- /html/statsicons/flags/at.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/at.gif -------------------------------------------------------------------------------- /html/statsicons/flags/au.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/au.gif -------------------------------------------------------------------------------- /html/statsicons/flags/aw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/aw.gif -------------------------------------------------------------------------------- /html/statsicons/flags/az.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/az.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ba.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ba.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bb.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bd.gif -------------------------------------------------------------------------------- /html/statsicons/flags/be.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/be.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bf.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bg.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bh.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bi.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bj.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bm.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bn.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bo.gif -------------------------------------------------------------------------------- /html/statsicons/flags/br.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/br.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bs.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bt.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bv.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bw.gif -------------------------------------------------------------------------------- /html/statsicons/flags/by.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/by.gif -------------------------------------------------------------------------------- /html/statsicons/flags/bz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/bz.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ca.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ca.gif -------------------------------------------------------------------------------- /html/statsicons/flags/cc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/cc.gif -------------------------------------------------------------------------------- /html/statsicons/flags/cd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/cd.gif -------------------------------------------------------------------------------- /html/statsicons/flags/cf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/cf.gif -------------------------------------------------------------------------------- /html/statsicons/flags/cg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/cg.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ch.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ci.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ci.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ck.gif -------------------------------------------------------------------------------- /html/statsicons/flags/cl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/cl.gif -------------------------------------------------------------------------------- /html/statsicons/flags/cm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/cm.gif -------------------------------------------------------------------------------- /html/statsicons/flags/cn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/cn.gif -------------------------------------------------------------------------------- /html/statsicons/flags/co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/co.gif -------------------------------------------------------------------------------- /html/statsicons/flags/com.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/com.gif -------------------------------------------------------------------------------- /html/statsicons/flags/cr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/cr.gif -------------------------------------------------------------------------------- /html/statsicons/flags/cu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/cu.gif -------------------------------------------------------------------------------- /html/statsicons/flags/cv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/cv.gif -------------------------------------------------------------------------------- /html/statsicons/flags/cx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/cx.gif -------------------------------------------------------------------------------- /html/statsicons/flags/cy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/cy.gif -------------------------------------------------------------------------------- /html/statsicons/flags/cz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/cz.gif -------------------------------------------------------------------------------- /html/statsicons/flags/de.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/de.gif -------------------------------------------------------------------------------- /html/statsicons/flags/dj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/dj.gif -------------------------------------------------------------------------------- /html/statsicons/flags/dk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/dk.gif -------------------------------------------------------------------------------- /html/statsicons/flags/dm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/dm.gif -------------------------------------------------------------------------------- /html/statsicons/flags/do.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/do.gif -------------------------------------------------------------------------------- /html/statsicons/flags/dz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/dz.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ec.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ec.gif -------------------------------------------------------------------------------- /html/statsicons/flags/edu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/edu.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ee.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ee.gif -------------------------------------------------------------------------------- /html/statsicons/flags/eg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/eg.gif -------------------------------------------------------------------------------- /html/statsicons/flags/eh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/eh.gif -------------------------------------------------------------------------------- /html/statsicons/flags/es.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/es.gif -------------------------------------------------------------------------------- /html/statsicons/flags/et.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/et.gif -------------------------------------------------------------------------------- /html/statsicons/flags/eu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/eu.gif -------------------------------------------------------------------------------- /html/statsicons/flags/fi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/fi.gif -------------------------------------------------------------------------------- /html/statsicons/flags/fj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/fj.gif -------------------------------------------------------------------------------- /html/statsicons/flags/fk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/fk.gif -------------------------------------------------------------------------------- /html/statsicons/flags/fm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/fm.gif -------------------------------------------------------------------------------- /html/statsicons/flags/fo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/fo.gif -------------------------------------------------------------------------------- /html/statsicons/flags/fr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/fr.gif -------------------------------------------------------------------------------- /html/statsicons/flags/fx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/fx.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ga.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ga.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gb.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gd.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ge.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gf.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gh.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gi.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gl.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gm.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gn.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gov.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gov.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gp.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gq.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gr.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gt.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gu.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gw.gif -------------------------------------------------------------------------------- /html/statsicons/flags/gy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/gy.gif -------------------------------------------------------------------------------- /html/statsicons/flags/hk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/hk.gif -------------------------------------------------------------------------------- /html/statsicons/flags/hm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/hm.gif -------------------------------------------------------------------------------- /html/statsicons/flags/hn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/hn.gif -------------------------------------------------------------------------------- /html/statsicons/flags/hr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/hr.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ht.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ht.gif -------------------------------------------------------------------------------- /html/statsicons/flags/hu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/hu.gif -------------------------------------------------------------------------------- /html/statsicons/flags/id.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/id.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ie.gif -------------------------------------------------------------------------------- /html/statsicons/flags/il.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/il.gif -------------------------------------------------------------------------------- /html/statsicons/flags/in.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/in.gif -------------------------------------------------------------------------------- /html/statsicons/flags/int.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/int.gif -------------------------------------------------------------------------------- /html/statsicons/flags/io.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/io.gif -------------------------------------------------------------------------------- /html/statsicons/flags/iq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/iq.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ir.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ir.gif -------------------------------------------------------------------------------- /html/statsicons/flags/is.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/is.gif -------------------------------------------------------------------------------- /html/statsicons/flags/it.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/it.gif -------------------------------------------------------------------------------- /html/statsicons/flags/jm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/jm.gif -------------------------------------------------------------------------------- /html/statsicons/flags/jo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/jo.gif -------------------------------------------------------------------------------- /html/statsicons/flags/jp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/jp.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ke.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ke.gif -------------------------------------------------------------------------------- /html/statsicons/flags/kg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/kg.gif -------------------------------------------------------------------------------- /html/statsicons/flags/kh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/kh.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ki.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ki.gif -------------------------------------------------------------------------------- /html/statsicons/flags/km.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/km.gif -------------------------------------------------------------------------------- /html/statsicons/flags/kn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/kn.gif -------------------------------------------------------------------------------- /html/statsicons/flags/kp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/kp.gif -------------------------------------------------------------------------------- /html/statsicons/flags/kr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/kr.gif -------------------------------------------------------------------------------- /html/statsicons/flags/kw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/kw.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ky.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ky.gif -------------------------------------------------------------------------------- /html/statsicons/flags/kz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/kz.gif -------------------------------------------------------------------------------- /html/statsicons/flags/la.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/la.gif -------------------------------------------------------------------------------- /html/statsicons/flags/lb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/lb.gif -------------------------------------------------------------------------------- /html/statsicons/flags/lc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/lc.gif -------------------------------------------------------------------------------- /html/statsicons/flags/li.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/li.gif -------------------------------------------------------------------------------- /html/statsicons/flags/lk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/lk.gif -------------------------------------------------------------------------------- /html/statsicons/flags/local.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/local.gif -------------------------------------------------------------------------------- /html/statsicons/flags/localhost.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/localhost.gif -------------------------------------------------------------------------------- /html/statsicons/flags/lr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/lr.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ls.gif -------------------------------------------------------------------------------- /html/statsicons/flags/lt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/lt.gif -------------------------------------------------------------------------------- /html/statsicons/flags/lu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/lu.gif -------------------------------------------------------------------------------- /html/statsicons/flags/lv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/lv.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ly.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ly.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ma.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ma.gif -------------------------------------------------------------------------------- /html/statsicons/flags/mc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/mc.gif -------------------------------------------------------------------------------- /html/statsicons/flags/md.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/md.gif -------------------------------------------------------------------------------- /html/statsicons/flags/mil.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/mil.gif -------------------------------------------------------------------------------- /html/statsicons/flags/mk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/mk.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ml.gif -------------------------------------------------------------------------------- /html/statsicons/flags/mn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/mn.gif -------------------------------------------------------------------------------- /html/statsicons/flags/mo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/mo.gif -------------------------------------------------------------------------------- /html/statsicons/flags/mq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/mq.gif -------------------------------------------------------------------------------- /html/statsicons/flags/mr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/mr.gif -------------------------------------------------------------------------------- /html/statsicons/flags/mt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/mt.gif -------------------------------------------------------------------------------- /html/statsicons/flags/mu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/mu.gif -------------------------------------------------------------------------------- /html/statsicons/flags/mx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/mx.gif -------------------------------------------------------------------------------- /html/statsicons/flags/my.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/my.gif -------------------------------------------------------------------------------- /html/statsicons/flags/mz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/mz.gif -------------------------------------------------------------------------------- /html/statsicons/flags/na.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/na.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ne.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ne.gif -------------------------------------------------------------------------------- /html/statsicons/flags/net.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/net.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ng.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ng.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ni.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ni.gif -------------------------------------------------------------------------------- /html/statsicons/flags/nl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/nl.gif -------------------------------------------------------------------------------- /html/statsicons/flags/no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/no.gif -------------------------------------------------------------------------------- /html/statsicons/flags/np.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/np.gif -------------------------------------------------------------------------------- /html/statsicons/flags/nu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/nu.gif -------------------------------------------------------------------------------- /html/statsicons/flags/nz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/nz.gif -------------------------------------------------------------------------------- /html/statsicons/flags/om.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/om.gif -------------------------------------------------------------------------------- /html/statsicons/flags/org.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/org.gif -------------------------------------------------------------------------------- /html/statsicons/flags/pa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/pa.gif -------------------------------------------------------------------------------- /html/statsicons/flags/pe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/pe.gif -------------------------------------------------------------------------------- /html/statsicons/flags/pf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/pf.gif -------------------------------------------------------------------------------- /html/statsicons/flags/pg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/pg.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ph.gif -------------------------------------------------------------------------------- /html/statsicons/flags/pk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/pk.gif -------------------------------------------------------------------------------- /html/statsicons/flags/pl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/pl.gif -------------------------------------------------------------------------------- /html/statsicons/flags/pr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/pr.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ps.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ps.gif -------------------------------------------------------------------------------- /html/statsicons/flags/pt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/pt.gif -------------------------------------------------------------------------------- /html/statsicons/flags/py.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/py.gif -------------------------------------------------------------------------------- /html/statsicons/flags/qa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/qa.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ro.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ru.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ru.gif -------------------------------------------------------------------------------- /html/statsicons/flags/rw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/rw.gif -------------------------------------------------------------------------------- /html/statsicons/flags/sa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/sa.gif -------------------------------------------------------------------------------- /html/statsicons/flags/sb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/sb.gif -------------------------------------------------------------------------------- /html/statsicons/flags/sd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/sd.gif -------------------------------------------------------------------------------- /html/statsicons/flags/se.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/se.gif -------------------------------------------------------------------------------- /html/statsicons/flags/sg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/sg.gif -------------------------------------------------------------------------------- /html/statsicons/flags/si.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/si.gif -------------------------------------------------------------------------------- /html/statsicons/flags/sk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/sk.gif -------------------------------------------------------------------------------- /html/statsicons/flags/sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/sm.gif -------------------------------------------------------------------------------- /html/statsicons/flags/sn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/sn.gif -------------------------------------------------------------------------------- /html/statsicons/flags/su.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/su.gif -------------------------------------------------------------------------------- /html/statsicons/flags/sv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/sv.gif -------------------------------------------------------------------------------- /html/statsicons/flags/sy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/sy.gif -------------------------------------------------------------------------------- /html/statsicons/flags/sz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/sz.gif -------------------------------------------------------------------------------- /html/statsicons/flags/tc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/tc.gif -------------------------------------------------------------------------------- /html/statsicons/flags/td.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/td.gif -------------------------------------------------------------------------------- /html/statsicons/flags/tf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/tf.gif -------------------------------------------------------------------------------- /html/statsicons/flags/tg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/tg.gif -------------------------------------------------------------------------------- /html/statsicons/flags/th.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/th.gif -------------------------------------------------------------------------------- /html/statsicons/flags/tj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/tj.gif -------------------------------------------------------------------------------- /html/statsicons/flags/tk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/tk.gif -------------------------------------------------------------------------------- /html/statsicons/flags/tm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/tm.gif -------------------------------------------------------------------------------- /html/statsicons/flags/tn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/tn.gif -------------------------------------------------------------------------------- /html/statsicons/flags/to.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/to.gif -------------------------------------------------------------------------------- /html/statsicons/flags/tr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/tr.gif -------------------------------------------------------------------------------- /html/statsicons/flags/tt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/tt.gif -------------------------------------------------------------------------------- /html/statsicons/flags/tw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/tw.gif -------------------------------------------------------------------------------- /html/statsicons/flags/tz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/tz.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ua.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ua.gif -------------------------------------------------------------------------------- /html/statsicons/flags/uk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/uk.gif -------------------------------------------------------------------------------- /html/statsicons/flags/us.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/us.gif -------------------------------------------------------------------------------- /html/statsicons/flags/uy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/uy.gif -------------------------------------------------------------------------------- /html/statsicons/flags/uz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/uz.gif -------------------------------------------------------------------------------- /html/statsicons/flags/va.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/va.gif -------------------------------------------------------------------------------- /html/statsicons/flags/vc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/vc.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ve.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ve.gif -------------------------------------------------------------------------------- /html/statsicons/flags/vg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/vg.gif -------------------------------------------------------------------------------- /html/statsicons/flags/vi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/vi.gif -------------------------------------------------------------------------------- /html/statsicons/flags/vn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/vn.gif -------------------------------------------------------------------------------- /html/statsicons/flags/wf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/wf.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ws.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ws.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ye.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ye.gif -------------------------------------------------------------------------------- /html/statsicons/flags/yu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/yu.gif -------------------------------------------------------------------------------- /html/statsicons/flags/za.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/za.gif -------------------------------------------------------------------------------- /html/statsicons/flags/ze.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/ze.gif -------------------------------------------------------------------------------- /html/statsicons/flags/zm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/zm.gif -------------------------------------------------------------------------------- /html/statsicons/flags/zw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/flags/zw.gif -------------------------------------------------------------------------------- /html/statsicons/os/aix.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/os/aix.gif -------------------------------------------------------------------------------- /html/statsicons/os/amiga.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/os/amiga.gif -------------------------------------------------------------------------------- /html/statsicons/os/be.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/os/be.gif -------------------------------------------------------------------------------- /html/statsicons/os/bsd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/os/bsd.gif -------------------------------------------------------------------------------- /html/statsicons/os/cisco.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/os/cisco.gif -------------------------------------------------------------------------------- /html/statsicons/os/hp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/os/hp.gif -------------------------------------------------------------------------------- /html/statsicons/os/irix.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/os/irix.gif -------------------------------------------------------------------------------- /html/statsicons/os/linux.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/os/linux.gif -------------------------------------------------------------------------------- /html/statsicons/os/mac.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/os/mac.jpg -------------------------------------------------------------------------------- /html/statsicons/os/novell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/os/novell.gif -------------------------------------------------------------------------------- /html/statsicons/os/os2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/os/os2.gif -------------------------------------------------------------------------------- /html/statsicons/os/sun.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/os/sun.gif -------------------------------------------------------------------------------- /html/statsicons/os/windows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/statsicons/os/windows.gif -------------------------------------------------------------------------------- /html/switch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/switch.gif -------------------------------------------------------------------------------- /html/theme.js: -------------------------------------------------------------------------------- 1 | 2 | // directory of where all the images are 3 | var cmThemeOfficeBase = '/'; 4 | 5 | var cmThemeOffice = 6 | { 7 | // main menu display attributes 8 | // 9 | // Note. When the menu bar is horizontal, 10 | // mainFolderLeft and mainFolderRight are 11 | // put in . When the menu 12 | // bar is vertical, they would be put in 13 | // a separate TD cell. 14 | 15 | // HTML code to the left of the folder item 16 | mainFolderLeft: ' ', 17 | // HTML code to the right of the folder item 18 | mainFolderRight: ' ', 19 | // HTML code to the left of the regular item 20 | mainItemLeft: ' ', 21 | // HTML code to the right of the regular item 22 | mainItemRight: ' ', 23 | 24 | // sub menu display attributes 25 | 26 | // 0, HTML code to the left of the folder item 27 | folderLeft: '', 28 | // 1, HTML code to the right of the folder item 29 | folderRight: '', 30 | // 2, HTML code to the left of the regular item 31 | itemLeft: '', 32 | // 3, HTML code to the right of the regular item 33 | itemRight: '', 34 | // 4, cell spacing for main menu 35 | mainSpacing: 0, 36 | // 5, cell spacing for sub menus 37 | subSpacing: 0, 38 | // 6, auto dispear time for submenus in milli-seconds 39 | delay: 500 40 | }; 41 | 42 | // for horizontal menu split 43 | var cmThemeOfficeHSplit = [null, '
']; 44 | var cmThemeOfficeMainHSplit = [null, '
']; 45 | var cmThemeOfficeMainVSplit = [null, '|']; 46 | -------------------------------------------------------------------------------- /html/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/twitter.png -------------------------------------------------------------------------------- /html/upload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/upload.gif -------------------------------------------------------------------------------- /html/url.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/url.gif -------------------------------------------------------------------------------- /html/user.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/user.gif -------------------------------------------------------------------------------- /html/users.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/users.gif -------------------------------------------------------------------------------- /html/vgauge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/vgauge.jpg -------------------------------------------------------------------------------- /html/warning.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/warning.gif -------------------------------------------------------------------------------- /html/web.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/web.gif -------------------------------------------------------------------------------- /html/wheel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/wheel.gif -------------------------------------------------------------------------------- /html/white_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/white_bg.gif -------------------------------------------------------------------------------- /html/youtube.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/html/youtube.gif -------------------------------------------------------------------------------- /installer/MacOSX/ReadMe.txt: -------------------------------------------------------------------------------- 1 | Welcome to ntop! 2 | 3 | (C) 1998-2005 by Luca Deri 4 | 5 | http://www.ntop.org/ 6 | 7 | ntop is a network probe that shows the network usage, similar to what the popular top Unix command does. ntop is based on pcap and it has been written in a portable way in order to virtually run on every Unix platform. 8 | 9 | 1. This package will be installed under /usr/local/ntop-3.2 10 | 2. In order to start ntop please type (as root) 11 | /usr/local/ntop-3.2/bin/ntop -u -i 12 | 13 | If you like ntop, please support its development by making a donation to the project (see http://shop.ntop.org/ for further details). 14 | 15 | Problems, bugs, questions, desirable enhancements, source code contributions, etc., should be sent to the ntop mailing lists. 16 | 17 | ntop is distributed under the GNU GPL license. 18 | -------------------------------------------------------------------------------- /installer/MacOSX/ntop.package.pmproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/installer/MacOSX/ntop.package.pmproj -------------------------------------------------------------------------------- /leaks.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | 4 | #ifndef _LEAKS_H_ 5 | #define _LEAKS_H_ 6 | 7 | extern void initLeaks(void); 8 | extern void termLeaks(void); 9 | 10 | extern void* myMalloc(size_t, int, char*); 11 | extern void* myCalloc(size_t, size_t, int, char*); 12 | extern void* myRealloc(void*, size_t, int, char*); 13 | extern void myFree(void*, int, char*); 14 | extern char* myStrdup(char*, int, char*); 15 | extern void myRemoveXMPLeak(void*, int, char*); 16 | extern void myAddXMPLeak(void*, int, char*); 17 | 18 | extern unsigned int PrintMemoryBlocks(void); 19 | extern void ResetLeaks(void); 20 | 21 | #endif 22 | 23 | 24 | -------------------------------------------------------------------------------- /misc/configure.in.lua: -------------------------------------------------------------------------------- 1 | dnl> 2 | dnl> Lua - http://www.lua.org 3 | dnl> 4 | LUA_VERSION=lua-5.1.4 5 | if test -f "$LUA_VERSION.tar.gz"; then 6 | echo "Lua already present on this machine" 7 | else 8 | wget http://www.lua.org/ftp/$LUA_VERSION.tar.gz 9 | fi 10 | 11 | tar xvfz $LUA_VERSION.tar.gz 12 | cat $LUA_VERSION/src/Makefile | sed -e s,'MYCFLAGS=-DLUA_USE_POSIX',' MYCFLAGS="-fPIC -DLUA_USE_POSIX"',g > /tmp/lua.temp 13 | cat /tmp/lua.temp > $LUA_VERSION/src/Makefile 14 | #rm -f /tmp/lua.temp 15 | cd $LUA_VERSION; make posix; cd .. 16 | 17 | LUA_LIB_DIR=$PWD/$LUA_VERSION"/src" 18 | LIBS="-L${LUA_LIB_DIR} -llua ${LIBS} " 19 | INCS="${INCS} -I${LUA_LIB_DIR}" 20 | AC_DEFINE_UNQUOTED(HAVE_LUA, 1, [LUA is supported]) 21 | 22 | -------------------------------------------------------------------------------- /misc/configure.in.perl: -------------------------------------------------------------------------------- 1 | dnl> 2 | dnl> Perl check 3 | dnl> 4 | AC_CHECK_TOOL(PERL, perl) 5 | if test "x$ac_cv_prog_ac_ct_PERL" = "xperl"; then 6 | 7 | AC_MSG_CHECKING(whether perl development environment is present) 8 | ac_save_CFLAGS="$CFLAGS" 9 | ac_save_LIBS="$LIBS" 10 | CFLAGS="$CFLAGS `perl -MExtUtils::Embed -e ccopts`" 11 | LIBS="$LIBS `perl -MExtUtils::Embed -e ldopts`" 12 | AC_TRY_RUN([ 13 | #include 14 | #include 15 | 16 | int main () 17 | { 18 | if (perl_alloc() != NULL) 19 | return 0; /* success */ 20 | else 21 | return 1; /* failure */ 22 | } 23 | ], ac_cv_perl_dev_installed=yes, ac_cv_perl_dev_installed=no, 24 | [echo $ac_n "cross compiling; assumed OK... $ac_c" 25 | ac_cv_perl_dev_installed=yes]) 26 | CFLAGS="$ac_save_CFLAGS" 27 | LIBS="$ac_save_LIBS" 28 | if test "$ac_cv_perl_dev_installed" = yes ; then 29 | AC_MSG_RESULT(yes) 30 | PERL_LIB=`perl -MExtUtils::Embed -e ldopts` 31 | PERL_INC=`perl -MExtUtils::Embed -e ccopts` 32 | AC_DEFINE_UNQUOTED(HAVE_PERL, 1, [PERL is supported]) 33 | else 34 | AC_MSG_RESULT(no) 35 | echo "Please install the perl module ExtUtils::Embed in order to enable perl support in ntop" 36 | fi 37 | 38 | else 39 | AC_MSG_WARN("Perl is missing, ntop won't be compiled with perl support") 40 | fi 41 | 42 | 43 | dnl> 44 | AC_SUBST(PERL_LIB) 45 | AC_SUBST(PERL_INC) 46 | -------------------------------------------------------------------------------- /misc/lua/test.lua: -------------------------------------------------------------------------------- 1 | 2 | 3 | ntop.send_http_header(1, 'Known ntop hosts(' .. ntop.getQueryString() .. ')') 4 | ntop.sendString("Hello world, from ".. _VERSION .. "

") 5 | ntop.getFirstHost(0); 6 | 7 | -- Example: how to set IP address 8 | -- host.ipAddress("1.2.3.4") 9 | 10 | ntop.sendString("

    \n"); 11 | while ntop.getNextHost(0) do 12 | if(host.ipAddress() == "") then 13 | ntop.sendString("
  1. " .. string.gsub(host.ethAddress(), ':', '_')) 14 | else 15 | ntop.sendString("
  2. " .. host.ipAddress()); 16 | end 17 | 18 | ntop.sendString(" [sent=".. host.pktSent() .. " / rcvd=" .. host.pktRcvd().. "]
  3. \n") 19 | end 20 | ntop.sendString("
\n"); 21 | 22 | ntop.send_html_footer() -------------------------------------------------------------------------------- /misc/perl/ntop.i: -------------------------------------------------------------------------------- 1 | // File : ntop.i 2 | // Command: swig -perl5 ntop.i 3 | 4 | %module ntop 5 | %{ 6 | #include "ntop.h" 7 | %} 8 | 9 | // #include "ntop_perl.h" 10 | void ntop_perl_sendString(char *str); 11 | void ntop_perl_send_http_header(int mime_type, char *title); 12 | void ntop_perl_send_html_footer(); 13 | void ntop_perl_loadHost(); 14 | void ntop_perl_getFirstHost(int actualDeviceId); 15 | void ntop_perl_getNextHost(int actualDeviceId); 16 | void ntop_perl_sendFile(char* fileName, int doNotUnlink); 17 | HostTraffic* ntop_perl_findHostByNumIP(HostAddr hostIpAddress, short vlanId, int actualDeviceId); 18 | HostTraffic* ntop_perl_findHostBySerial(HostSerial serial, int actualDeviceId); 19 | HostTraffic* ntop_perl_findHostByMAC(char* macAddr, short vlanId, int actualDeviceId); 20 | -------------------------------------------------------------------------------- /misc/perl/ntop_perl.h: -------------------------------------------------------------------------------- 1 | extern void ntop_perl_sendString(char *str); 2 | extern void ntop_perl_send_http_header(int mime_type, char *title); 3 | extern void ntop_perl_send_html_footer(); 4 | extern void ntop_perl_loadHost(); 5 | extern void ntop_perl_loadHosts(); 6 | extern void ntop_perl_getFirstHost(int actualDeviceId); 7 | extern void ntop_perl_getNextHost(int actualDeviceId); 8 | extern HostTraffic* ntop_perl_findHostByNumIP(HostAddr hostIpAddress, short vlanId, int actualDeviceId); 9 | extern HostTraffic* ntop_perl_findHostBySerial(HostSerial serial, int actualDeviceId); 10 | extern HostTraffic* ntop_perl_findHostByMAC(char* macAddr, short vlanId, int actualDeviceId); 11 | extern void ntop_perl_sendFile(char* fileName, int doNotUnlink); 12 | -------------------------------------------------------------------------------- /misc/perl/report.pl: -------------------------------------------------------------------------------- 1 | # 2 | # The First Basic Report 3 | # Cosimo Streppone 4 | # 2006-03-14 5 | # 6 | # $Id: basic.pl 16 2006-03-27 16:51:09Z cosimo $ 7 | 8 | #use strict; 9 | #use warnings; 10 | use PDF::ReportWriter; 11 | 12 | my $rw = PDF::ReportWriter->new(); 13 | my @data = (); 14 | 15 | 16 | getFirstHost(0); 17 | loadHost(); 18 | while(($host{'ethAddress'} ne "") || ($host{'ipAddress'} ne "")) { 19 | push(@data, [ $host{'ethAddress'}, $host{'ipAddress'}, $host{'hostResolvedName'}, $host{'bytesSent'}, $host{'bytesRcvd'} ]); 20 | getNextHost(0); 21 | loadHost(); 22 | } 23 | 24 | $rw->render_report('./perl/report/basic.xml', \@data); 25 | 26 | # Produces `./basic.pdf', check xml to understand how 27 | 28 | # 13 = PDF 29 | send_http_header(13, ""); 30 | $rw->save(); 31 | 32 | sendFile("/tmp/basic.pdf", 0); 33 | 34 | -------------------------------------------------------------------------------- /misc/perl/test.pl: -------------------------------------------------------------------------------- 1 | # 2 | # (C) 2008 - Luca Deri 3 | # 4 | 5 | #use strict; 6 | #use warnings; 7 | 8 | send_http_header(1, "Known ntop hosts ".$ENV{'QUERY_STRING_UNESCAPED'}); 9 | 10 | # --------------------------------------------- 11 | 12 | print "################################################\n"; 13 | 14 | getFirstHost(0); 15 | loadHost(); 16 | while(($host{'ethAddress'} ne "") || ($host{'ipAddress'} ne "")) { 17 | print "+ [ipAddress=",$host{'ipAddress'},"][macAddress=",$host{'macAddress'},"][pktSent/pktRcvd=",$host{'pktSent'},"/",$host{'pktRcvd'},"]\n"; 18 | getNextHost(0); 19 | loadHost(); 20 | } 21 | 22 | #for my $k1 ( sort keys %hosts ) { 23 | # print "k1: $k1\n"; 24 | # for my $k2 ( keys %{$k1} ) { 25 | # print "k2: $k2 $hosts{ $k1 }{ $k2 }\n"; 26 | # } 27 | #} 28 | 29 | #foreach $key (sort(keys %hosts{'a'})) { 30 | # print $key,"\n"; 31 | #} 32 | 33 | #exit 34 | # --------------------------------------------- 35 | 36 | getFirstHost(0); 37 | loadHost(); 38 | 39 | sendString("
\n"); 40 | sendString("\n"); 41 | sendString("\n"); 42 | 43 | 44 | while(($host{'ethAddress'} ne "") || ($host{'ipAddress'} ne "")) { 45 | my $mac_addr; 46 | 47 | if($host{'ethAddress'} ne "") { 48 | my $mac = $host{'ethAddress'}; 49 | $mac =~ tr/:/_/; 50 | $mac_addr = "".$host{'ethAddress'}.""; 51 | } else { 52 | $mac_addr = ""; 53 | } 54 | 55 | sendString("\n"); 61 | getNextHost(0); 62 | loadHost(); 63 | } 64 | 65 | sendString("
MACIPPacketsBytes
".$mac_addr 56 | ." ".$host{'ipAddress'}."" 57 | ." ".$host{'hostResolvedName'} 58 | ."  ".$host{'pktSent'}." / ".$host{'pktRcvd'}."" 59 | ."  ".$host{'bytesSent'}." / ".$host{'bytesRcvd'}."" 60 | ." 
\n"); 66 | sendString("
\n"); 67 | send_html_footer(); 68 | 69 | ######## 70 | 71 | -------------------------------------------------------------------------------- /ntop_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/ntop_win32.h -------------------------------------------------------------------------------- /packages/Fedora/README: -------------------------------------------------------------------------------- 1 | The ntop spec file has been written by Bernard Johnson 2 | and it can be found at: 3 | http://www.symetrix.com/~bj/projects/Fedora-Extras/ntop.spec 4 | -------------------------------------------------------------------------------- /packages/FreeBSD-ports/README: -------------------------------------------------------------------------------- 1 | This directory contains the files for the FreeBSD ntop ports. 2 | Normally the entire contents would be a .tgz, e.g: 3 | 4 | tar cfvz ntop-3.0pre2.tgz net/ntop/ 5 | 6 | These are the 3.0pre2 files - they are pretty close to the 3.0 version, except: 7 | 8 | 1. (obviously) not the final source (net/ntop/distinfo will need update) 9 | 2. The patch in packages/FreeBSD-ports/net/ntop/files/patch-configure-in and 10 | packages/FreeBSD-ports/net/ntop/files/patch-configure which allows libtool 1.3.5 11 | in addition to 1.3.4, is in the ntop cvs post 3.0pre2 and will need to be removed. 12 | 3. Really ought to figure out the patch in net/ntop/files/patch-ntop-h and get it into 13 | the baseline. 14 | 15 | -------------------------------------------------------------------------------- /packages/FreeBSD-ports/net/ntop/distinfo: -------------------------------------------------------------------------------- 1 | MD5 (ntop-2.1.92.tgz) = 56b9f212d158ffbe295393c88f3868f5 2 | MD5 (ntop-3.0pre2.tgz) = 2c5d815963afb1e32510818f96d20028 3 | -------------------------------------------------------------------------------- /packages/FreeBSD-ports/net/ntop/files/ntop.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | #---------------------------------------------------------------------- 4 | # The following variables may be changed 5 | # Most stuff should be changed in ntop.conf 6 | # 7 | 8 | # Network interface(s) to be monitored; 9 | # may be blank, or comma-separated list 10 | interfaces='' 11 | 12 | # Specify any additional arguments here - see ntop(8) 13 | additional_args='' 14 | 15 | # 16 | # End of user-configurable variables 17 | #---------------------------------------------------------------------- 18 | 19 | args='-d -L' 20 | 21 | [ ! -z $interfaces ] && args="$args -i $interfaces" 22 | [ ! -z "$additional_args" ] && args="$args $additional_args" 23 | 24 | case "$1" in 25 | start) 26 | [ -x %%PREFIX%%/bin/ntop ] && %%PREFIX%%/bin/ntop @%%PREFIX%%/etc/ntop/ntop.conf $args >/dev/null 2>&1 \ 27 | && echo -n ' ntop' 28 | ;; 29 | stop) 30 | killall ntop >/dev/null 2>&1 && echo -n ' ntop' 31 | ;; 32 | *) 33 | echo "Usage: `basename $0` {start|stop}" >&2 34 | exit 64 35 | ;; 36 | esac 37 | 38 | exit 0 39 | 40 | -------------------------------------------------------------------------------- /packages/FreeBSD-ports/net/ntop/files/patch-configure: -------------------------------------------------------------------------------- 1 | --- ntop-3.0pre2/configure Mar 03 12:00:00 2004 2 | +++ configure Thu Apr 10 18:13:06 2003 3 | @@ -1376,3 +1376,3 @@ 4 | 5 | -NTOP_VERSION_EXTRA="" 6 | +NTOP_VERSION_EXTRA=" FreeBSD ports" 7 | 8 | @@ -4897,7 +4897,7 @@ 9 | echo "*******************************************************************" 10 | exit 1 11 | ;; 12 | - *1\.3\.4\-freebsd\-ports*) 13 | + *1\.3\.[45]\-freebsd\-ports*) 14 | echo "* FreeBSD ports 1.3.4 seems to work, so we will let it slide..." 15 | echo "*" 16 | echo "* Fasten your seat belt and good luck! If you are injured, the" 17 | -------------------------------------------------------------------------------- /packages/FreeBSD-ports/net/ntop/files/patch-configure-in: -------------------------------------------------------------------------------- 1 | --- ntop-3.0pre2/configure.in 2004-03-08 12:18:44.000000000 -0600 2 | +++ configure.in 2004-03-08 17:06:01.000000000 -0600 3 | @@ -267,7 +267,7 @@ 4 | echo "*******************************************************************" 5 | exit 1 6 | ;; 7 | - *1\.3\.4\-freebsd\-ports*) 8 | + *1\.3\.[[45]]\-freebsd\-ports*) 9 | echo "* FreeBSD ports 1.3.4 seems to work, so we will let it slide..." 10 | echo "*" 11 | echo "* Fasten your seat belt and good luck! If you are injured, the" 12 | -------------------------------------------------------------------------------- /packages/FreeBSD-ports/net/ntop/files/patch-ntop-h: -------------------------------------------------------------------------------- 1 | --- ntop-2.1.92/ntop.h Wed Apr 9 22:53:53 2003 2 | +++ ntop.h Thu Apr 10 21:15:13 2003 3 | @@ -224,7 +224,7 @@ 4 | #endif 5 | 6 | #ifdef HAVE_IF_H 7 | - #include "if.h" /* OSF1 has it */ 8 | + /* #include "if.h" Commented out for ports - BMSIII - April 2003 */ /* OSF1 has it */ 9 | #endif 10 | 11 | -------------------------------------------------------------------------------- /packages/FreeBSD-ports/net/ntop/pkg-descr: -------------------------------------------------------------------------------- 1 | ntop is a flexible and feature-rich tool for monitoring and troubleshooting 2 | local area networks. It provides and web interfaces via an embedded web server. 3 | ntop is based on libpcap. 4 | 5 | Author: Luca Deri 6 | WWW: http://www.ntop.org/ 7 | 8 | -- Bill Fumerola (original port) 9 | -- Johann Visagie (maintainer since 2.0) 10 | -- Burton Strauss (3.0 packages) 11 | -------------------------------------------------------------------------------- /packages/FreeBSD-ports/net/ntop/pkg-message: -------------------------------------------------------------------------------- 1 | ---------------------------------------------------------------------------- 2 | ntop has been installed, but is not quite ready to be used yet! 3 | 4 | You need to set an administrator password for ntop before it may be used. 5 | 6 | First, edit the configuration file - %%LOCALBASE%%/etc/ntop/ntop.conf.sample 7 | is a model. 8 | 9 | Copy it to %%LOCALBASE%%/etc/ntop/ntop.conf and make changes appropriate 10 | for your system. 11 | 12 | Second, as root, execute the following command to set this password: 13 | 14 | # %%LOCALBASE%%/bin/ntop @%%LOCALBASE%%/etc/ntop/ntop.conf -A 15 | 16 | ntop may now be started. The recommended method to do so is via the 17 | installed startup script. As root, execute the following command: 18 | 19 | # sh %%LOCALBASE%%/etc/rc.d/ntop.sh 20 | 21 | The recommended way to change startup flags for ntop is to edit the 22 | ntop.conf file. Very little is in the script (interfaces). 23 | 24 | Note that the installed startup script will NOT be execute at system 25 | startup by default. If you wish ntop to start when your system boots, 26 | you should make this script executable: 27 | 28 | # chmod 555 %%LOCALBASE%%/etc/rc/ntop.sh 29 | 30 | ---------------------------------------------------------------------------- 31 | 32 | -------------------------------------------------------------------------------- /packages/Gentoo/digest-ntop-3.0_pre1: -------------------------------------------------------------------------------- 1 | MD5 44b6cfe15876f240eb780ed6810a6f80 ntop-3.0pre1.tgz 2962923 2 | -------------------------------------------------------------------------------- /packages/Gentoo/digest-ntop-3.0_pre2: -------------------------------------------------------------------------------- 1 | MD5 2c5d815963afb1e32510818f96d20028 ntop-3.0pre2.tgz 3021398 2 | -------------------------------------------------------------------------------- /packages/Gentoo/ntop-3.0_pre1.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. 2 | # Distributed under the terms of the GNU General Public License v2 3 | # $Header$ 4 | 5 | IUSE="ssl tcpd" 6 | 7 | S=${WORKDIR}/ntop-3.0pre1 8 | DESCRIPTION="ntop is a unix tool that shows network usage like top" 9 | SRC_URI="mirror://sourceforge/ntop/ntop-3.0pre1.tgz" 10 | HOMEPAGE="http://www.ntop.org/ntop.html" 11 | 12 | SLOT="0" 13 | LICENSE="GPL-2" 14 | KEYWORDS="x86 ~ppc ~sparc hppa" 15 | 16 | DEPEND=">=sys-libs/gdbm-1.8.0 17 | >=net-libs/libpcap-0.6.2 18 | tcpd? ( >=sys-apps/tcp-wrappers-7.6-r4 ) 19 | ssl? ( >=dev-libs/openssl-0.9.6 ) 20 | media-libs/libgd 21 | media-libs/libpng" 22 | DEPEND=">=sys-libs/gdbm-1.8.0 23 | >=net-libs/libpcap-0.6.2 24 | media-libs/libgd 25 | media-libs/libpng" 26 | 27 | src_compile() { 28 | cd ${S} 29 | 30 | local myconf 31 | 32 | use tcpd || myconf="${myconf} --with-tcpwrap" 33 | use ssl || myconf="${myconf} --without-ssl" 34 | 35 | # ntop 3.0 ships with its own version of rrd, myrrd. 36 | # ntop should be built with the version it shipped with just in case 37 | econf ${myconf} || die "configure problem" 38 | make || die "compile problem" 39 | } 40 | 41 | src_install () { 42 | make DESTDIR=${D} install || die "install problem" 43 | 44 | doman ntop.8 45 | 46 | dodoc AUTHORS ChangeLog CONTENTS COPYING INSTALL MANIFESTO 47 | dodoc NEWS PORTING README SUPPORT_NTOP.txt THANKS 48 | dodoc docs/* 49 | 50 | dohtml ntop.html faq.html 51 | 52 | exeinto /etc/init.d ; newexe ${FILESDIR}/ntop-init ntop 53 | insinto /etc/conf.d ; newins ${FILESDIR}/ntop-confd ntop 54 | 55 | dodir /var/lib/ntop 56 | fowners nobody:nobody /var/lib/ntop 57 | keepdir /var/lib/ntop 58 | 59 | } 60 | 61 | -------------------------------------------------------------------------------- /packages/Gentoo/ntop-3.0_pre2.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. 2 | # Distributed under the terms of the GNU General Public License v2 3 | # $Header$ 4 | 5 | IUSE="ssl tcpd" 6 | 7 | S=${WORKDIR}/ntop-3.0pre2 8 | DESCRIPTION="ntop is a unix tool that shows network usage like top" 9 | SRC_URI="mirror://sourceforge/ntop/ntop-3.0pre2.tgz" 10 | HOMEPAGE="http://www.ntop.org/ntop.html" 11 | 12 | SLOT="0" 13 | LICENSE="GPL-2" 14 | KEYWORDS="x86 ~ppc ~sparc hppa" 15 | 16 | DEPEND=">=sys-libs/gdbm-1.8.0 17 | >=net-libs/libpcap-0.6.2 18 | tcpd? ( >=sys-apps/tcp-wrappers-7.6-r4 ) 19 | ssl? ( >=dev-libs/openssl-0.9.6 ) 20 | media-libs/libgd 21 | media-libs/libpng" 22 | DEPEND=">=sys-libs/gdbm-1.8.0 23 | >=net-libs/libpcap-0.6.2 24 | media-libs/libgd 25 | media-libs/libpng" 26 | 27 | src_compile() { 28 | cd ${S} 29 | 30 | mv configure.in configure.zzz 31 | cat configure.zzz | \ 32 | sed -e 's/NTOP_VERSION_EXTRA=""/NTOP_VERSION_EXTRA="Gentoo ebuild"/' > configure.in 33 | 34 | local myconf 35 | 36 | use tcpd || myconf="${myconf} --with-tcpwrap" 37 | use ssl || myconf="${myconf} --without-ssl" 38 | 39 | # ntop 3.0 ships with its own version of rrd, myrrd. 40 | # ntop must be built with the static version it ships with 41 | econf ${myconf} || die "configure problem" 42 | make || die "compile problem" 43 | } 44 | 45 | src_install () { 46 | make DESTDIR=${D} install || die "install problem" 47 | 48 | doman ntop.8 49 | 50 | dodoc AUTHORS ChangeLog CONTENTS COPYING INSTALL MANIFESTO 51 | dodoc NEWS PORTING README SUPPORT_NTOP.txt THANKS 52 | dodoc docs/* 53 | 54 | dohtml ntop.html faq.html 55 | 56 | exeinto /etc/init.d ; newexe ${FILESDIR}/ntop-init ntop 57 | insinto /etc/conf.d ; newins ${FILESDIR}/ntop-confd ntop 58 | 59 | dodir /var/lib/ntop 60 | fowners nobody:nobody /var/lib/ntop 61 | keepdir /var/lib/ntop 62 | 63 | } 64 | 65 | -------------------------------------------------------------------------------- /packages/MacOSX/ReadMe.txt: -------------------------------------------------------------------------------- 1 | Welcome to ntop! 2 | 3 | (C) 1998-2001 by Luca Deri 4 | 5 | http://www.ntop.org/ 6 | 7 | ntop is a tool that shows the network usage, similar to what the popular top Unix command does. ntop is based on pcapture and it has been written in a portable way in order to virtually run on every Unix platform. 8 | 9 | ntop is distributed under the GNU GPL license. 10 | 11 | Problems, bugs, questions, desirable enhancements, source code contributions, etc., should be sent to the email address . 12 | 13 | NOTE: This package will be installed under /usr/local/ntop 14 | -------------------------------------------------------------------------------- /packages/MacOSX/ntop.package.pmsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/packages/MacOSX/ntop.package.pmsp -------------------------------------------------------------------------------- /packages/Makefile.debian: -------------------------------------------------------------------------------- 1 | all: 2 | # 3 | # Remember to configure the package with --enable-mysql 4 | # 5 | rm -rf debian/tmp 6 | cd ..;make install install-data-as 7 | #cd ./debian/tmp; find usr -type d > ../dirs 8 | @find ./debian -name "*~" -exec /bin/rm {} ';' 9 | dpkg-buildpackage -rfakeroot #-d # -us -uc 10 | @\rm -f ../ntop*dsc ../ntop*.gz ../ntop*changes 11 | @/bin/mv ../ntop*deb . 12 | @echo 13 | @echo "Package built." 14 | @/bin/ls ntop*deb 15 | @echo "-------------------------------" 16 | -dpkg --contents ntop*deb 17 | @echo "-------------------------------" 18 | -------------------------------------------------------------------------------- /packages/RedHat/README: -------------------------------------------------------------------------------- 1 | This directory contains the raw files (except for the ones copied 2 | from the normal cvs such as 1STRUN.txt) used to build the rpms 3 | posted at SourceForge. 4 | 5 | 6 | 7 | 8 | For reference the rpms are normally built on tigger, which is 9 | a RedHat 9 machine, using the buildmeister userid. 10 | 11 | tigger is kept pretty much upto date on various packages. 12 | 13 | -----Burton (March 2004) 14 | 15 | 16 | For 3.1 these were built on a VirtualPC2004 machine (Zebra not Tigger). 17 | 18 | -----Burton (Jan 2005) 19 | 20 | -------------------------------------------------------------------------------- /packages/RedHat/cfgdbfile.patch: -------------------------------------------------------------------------------- 1 | --- ntop/Makefile.am.orig 2004-12-13 12:45:42.264609423 -0600 2 | +++ ntop/Makefile.am 2004-12-13 12:46:09.581449186 -0600 3 | @@ -271,7 +271,7 @@ 4 | 5 | install: install-recursive 6 | 7 | - @mkdir -p $(CFG_DBFILE_DIR) 8 | + @mkdir -p $(RPM_BUILD_ROOT)$(CFG_DBFILE_DIR) 9 | 10 | @echo "" 11 | @echo "------------------------------------------------------------" 12 | --- ntop/Makefile.in.orig 2004-12-13 12:45:49.286054165 -0600 13 | +++ ntop/Makefile.in 2004-12-13 12:46:19.055699948 -0600 14 | @@ -1359,7 +1359,7 @@ 15 | 16 | install: install-recursive 17 | 18 | - @mkdir -p $(CFG_DBFILE_DIR) 19 | + @mkdir -p $(RPM_BUILD_ROOT)$(CFG_DBFILE_DIR) 20 | 21 | @echo "" 22 | @echo "------------------------------------------------------------" 23 | -------------------------------------------------------------------------------- /packages/RedHat/makefile_am.patch: -------------------------------------------------------------------------------- 1 | --- ntop/Makefile.am.orig Sat Feb 8 16:27:07 2003 2 | +++ ntop/Makefile.am Sat Feb 8 16:27:45 2003 3 | @@ -228,9 +228,9 @@ 4 | @$(top_srcdir)/mkinstalldirs $(DESTDIR)/$(CFG_CONFIGFILE_DIR); 5 | @for file in $(NTOPDATA); do \ 6 | if test -d $$file; then \ 7 | - $(top_srcdir)/mkinstalldirs $(DESTDIR)/$(CFG_CONFIGFILE_DIR)/$$file; \ 8 | + $(top_srcdir)/mkinstalldirs $(DESTDIR)/etc/ntop/$$file; \ 9 | else \ 10 | - cp -p $$file $(DESTDIR)/$(CFG_CONFIGFILE_DIR)/$$file; \ 11 | + cp -p $$file $(DESTDIR)/etc/ntop/$$file; \ 12 | fi; \ 13 | done 14 | 15 | -------------------------------------------------------------------------------- /packages/RedHat/ntop.logrotate: -------------------------------------------------------------------------------- 1 | /var/log/ntop.access.log { 2 | missingok 3 | compress 4 | rotate 2 5 | weekly 6 | postrotate 7 | touch $* 8 | chown ntop.ntop $* 9 | (/sbin/pidof ntop && /sbin/service ntop restart) >/dev/null 2>&1 || true 10 | endscript 11 | } 12 | 13 | -------------------------------------------------------------------------------- /packages/RedHat/version.patch: -------------------------------------------------------------------------------- 1 | --- ntop/configure.in.orig Tue Jul 9 18:49:48 2002 2 | +++ ntop/configure.in Tue Jul 9 18:50:04 2002 3 | @@ -61,7 +61,7 @@ 4 | HAS_ERROR= 5 | HAS_WARNING= 6 | 7 | -NTOP_VERSION_EXTRA="" 8 | +NTOP_VERSION_EXTRA="SourceForge RPM" 9 | 10 | echo 11 | echo "Welcome to $PACKAGE_NAME, Version $PACKAGE_VERSION $NTOP_VERSION_EXTRA" 12 | --- ntop/configure.orig Mon Apr 14 17:54:20 2003 13 | +++ ntop/configure Mon Apr 14 17:54:35 2003 14 | @@ -1352,7 +1352,7 @@ 15 | HAS_ERROR= 16 | HAS_WARNING= 17 | 18 | -NTOP_VERSION_EXTRA="" 19 | +NTOP_VERSION_EXTRA="SourceForge RPM" 20 | 21 | echo 22 | echo "Welcome to $PACKAGE_NAME, Version $PACKAGE_VERSION $NTOP_VERSION_EXTRA" 23 | -------------------------------------------------------------------------------- /packages/Win32/README: -------------------------------------------------------------------------------- 1 | This directory contains a project for building ntop for Win32. 2 | In order to use it you need: 3 | 1. the ntop source (you've got obviously) 4 | 2. gdbm/gd/libpng/zlib sources that you can find on the Internet 5 | 6 | You will probably need to change the file paths according to your setup. 7 | 8 | NOTE: this project file is totally unsupported. 9 | 10 | -------------------------- 11 | Luca Deri - September 2003 12 | -------------------------------------------------------------------------------- /packages/Win32/ntop-VC6-project.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucab/ntop/e71a6ebba428eedf3825a8631b3ea65a3214c183/packages/Win32/ntop-VC6-project.zip -------------------------------------------------------------------------------- /packages/debian.official/README.Debian: -------------------------------------------------------------------------------- 1 | ntop protocol list: 2 | =================== 3 | 4 | If you start ntop in daemon mode with the supplied init script it will 5 | automatically use /etc/ntop/protocol.list to choose which TCP Protocols 6 | should be monitored. The format of this file is simply: 7 | 8 |