Wireshark - 1.0 Betriebsanweisung

Seite von 284
concatenate two ByteArrays
10.4.8.1.2.1. Arguments
first
first array
second
second array
10.4.8.1.2.2. Returns
The new composite ByteArray.
10.4.8.1.2.3. Errors
both arguments must be ByteArrays
10.4.8.1.3. bytearray:prepend(prepended)
prepend a ByteArray to this ByteArray
10.4.8.1.3.1. Arguments
prepended
array to be prepended
10.4.8.1.3.2. Errors
both arguments must be ByteArrays
10.4.8.1.4. bytearray:append(appended)
append a ByteArray to this ByteArray
10.4.8.1.4.1. Arguments
appended
array to be appended
10.4.8.1.4.2. Errors
both arguments must be ByteArrays
10.4.8.1.5. bytearray:set_size(size)
Sets the size of a ByteArray, either truncating it or filling it with zeros.
10.4.8.1.5.1. Arguments
size
new size of the array
10.4.8.1.5.2. Errors
Lua Support in Wireshark
224