A few more Azure/analysis updates.
[bluesky.git] / parsetrace / analyze-tcp.py
index 54b32dc..47a3d7b 100755 (executable)
@@ -127,7 +127,7 @@ def analyze_get(packets):
             print "Short gap of", p.ts - last_ts
         if gap:
             print "    [occurred after", p.seq[0] - start_seq, "bytes, time", p.ts, "sec]"
-        if p.datalen < 1460:
+        if p.datalen not in (1448, 1460):
             print "Short packet of", p.datalen, "bytes, brings total to", p.seq[1] - start_seq
         last_ts = p.ts
         id_in = p.id