Skip to content

Commit

Permalink
Removed old wirebait.lua file since I have now moved all of its funct…
Browse files Browse the repository at this point in the history
…ionalities to other lua files. Updated the readme.
  • Loading branch information
MarkoPaul0 committed Feb 24, 2019
1 parent e60de11 commit 5bfd252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,868 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Note that WireBait does not interact at all with Wireshark.

## Quick start
Getting started takes less than a minute:
1. Add **wirebait.lua** somewhere in your Lua path
2. Add the following snippet of code on top of the script you want to run/debug:
1. Add the **wirebaitlib/** directory to your Lua path
2. Add the following snippet of code on top of the dissector you want to run/debug:
```lua
if disable_lua == nil and not _WIREBAIT_ON_ then
local wirebait = require("wirebait");
Expand Down
Loading

0 comments on commit 5bfd252

Please sign in to comment.