summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-vqp.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-08-15 17:32:16 +0000
committerstevesk <stevesk@openbsd.org>2006-08-15 17:32:16 +0000
commit3a51d195227b6d694d7b34d3c31cc4673aa66034 (patch)
tree566c9fc7223f810eda3e28fb2d69e9d29ae58939 /usr.sbin/tcpdump/print-vqp.c
parentRemove obsolete macros. (diff)
downloadwireguard-openbsd-3a51d195227b6d694d7b34d3c31cc4673aa66034.tar.xz
wireguard-openbsd-3a51d195227b6d694d7b34d3c31cc4673aa66034.zip
need to print leading space now
Diffstat (limited to 'usr.sbin/tcpdump/print-vqp.c')
-rw-r--r--usr.sbin/tcpdump/print-vqp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-vqp.c b/usr.sbin/tcpdump/print-vqp.c
index bbf664873e4..d085b6ce5c9 100644
--- a/usr.sbin/tcpdump/print-vqp.c
+++ b/usr.sbin/tcpdump/print-vqp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print-vqp.c,v 1.4 2006/08/15 10:28:23 stevesk Exp $ */
+/* $OpenBSD: print-vqp.c,v 1.5 2006/08/15 17:32:16 stevesk Exp $ */
/*
* Copyright (c) 2006 Kevin Steves <stevesk@openbsd.org>
@@ -209,7 +209,7 @@ vqp_print(const u_char *bp, u_int len)
u_int dcount;
TCHECK(p->version);
- printf("VQPv%u", p->version);
+ printf(" VQPv%u", p->version);
if (p->version != 1)
return;
TCHECK(p->opcode);