X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/69cb46af9119e8b5554bcc4bf1bf36f39cb82131..64e09de79ae6433c5fd40ed5b5a020cd46e33e86:/print-zephyr.c diff --git a/print-zephyr.c b/print-zephyr.c index 700d0bc0..eb7e382b 100644 --- a/print-zephyr.c +++ b/print-zephyr.c @@ -20,17 +20,19 @@ * PURPOSE. */ +/* \summary: Zephyr printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include #include #include #include -#include "interface.h" +#include "netdissect.h" struct z_packet { const char *version; @@ -74,7 +76,8 @@ static const struct tok z_types[] = { { Z_PACKET_SERVACK, "serv-ack" }, { Z_PACKET_SERVNAK, "serv-nak" }, { Z_PACKET_CLIENTACK, "client-ack" }, - { Z_PACKET_STAT, "stat" } + { Z_PACKET_STAT, "stat" }, + { 0, NULL } }; static char z_buf[256];