X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/99c91c3aec40b691641374f58e798bd8d6b657bd..64e09de79ae6433c5fd40ed5b5a020cd46e33e86:/print-zephyr.c diff --git a/print-zephyr.c b/print-zephyr.c index 71ca9e3e..eb7e382b 100644 --- a/print-zephyr.c +++ b/print-zephyr.c @@ -20,6 +20,8 @@ * PURPOSE. */ +/* \summary: Zephyr printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -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];