User Guide

Lua Support in Wireshark
163
11.5.2.2. PseudoHeader.eth([fcslen])
Creates an ethernet pseudoheader
11.5.2.2.1. Arguments
fcslen (optional) The fcs length
11.5.2.2.2. Returns
The ethernet pseudoheader
11.5.2.3. PseudoHeader.atm([aal], [vpi], [vci], [channel], [cells],
[aal5u2u], [aal5len])
Creates an ATM pseudoheader
11.5.2.3.1. Arguments
aal (optional) AAL number
vpi (optional) VPI
vci (optional) VCI
channel (optional) Channel
cells (optional) Number of cells in the PDU
aal5u2u (optional) AAL5 User to User indicator
aal5len (optional) AAL5 Len
11.5.2.3.2. Returns
The ATM pseudoheader
11.5.2.4. PseudoHeader.mtp2()
Creates an MTP2 PseudoHeader
11.5.2.4.1. Returns
The MTP2 pseudoheader
11.6. Obtaining dissection data
11.6.1. Field
A Field extractor to to obtain field values.
11.6.1.1. Field.new(fieldname)
Create a Field extractor