Package rekall :: Package plugins :: Package linux :: Module arp
[frames] | no frames]

Module arp

source code


Author: Andrew Case

License: GNU General Public License 2.0 or later

Contact: atcuno@gmail.com

Organization: Digital Forensics Solutions

Classes
  ArpModification
  Arp
print the ARP table.
Variables
  arp_overlay = {'neigh_table': [None, {'family': [None, ['Enume...
  __package__ = 'rekall.plugins.linux'
Variables Details

arp_overlay

Value:
{'neigh_table': [None,
                 {'family': [None,
                             ['Enumeration',
                              {'choices': {0: 'AF_UNSPEC',
                                           1: 'AF_UNIX',
                                           2: 'AF_INET',
                                           10: 'AF_INET6'},
                               'target': 'unsigned int'}]]}],
...