On Fri, 2006-11-17 at 14:26 -0800, Mike Mason wrote:
Attached is a sockets tapset and a script that uses the tapset.
Very nice!
It seems like tokenize() and str2long() (perhaps renamed simply strtol)
would be good candidates to put in the string tapset so others could use
them.
Since yesterday, we can now access parameters in return probes (BZ
1382). This could simplify some of your script because yo no longer need
to cache parameters on entry probes and then lookup their values in the
return probe.