diff options
author | Luca Deri <deri@ntop.org> | 2020-10-22 18:39:13 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-10-22 18:39:13 +0200 |
commit | 833d0eee5382c16aa7c9d035c73a10f49b2f2410 (patch) | |
tree | 232b53a516ed10e7f77640aa95d7d08ffea5edc3 /src/lib/protocols/dhcp.c | |
parent | 6027a7c7995eda54905f126f3495b4fea8515c5c (diff) |
Added CPHA - CheckPoint High Availability Protocol protocl support
Diffstat (limited to 'src/lib/protocols/dhcp.c')
-rw-r--r-- | src/lib/protocols/dhcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/dhcp.c b/src/lib/protocols/dhcp.c index 5bf2a122c..1d7f4c36e 100644 --- a/src/lib/protocols/dhcp.c +++ b/src/lib/protocols/dhcp.c @@ -66,7 +66,7 @@ void ndpi_search_dhcp_udp(struct ndpi_detection_module_struct *ndpi_struct, stru /* this detection also works for asymmetric dhcp traffic */ - /*check standard DHCP 0.0.0.0:68 -> 255.255.255.255:67 */ + /* check standard DHCP 0.0.0.0:68 -> 255.255.255.255:67 */ if(packet->udp) { dhcp_packet_t *dhcp = (dhcp_packet_t*)packet->payload; |