Changeset 3401 for branch/UMPA/umpa/protocols/TCP.py
- Timestamp:
- 08/10/08 22:24:53 (5 years ago)
- Files:
-
- 1 modified
-
branch/UMPA/umpa/protocols/TCP.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/UMPA/umpa/protocols/TCP.py
r3384 r3401 404 404 layer = 4 # layer of the OSI 405 405 protocol_id = const.PROTOCOL_TCP 406 name = "TCP" 406 407 407 408 _ordered_fields = ('source_port', 'destination_port', '_sequence_number',
