mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-29 17:32:23 +00:00
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:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user