network programming - Mac Address Timestamp python -
i have silly question. analyze info packets scapy. , there variable within packet, it's called timestamp (tsft) , time packet constructed. grab vairable (packet[radiotap].tsft) not know if value in nanoseconds or in microseconds.
could inform me ? haven't seen anywhere.
thanks in advance.
it's in microseconds. http://www.radiotap.org/defined-fields/tsft :
value in microseconds of mac's 64-bit 802.11 time synchronization function timer when first bit of mpdu arrived @ mac. received frames only.
python network-programming timestamp
No comments:
Post a Comment