Skip to content

Instantly share code, notes, and snippets.

View LiamRandall's full-sized avatar

Liam Randall LiamRandall

View GitHub Profile
@LiamRandall
LiamRandall / README-Template.md
Created January 16, 2021 14:05 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

#!/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
##

General

# Process packets despite bad checksums.
redef ignore_checksums = T;

File Analysis

This will change significantly with Bro 2.2 when we have the file analysis