X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/c1c3c77463d592cc576eaa491e604752044ca55a..7ac73d6cd41e9d4ac0ca7e6830ca390e195bb21c:/print-zephyr.c diff --git a/print-zephyr.c b/print-zephyr.c index 90bd52b8..eb7e382b 100644 --- a/print-zephyr.c +++ b/print-zephyr.c @@ -20,11 +20,13 @@ * PURPOSE. */ +/* \summary: Zephyr printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include #include #include @@ -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];