(self, attr)
| 224 | ] |
| 225 | |
| 226 | def getfieldval(self, attr): |
| 227 | v = getattr(self, attr) |
| 228 | if v: |
| 229 | return v |
| 230 | return Packet.getfieldval(self, attr) |
| 231 | |
| 232 | def post_dissect(self, pay): |
| 233 | for k in self.options: |
no outgoing calls
no test coverage detected