Man page - dnsjit.core.object.linuxsll(3)
Packages contains this manual
- dnsjit.core.object.pcap(3)
- dnsjit.output.null(3)
- dnsjit.core.object.icmp(3)
- dnsjit.core.thread(3)
- dnsjit.lib.trie.node(3)
- dnsjit.lib(3)
- dnsjit.input.mmpcap(3)
- dnsjit.core.object.dns.rr(3)
- dnsjit.output.tlscli(3)
- dnsjit.filter.split(3)
- dnsjit.core.object.udp(3)
- dnsjit.core.channel(3)
- dnsjit.core.object.ip6(3)
- dnsjit.filter.copy(3)
- dnsjit.core.objects(3)
- dnsjit.input(3)
- dnsjit.lib.clock(3)
- dnsjit.core.object.linuxsll2(3)
- dnsjit.input.zmmpcap(3)
- dnsjit.filter.layer(3)
- dnsjit.core.object.gre(3)
- dnsjit.core.object.ether(3)
- dnsjit.core(3)
- dnsjit.core.timespec(3)
- dnsjit.input.zero(3)
- dnsjit.core.file(3)
- dnsjit.core.object.ip(3)
- dnsjit.lib.trie.iter(3)
- dnsjit.core.log(3)
- dnsjit.output(3)
- dnsjit.core.object.linuxsll(3)
- dnsjit.output.pcap(3)
- dnsjit.core.object.payload(3)
- dnsjit.core.object.dns.label(3)
- dnsjit.core.object.dns(3)
- dnsjit.input.pcap(3)
- dnsjit.filter.ipsplit(3)
- dnsjit.lib.parseconf(3)
- dnsjit.core.object(3)
- dnsjit.output.respdiff(3)
- dnsjit.input.fpcap(3)
- dnsjit.lib.getopt(3)
- dnsjit.core.compat(3)
- dnsjit.output.udpcli(3)
- dnsjit.core.object.ieee802(3)
- dnsjit.core.object.icmp6(3)
- dnsjit.output.dnscli(3)
- dnsjit.core.object.loop(3)
- dnsjit.filter(3)
- dnsjit.filter.timing(3)
- dnsjit(1)
- dnsjit.core.receiver(3)
- dnsjit.core.object.dns.q(3)
- dnsjit.core.producer(3)
- dnsjit.lib.base64url(3)
- dnsjit.core.object.tcp(3)
- dnsjit.lib.trie(3)
- dnsjit.output.tcpcli(3)
- dnsjit.core.loader(3)
- dnsjit.lib.ip(3)
- dnsjit.input.zpcap(3)
- dnsjit.core.object.null(3)
apt-get install dnsjit
Manual
dnsjit.core.object.linuxsll
NAMEDESCRIPTION
Attributes
Functions
SEE ALSO
AUTHORS and CONTRIBUTORS
BUGS
NAME
dnsjit.core.object.linuxsll - Linux cooked-mode capture (SLL) part of a packet
DESCRIPTION
The SLL part of a packet that usually can be found in the object chain after parsing with, for example, Layer filter.
Attributes
packet_type
The packet type.
arp_hardware
The link-layer device type.
link_layer_address_length
The length of the link-layer address.
link_layer_address
The link-layer address.
ether_type
An Ethernet protocol type.
Functions
Linuxsll:type ()
Return the textual type of the object.
Linuxsll:prev ()
Return the previous object.
Linuxsll:cast ()
Cast the object to the underlining object module and return it.
Linuxsll:uncast ()
Cast the object to the generic object module and return it.
Linuxsll:copy ()
Make a copy of the object and return it.
Linuxsll:free ()
Free the object, should only be used on copies or otherwise allocated.
SEE ALSO
dnsjit.core.object (3). dnsjit.filter.layer (3)
AUTHORS and CONTRIBUTORS
Jerry Lundström (DNS-OARC), Tomáš Křížek (CZ.NIC), Petr Špaček (ISC)
Maintained by DNS-OARC
https://www.dns-oarc.net/
BUGS
For issues and feature requests please use:
https://codeberg.org/DNS-OARC/dnsjit/issues
For question and help please use:
admin@dns-oarc.net