ieee_802_15_4_link_impl
image
Simics Reference Manual
/
5 Classes
/
ieee_802_15_4_probe
Description
The
ieee_802_15_4_probe
provides a way to listen to traffic at a particular device that is connected to the link. The probe will receive both incoming and outgoing traffic for the device.
Interfaces Implemented
conf_object, log_object, ieee_802_15_4_link, ieee_802_15_4_probe, ieee_802_15_4_receiver
Notifiers
cell-change
Notifier that is triggered after the object's cell was changed.
object-delete
Notifier that is triggered just before Simics object is deleted.
queue-change
Notifier that is triggered after the object's clock was changed. New clock can be obtained with the SIM_object_clock function.
Commands for this class
info
– print information about the object
pcap-dump
– dump network traffic to a file
pcap-dump-stop
– stop the current dump
status
– print status of the object
tcpdump
– run the tcpdump program
tcpdump-stop
– stop the current tcpdump capture
wireshark
– run the wireshark/ethereal program
wireshark-stop
– stop the current wireshark capture
Attributes
device
Optional
attribute;
read/write
access; type:
o|[os]|n
the transceiver that the probe will be connected to
Required interfaces:
ieee_802_15_4_receiver
.
ep
Optional
attribute;
read/write
access; type:
o|[os]|n
the endpoint that the probe will be connected to
Required interfaces:
ieee_802_15_4_link
.
Provided By
ieee-802-15-4-probe
ieee_802_15_4_link_impl
image