Hi, I am using a library (pcapy) that returns a timeval object T= (seconds,microseconds) where microseconds is always < 1e6. Is there a Python class that can handle timeval structs? Specifically, I wish to subtract two T (defined above) objects, taking into account the large values of T[0] and T[1] (esp T[0])?
At one point, I would have to step in, since T[0] rolls back to zero (after some time). Any pointers? Thanks in advance Saptarshi -- http://mail.python.org/mailman/listinfo/python-list