summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-hsrp.c
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2002-01-22 18:52:38 +0000
committermickey <mickey@openbsd.org>2002-01-22 18:52:38 +0000
commit9b4839701ee8fcda3828bb2b82e4787eda95b80c (patch)
tree7314f68ce9c90a3cf3acf12c119e2cf1956042d7 /usr.sbin/tcpdump/print-hsrp.c
parentHSRP dissector, from Julian Cowley <julian@lava.net> via tcpdump.org (diff)
downloadwireguard-openbsd-9b4839701ee8fcda3828bb2b82e4787eda95b80c.tar.xz
wireguard-openbsd-9b4839701ee8fcda3828bb2b82e4787eda95b80c.zip
trailing spaces, humppa
Diffstat (limited to 'usr.sbin/tcpdump/print-hsrp.c')
-rw-r--r--usr.sbin/tcpdump/print-hsrp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/tcpdump/print-hsrp.c b/usr.sbin/tcpdump/print-hsrp.c
index 3f29b0c65b4..c129dab2153 100644
--- a/usr.sbin/tcpdump/print-hsrp.c
+++ b/usr.sbin/tcpdump/print-hsrp.c
@@ -1,9 +1,9 @@
-/* $OpenBSD: print-hsrp.c,v 1.1 2002/01/22 18:33:07 mickey Exp $ */
+/* $OpenBSD: print-hsrp.c,v 1.2 2002/01/22 18:52:38 mickey Exp $ */
/*
* Copyright (C) 2001 Julian Cowley
* All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -15,7 +15,7 @@
* 3. Neither the name of the project nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -33,7 +33,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-hsrp.c,v 1.1 2002/01/22 18:33:07 mickey Exp $";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-hsrp.c,v 1.2 2002/01/22 18:52:38 mickey Exp $";
#endif
#ifdef HAVE_CONFIG_H