]> git.ipfire.org Git - thirdparty/suricata.git/commit
dhcp: remove C app-layer-dhcp wrapper
authorJason Ish <jason.ish@oisf.net>
Mon, 13 Jan 2020 18:31:14 +0000 (12:31 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 14 Mar 2020 19:34:50 +0000 (20:34 +0100)
commit688874582a7afad090801e0ca1a86fc5f852f7eb
treea8dfa0fc1533ae4fb4821ebae12d939107715bd3
parenta0e3e2d7b41de234c418f14251c02048eb5f7169
dhcp: remove C app-layer-dhcp wrapper

This just wrapped the Rust function to register the parse,
so instead just call the Rust function directly to remove
the C wrapper, and the 2 C files.
src/Makefile.am
src/app-layer-dhcp.c [deleted file]
src/app-layer-dhcp.h [deleted file]
src/app-layer-parser.c
src/output-json-dhcp.c