Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122175856
stripempower.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jul 16, 08:54
Size
479 B
Mime Type
text/x-c
Expires
Fri, Jul 18, 08:54 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27444835
Attached To
R1252 EMPoWER
stripempower.cc
View Options
#include <click/config.h>
#include "stripempower.hh"
CLICK_DECLS
StripEmpower::StripEmpower()
{
}
StripEmpower::~StripEmpower()
{
}
int
StripEmpower::configure(Vector<String> &conf, ErrorHandler *errh)
{
return 0;
}
int
StripEmpower::initialize(ErrorHandler *)
{
return 0;
}
Packet *
StripEmpower::simple_action(Packet *p_in)
{
p_in->pull(sizeof(empower_header));
return p_in;
}
CLICK_ENDDECLS
EXPORT_ELEMENT(StripEmpower)
ELEMENT_MT_SAFE(StripEmpower)
Event Timeline
Log In to Comment