/*
- * This file implements decoding of the REdis Serialization Protocol.
- *
- *
* Copyright (c) 2015 The TCPDUMP project
* All rights reserved.
*
*/
+/* \summary: REdis Serialization Protocol (RESP) printer */
+
#define NETDISSECT_REWORKED
#ifdef HAVE_CONFIG_H
#include "config.h"