- Timestamp:
- 07/15/10 20:57:49 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
umpa/branches/link-layer-integration/umit/umpa/sniffing/__init__.py
r5734 r5740 90 90 packet = session.next() 91 91 # handle timeout 92 if packet is None or packet[1] is None:92 if packet is None: 93 93 break 94 94 p = decode(packet[1], session.datalink()) … … 186 186 packet = session.next() 187 187 # handle timeout 188 if packet is None or packet[1] is None:188 if packet is None: 189 189 break 190 190 ts, pkt = packet
