VIRTUTECH CONFIDENTIAL    Previous - Up - Next

Ethernet_Frame

Provided By
ethernet-link
Callback Type
void (*)(lang_void *callback_data,
conf_object_t *trigger_obj, integer_t timestamp);
Description
Triggered when a frame is sent over an ethernet network. The network object is given as a parameter. The contents of the packet can be retrieved or modified using the last_frame attribute. Setting last_frame to nil will drop the packet from the network, and modifying it will deliver a modified packet to the destination.

VIRTUTECH CONFIDENTIAL    Previous - Up - Next