Skip to content

A simple command line utility for validating a PCAP filter string (BPF)

Notifications You must be signed in to change notification settings

DynamiteAI/bpf-validate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This project contains a simple command line app called bpf_validate that checks the validty of a BPF-style PCAP filter expression.

In addition to the Go source there are also two pre-built binaries:

  • bpf_validate_full.bin - No build mods
  • bpf_validate - Built with -ldflags="-s -w" to remove debugging info and related symbol tables. Reduces the binary size by about 1MB.

About

A simple command line utility for validating a PCAP filter string (BPF)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages