zeek/testing/btest/plugins
Robin Sommer c72d191ab5 Refactoring L2 parsing code to reside in the Packet class.
That way it can be reused more easily. This also avoid having to
change the serialization structure for packets, which is a problem as
external sources of packets (via Broccoli) wouldn't have the new
attributes available to send.

Also moving Packet.{h,cc} and Layer2.{h,cc} into iosource/, and
removing header size from properties that packet sources have to
provide, as we can now compute that easily from the link type.

Plus some more cleanup.
2015-07-20 16:21:34 -07:00
..
file-plugin Adapting plugin tests to use the new split Plugin.{h,cc} structure 2014-07-21 22:55:57 +02:00
hooks-plugin Merge remote-tracking branch 'origin/topic/gilbert/plugin-api-tweak' 2015-03-02 18:17:52 -08:00
pktdumper-plugin Refactor to make bro use a common Packet object. 2015-05-29 10:37:39 -04:00
pktsrc-plugin Refactoring L2 parsing code to reside in the Packet class. 2015-07-20 16:21:34 -07:00
protocol-plugin Test updates. 2014-09-04 16:08:14 -07:00
reader-plugin Test case for a dynamic input reader. 2014-07-31 12:07:34 -07:00
writer-plugin Test case for a dynamic log writer. 2014-07-31 11:40:25 -07:00
api-version-mismatch.sh Updating plugin tests. 2015-02-16 20:26:26 -08:00
bifs-and-scripts-install.sh Updating plugin tests. 2015-02-16 20:26:26 -08:00
bifs-and-scripts.sh Updating plugin tests. 2015-02-16 20:26:26 -08:00
file.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00
hooks.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00
init-plugin.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00
pktdumper.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00
pktsrc.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00
protocol.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00
reader.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00
writer.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00