Tags: keatonLiu/zmap
Tags
Fix ICMP handling in probe modules (zmap#470) * move udp_unreach strings to icmp_unreach_strings since that's what they are. Also move to using PACKET_(IN)VALID instead of random constants for my sanity * udp module uses abstracted out ICMP validation logic * udp and tcp use the same style of packet validation * starting to look like we have reasonable validation for expected protocol as well as ICMP in most places * more fixups for reasonable packet validation * tcp synack scan * always more * and we're compiling again * chugging along. * fix formatting * compile, get rid of warnings * standardize UNUSED and PRINT_PACKET_SEP * successful build * TCP looks sane * bacnet looks sane * fieldsets govern that the right fields are added at the right times * Trying to start fixing DNS * tcp fixes now that validation uncovers problems * dns and udp work * i * ntp works * starting to fix tcp_synack_scan * synack scan * moving remote changes here * some small fixes * icmp * no idea on comment * more sane formatting * inline correct * Removign nonsensical command * char -> uint8_t * removing cisco to be an example Co-authored-by: Alex Holland <ajholland77@yahoo.com>
Merge in revno change for 1.2.1 Merge branch 'master' into stable Conflicts: CMakeLists.txt src/zopt.ggo
PreviousNext