Add a broadcast matching module
authorBenjamin Poirier <benjamin.poirier@polymtl.ca>
Tue, 27 Oct 2009 21:08:28 +0000 (17:08 -0400)
committerBenjamin Poirier <benjamin.poirier@polymtl.ca>
Fri, 18 Dec 2009 19:03:25 +0000 (14:03 -0500)
commitf10c27a850e57bf88bf1d4440eb450729782f409
tree09545e34ba2083d5143af7fd87f1f127f4d57fa2
parent9a9ca632e32af79f5f77894ef6e981ac0138102a
Add a broadcast matching module

Matches UDP packets based on their first 8 bytes of content (this also depends
on the kernel instrumentation).

Signed-off-by: Benjamin Poirier <benjamin.poirier@polymtl.ca>
lttv/lttv/Makefile.am
lttv/lttv/sync/Makefile.am
lttv/lttv/sync/data_structures.h
lttv/lttv/sync/event_matching_broadcast.c [new file with mode: 0644]
lttv/lttv/sync/event_matching_broadcast.h [new file with mode: 0644]
lttv/lttv/sync/sync_chain_lttv.c
lttv/modules/text/sync_chain_batch.c
This page took 0.0239 seconds and 4 git commands to generate.