Wireshark - 1.0 Betriebsanweisung

Seite von 284
10.4.2.2. FieldInfo
An extracted Field
10.4.2.2.1. fieldinfo:__len()
Obtain the Length of the field
10.4.2.2.2. fieldinfo:__unm()
Obtain the Offset of the field
10.4.2.2.3. fieldinfo:__call()
Obtain the Value of the field
10.4.2.2.4. fieldinfo:__tostring()
the string representation of the field
10.4.2.2.5. fieldinfo:__eq()
checks whether lhs is within rhs
10.4.2.2.5.1. Errors
data source must be the same for both fields
10.4.2.2.6. fieldinfo:__le()
checks whether the end byte of lhs is before the end of rhs
10.4.2.2.7. fieldinfo:__lt()
checks whether the end byte of rhs is before the beginning of rhs
10.4.2.2.7.1. Errors
data source must be the same for both fields
10.4.2.2.8. fieldinfo.name
The name of this field
10.4.2.2.9. fieldinfo.label
The string representing this field
10.4.2.2.10. fieldinfo.value
The value of this field
10.4.2.2.11. fieldinfo.len
The length of this field
10.4.2.2.12. fieldinfo.offset
Lua Support in Wireshark
199