Changeset 3224
- Timestamp:
- 07/26/08 11:03:36 (5 years ago)
- Files:
-
- 1 modified
-
branch/UMPA/umpa/protocols/IP.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/UMPA/umpa/protocols/IP.py
r3222 r3224 144 144 145 145 def __init__(self, *args, **kwds): 146 super(H IHL, self).__init__(*args, **kwds)146 super(HPadding, self).__init__(*args, **kwds) 147 147 self._temp_value = 0 148 148
