Show
Ignore:
Timestamp:
08/10/08 22:24:53 (5 years ago)
Author:
getxsick
Message:

New attribute name.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/UMPA/umpa/protocols/TCP.py

    r3384 r3401  
    404404    layer = 4       # layer of the OSI 
    405405    protocol_id = const.PROTOCOL_TCP 
     406    name = "TCP" 
    406407 
    407408    _ordered_fields = ('source_port', 'destination_port', '_sequence_number',