Hayden Nolan
Hayden Nolan
This PR adds Ethernet as a new BaseLayer for all frames. ```go type Eth struct { Src string `json:"eth.src"` SrcResolved string `json:"eth.src_tree.addr_resolved"` SrcOui int `json:"eth.src_tree.addr.oui"` SrcOuiResolved string `json:"eth.src_tree.addr.oui_resolved"` SrcIG int...
This PR adds a new config option `wrap` that lets the user choose to wrap the text within the UI windows. Defaults to `false`, the current default value. Fixes #435
Closes #813 Introduces a new config option that gets passed to the React app and used as the initial value for `resultFilters`. Let me know if there are any changes...