Diff between 14f93a68ba38aedb59c877d6c62eee17a89a2b7b and 4e0fc87a15c520876fed6341f58103eb84e4b8a8

Changed Files

File Additions Deletions Status
doc/btsnoop.txt +4 -0 modified

Full Patch

diff --git a/doc/btsnoop.txt b/doc/btsnoop.txt
index ed56b5a..5450efa 100644
--- a/doc/btsnoop.txt
+++ b/doc/btsnoop.txt
@@ -54,6 +54,10 @@ ext_hdr:
 	7  Other drops       1 byte    Dropped other packets
 	8  32-bit timestamp  4 bytes   Timestamp in 1/10th ms
 
+	The drops fields indicate the number of packets that the
+	implementation had to drop (e.g. due to lack of buffers) since
+	the last reported drop count.
+
 	The fields of the extended header must be sorted by increasing
 	type. This is essential so that unknown types can be ignored and
 	the parser can jump to processing the payload.