Documentation ¶
Index ¶
Constants ¶
View Source
const YukiVersion = "1.0.0"
YukiVersion - Current version
Variables ¶
View Source
var ( // App - Global application variable. // Exported to be reachable from every modules App = grumble.New(&grumble.Config{ Name: "yuki", Prompt: "yuki>> ", Description: "Command line packet parser", Flags: func(f *grumble.Flags) { f.String("f", "filepath", "", "Path to PCAP file.") f.String("s", "sid", "", "Session ID, required by certain commands") f.Bool("v", "version", false, "Show version") }, }) // Parser - Global parser to be used by all commands Parser = parser.NewParser() )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.