Commit graph

25 commits

Author SHA1 Message Date
Alfredo Cardigliano
9352d0cdcd Update copyright 2025-01-02 09:09:56 +01:00
Luca Deri
55870e97b9 (C) Update 2024-01-12 11:44:18 +01:00
Alfredo Cardigliano
6ef246d3bb Code review and cleanup. More debug. 2024-01-03 15:21:50 +01:00
Alfredo Cardigliano
46bdf5ac28 Add pref to enable network discovery debugging 2024-01-02 18:17:45 +01:00
lucaderi
d395deac4e Automated commit of clang-format CI changes. 2023-04-07 14:20:44 +00:00
Luca Deri
f726b867c7 Updated (C) 2023-01-01 16:37:57 +01:00
Alfredo Cardigliano
f2060f2488 Copyright update (C) 2022-01-03 09:35:09 +01:00
Luca Deri
a1178a0791 Updated (C) 2021-01-02 12:08:23 +01:00
Luca Deri
fb2a0edeaa Added DHCP probing (useful for discovering DHCP servers) in network discovery
Change needed for #4003
2020-08-05 21:59:35 +02:00
emanuele-f
ffb8fe8b41 Add network discovery support for multiple subnets on one interface
Network discovery is now performed on all the subnets of a network interface

Closes #3544
2020-03-24 20:53:11 +01:00
emanuele-f
15898e8dad Flow dissection code cleanup.
The Flow API is now composed of the following methods:
  - Flow::setDetectedProtocol to manually set a protocol on the flow
    and terminate the dissection
  - Flow::processPacket to run the nDPI dissection on the raw packets
  - Flow::endProtocolDissection to terminate or give up the dissection

Also fixes the flow sampling rate preference, which was never used.
2020-02-17 17:36:06 +01:00
Luca Deri
57e6a93065 Improved scheduling algorithm to guarantee minimum service time when number of entries allow
Updated (C)
2020-01-06 23:36:36 +01:00
emanuele-f
265c84699d Add some missing shutdown cleanups 2019-11-19 11:53:56 +01:00
Luca Deri
e380c75b78 Network devery enhancment to track MDNS responses sent to multicast (and not unicast) addresses 2019-02-23 09:34:56 +01:00
Luca Deri
bedff2c8e2 Updated (C) 2019-01-07 19:28:49 +01:00
Luca Deri
f0c936c368 Updated (C) to 2018 2018-03-22 21:59:42 +01:00
Luca Deri
ae49d7b929 Discovery changes due to missing Win pcap_get_selectable_fd() 2017-12-02 10:09:25 +01:00
Luca Deri
39a7dcc20e Discovery update 2017-08-08 12:42:13 +02:00
Luca Deri
c5eca39162 Added MDNS response dissection 2017-08-08 10:10:16 +02:00
Luca Deri
bfd35989b7 Implemented MDNS resolver 2017-08-07 12:12:17 +02:00
Luca Deri
34de282cc4 MDNS multicast discovery (work in progress) 2017-08-05 19:40:23 +02:00
Luca Deri
bce4665e79 Implemented ARP scan for discovering hosts 2017-08-04 01:05:46 +02:00
Luca Deri
48c37e5424 Improvements on SSDP network discovery 2017-06-30 00:37:38 +02:00
Luca
bf0f7f68b1 Implemented initia; Lua discovery call
Dissected SSDP location header and reported in host info page
2017-06-18 15:25:18 -04:00
Luca Deri
0301f506e7 Scaffolding code for implementing device discovery 2017-06-13 23:35:56 +02:00