summaryrefslogtreecommitdiff
path: root/print-nsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-nsh.c')
-rw-r--r--print-nsh.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/print-nsh.c b/print-nsh.c
index 0130e6dd..82976a03 100644
--- a/print-nsh.c
+++ b/print-nsh.c
@@ -21,6 +21,10 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/* \summary: Network Service Header (NSH) printer */
+
+/* specification: draft-ietf-sfc-nsh-01 */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -41,10 +45,6 @@ static const struct tok nsh_flags [] = {
#define NSH_SERVICE_PATH_HDR_LEN 4
#define NSH_HDR_WORD_SIZE 4U
-/*
- * NSH, draft-ietf-sfc-nsh-01 Network Service Header
- */
-
void
nsh_print(netdissect_options *ndo, const u_char *bp, u_int len)
{