Added proper DLT_RAW dissection for IPv4 and IPv6.

* nDPId: Improved TCP timeout handling if FIN/RST seen
	  which caused Midstream TCP flows when there shouldn't be any.
 * nDPIsrvd: Unified remote descriptor resource cleanup on disconnects/shutdown.
 * nDPIsrvd: Added additional error messages for remote descriptors.
 * py-flow-info: Better daemon status message printing.

Signed-off-by: lns <matzeton@googlemail.com>
This commit is contained in:
lns
2022-04-24 15:42:28 +02:00
parent 9aeff586bd
commit 22a8d04c74
193 changed files with 27027 additions and 29471 deletions

View File

@@ -872,7 +872,7 @@ int main(int argc, char ** argv)
nDPId_options.instance_alias = strdup("nDPId-test");
if (access(argv[1], R_OK) != 0)
{
logger_early(1, "%s: pcap file `%s' does not exist or is not readable", argv[0], argv[1]);
logger(1, "%s: pcap file `%s' does not exist or is not readable", argv[0], argv[1]);
return 1;
}
nDPId_options.pcap_file_or_interface = strdup(argv[1]);