]> _ Git - remote-logging.git/commitdiff
client: Remove packet capture
authormivirl <>
Wed, 7 Feb 2024 16:23:57 +0000 (10:23 -0600)
committermivirl <>
Wed, 7 Feb 2024 16:45:59 +0000 (10:45 -0600)
src/client.pl

index 6999ee65a62357a4276e9a6ee63fc5010e88bc59..1f36e2454f850d372d1a7af08fea2eb43470dbcd 100644 (file)
@@ -286,16 +286,6 @@ sub watch_directory {
     exit;
 }
 
-sub capture_packets {
-    #my ($clientName, $clientKey) = @_;
-    my $pid = fork;
-    if ($pid) {
-        push @child_processes, $pid;
-        return;
-    }
-    my $tcpdump = ns_system('/usr/bin/tcpdump', '-w', '/dev/shm/pcap', '-W', '10', '-G', '60', '-C', '100', '-K', '-n');
-    exit;
-}
 
 send_info();
 send_processes();