User Guide
Lua Support in Wireshark
206
11.12.4.15. tvbrange:nstime()
Obtain a nstime from a TvbRange
11.12.4.15.1. Returns
The NSTime
11.12.4.15.2. Errors
• The range must be 4 or 8 bytes long
11.12.4.16. tvbrange:le_nstime()
Obtain a nstime from a TvbRange
11.12.4.16.1. Returns
The NSTime
11.12.4.16.2. Errors
• The range must be 4 or 8 bytes long
11.12.4.17. tvbrange:string()
Obtain a string from a TvbRange
11.12.4.17.1. Returns
The string
11.12.4.18. tvbrange:ustring()
Obtain a Big Endian (network order) UTF-16 encoded string from a TvbRange
11.12.4.18.1. Returns
The string
11.12.4.19. tvbrange:le_ustring()
Obtain a Little Endian UTF-16 encoded string from a TvbRange
11.12.4.19.1. Returns
The string
11.12.4.20. tvbrange:stringz()
Obtain a zero terminated string from a TvbRange
11.12.4.20.1. Returns
The zero terminated string