diff --git a/README.md b/README.md index 1ec5060..5de31b6 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,7 @@ s.stop() # end the sniff (sends BREAK_LOOP) print(len(s.entries)) # all captured frames across pause/resume cycles print(s.state) # 'sniffing' | 'paused' | 'stopped' -s.entries[0] # {'protocol', 'direction', 'duration', 'timestamp', 'data'} +s.entries[0] # {'protocol','direction','duration','timestamp','data','data_hex','decoded'} s.close() # stop (if needed) and close the serial port ```