From 655ee2825121e149a9976e562946892efb20aea1 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 7 Apr 2005 21:48:47 +0000 Subject: *** empty log message *** --- runtime/docs/html/probes_2shellsnoop_2README-source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/docs/html/probes_2shellsnoop_2README-source.html') diff --git a/runtime/docs/html/probes_2shellsnoop_2README-source.html b/runtime/docs/html/probes_2shellsnoop_2README-source.html index f629ded8..e7384ecb 100644 --- a/runtime/docs/html/probes_2shellsnoop_2README-source.html +++ b/runtime/docs/html/probes_2shellsnoop_2README-source.html @@ -4,7 +4,7 @@ -
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+
Main Page | Modules | Directories | File List | Globals | Related Pages

README

00001 /** @dir shellsnoop
@@ -34,7 +34,7 @@
 00025   if (!strcmp(current->comm,"bash") || !strcmp(current->comm,"sh") || !strcmp(current->comm, "zsh")
 00026       || !strcmp(current->comm, "tcsh") || !strcmp(current->comm, "pdksh"))
 00027     {
-00028       dlog ("%d\t%d\t%d\t%s ", current->uid, current->pid, current->parent->pid, filename);
+00028       dlog ("%d\t%d\t%d\t%s ", current->uid, current->pid, current->parent->pid, filename);
 00029       @pids[current->pid] = 1;
 00030 
 00031       /* print out argv, ignoring argv[0] */
@@ -74,7 +74,7 @@
 00065       else len = 64;
 00066       if (len = dtr_strncpy_from_user(str, buf, len)) {
 00067         str[len] = 0;
-00068         dlog ("%d\t%d\t%s\tW %s\n", current->pid, current->parent->pid, current->comm, str);
+00068         dlog ("%d\t%d\t%s\tW %s\n", current->pid, current->parent->pid, current->comm, str);
 00069         }
 00070     }
 00071 }
-- 
cgit