# Process packets despite bad checksums.
redef ignore_checksums = T;
This will change significantly with Bro 2.2 when we have the file analysis
| #!/usr/bin/env python2 | |
| ## | |
| ## This script takes a line from the dpd.log generated with the | |
| ## policy/frameworks/dpd/packet-segment-logging.bro script, and | |
| ## outputs a PCAP to stdout | |
| ## | |
| ## Vlad Grigorescu | |
| ## vlad@broala.com | |
| ## |