Commit graph

29 commits

Author SHA1 Message Date
Luca Deri
3f5607c013 Typo 2017-01-30 17:04:08 +00:00
Luca Deri
cc1304d49f Modified API processing API 2017-01-19 00:45:16 +01:00
Luca
30e1a75f98 (C) update 2017-01-10 15:03:16 -08:00
Luca Deri
5cee98a65c Shaper code cleanup 2016-12-05 13:00:02 +01:00
Luca Deri
7e46c02eb1 Fixed broken logic of interface packet drop reset 2016-11-21 10:12:12 +01:00
Simone Mainardi
a5674d1595 Implements interface packet drop reset 2016-11-20 12:21:42 +01:00
Luca
12a04e4da3 Reworked shaper interface 2016-04-05 16:41:04 +02:00
Luca Deri
a949d76a02 Minor windows changes 2016-03-06 19:33:03 +01:00
lucaderi
d1ac170145 Added extra initalization checks 2016-02-18 09:10:42 +01:00
Luca Deri
fe8218e258 Minor code cleanup 2016-02-06 13:38:30 +01:00
Simone Mainardi
6e45e7ccdd Fixes [ntopng] reading from stdin (-i -), resolves #370 2016-02-04 16:08:21 +01:00
Luca Deri
ae22da5136 Added --capture-direction (issue #265) 2016-01-28 11:22:59 +01:00
Luca Deri
d7c452f0a3 Moved to 2016 2016-01-01 09:27:39 +01:00
Luca
5e556396d1 Implemented dummy interface (-i dummy) to be used only for debugging purposes for testing low-memory conditions and internal routines.
Updated scripts that were still using old API calls
2015-12-28 23:16:54 +01:00
Luca
32780947f5 Minor code cleanup 2015-12-09 18:01:52 +01:00
Luca Deri
c41bb4c6d5 Added ability to specify - (stdin) as ingress device. This fixes #240. 2015-10-17 17:05:23 +02:00
Luca Deri
e75d739e5e Added note on Win crash fix 2015-10-16 09:36:20 +02:00
Luca Deri
02e6183960 Windows changes 2015-10-15 12:44:20 +02:00
Luca Deri
80e248fc35 Fixed version check 2015-10-04 22:23:53 +02:00
Luca Deri
7359b5889d Replaced pcap_next with pcap_next_ex 2015-10-03 08:56:05 +02:00
Luca Deri
fa0dd87d29 Fix for #169 2015-09-17 00:57:35 +02:00
Luca
45f7493b1e Local networks no longer include private networks such as 192.168..., 172.10... that caused some user to produce unwanted RRDs 2015-09-02 23:00:19 +02:00
Luca Deri
18bee82d99 Added check for discarding packets with invalid lenghts that might confuse reports and stats 2015-08-23 23:54:05 +02:00
Luca Deri
2a8b7257d7 Fixed NetFilter implementation 2015-08-22 15:59:23 +02:00
Luca
ebdcfc4d86 Extended buffer for reading prefs from file 2015-07-15 18:31:52 +02:00
Luca Deri
2b252633cb Changes to the shaper GUI 2015-05-19 01:02:15 +02:00
Arianna Avanzini
0a0e25568b src/NetfilterInterface.cpp: handle absence of pollLoop correctly
This commit fixes a segfault issue in pthread_setaffinity_np()
happening when the NetfilterInterface is used with some values
of pollLoop due to the poll loop not being actually used.
2015-05-17 01:40:22 +02:00
Luca Deri
acb313f0e9 Added -u flag to start capture with promiscuous mode disabled 2015-05-09 09:09:57 +02:00
Luca Deri
b178cf4121 Added travis file for code testing
Added .gitignore file for ignoring selected files
Reworked src and include paths to organize the source better
Fixed bug with invalid git version caused in some settings that do not compile code extracting it from github
2015-05-01 19:40:52 +02:00
Renamed from PcapInterface.cpp (Browse further)