User Tools

Site Tools


pom-ng:analyzer:arp

This is an old revision of the document!


Analyzer arp

This analyzer listen to ARP packets and generates events out of them.

Events

Name Payload associated Description
arp_new_stanoNew station found.
arp_sta_changednoStation MAC address changed.

arp_new_sta

This event is generated when a new station is found.

Field Type Description
mac_addrmacMAC address of the station.
ip_addripv4IPv4 address of the station.
inputstringInput name from which the event was observed.

arp_sta_changed

This event is generated the MAC address of a station changed.

Field Type Description
old_mac_addrmacOld known MAC address of this station.
new_mac_addrmacNew MAC address observed for this station.
ip_addripv4IPv4 address of the station.
inputstringInput name from which the event was observed.
pom-ng/analyzer/arp.1350049019.txt.gz · Last modified: 2020/05/26 21:59 (external edit)