Wireshark - 1.0 Betriebsanweisung

Seite von 284
Creates a capture file using the same encapsulation as the one of the cuurrent packet
10.4.1.1.5.1. Arguments
filetype (optional)
The file type. Defaults to pcap.
10.4.1.1.5.2. Returns
The newly created Dumper Object
10.4.1.1.5.3. Errors
cannot be used outside a tap or a dissector
10.4.1.1.6. dumper:dump_current()
Dumps the current packet as it is.
10.4.1.1.6.1. Errors
cannot be used outside a tap or a dissector
10.4.1.2. PseudoHeader
A pseudoheader to be used to save captured frames.
10.4.1.2.1. PseudoHeader.none()
Creates a "no" pseudoheader.
10.4.1.2.1.1. Returns
A null pseudoheader
10.4.1.2.2. PseudoHeader.eth([fcslen])
Creates an ethernet pseudoheader
10.4.1.2.2.1. Arguments
fcslen (optional)
the fcs length
10.4.1.2.2.2. Returns
The ethernet pseudoheader
10.4.1.2.3. PseudoHeader.atm([aal], [vpi], [vci], [channel], [cells], [aal5u2u],
[aal5len])
Creates an ATM pseudoheader
10.4.1.2.3.1. Arguments
aal (optional)
AAL number
Lua Support in Wireshark
197