summaryrefslogtreecommitdiff
path: root/arping.c
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2001-06-02 15:09:25 +0000
committerThomas Habets <thomas@habets.pp.se>2001-06-02 15:09:25 +0000
commitb62718d1d6fb963a823be24e6f61c25051f5ae57 (patch)
tree008352ee3b835ee0ad4e3be36e2ba41d4eb274c9 /arping.c
parentf86a183aa3af7e1b29f972fa4393fe41f9785903 (diff)
downloadarping-b62718d1d6fb963a823be24e6f61c25051f5ae57.tar.gz
upped the version to 0.98
Diffstat (limited to 'arping.c')
-rw-r--r--arping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arping.c b/arping.c
index ba6a703..66b73b5 100644
--- a/arping.c
+++ b/arping.c
@@ -12,7 +12,7 @@
*
* Also finds out IP of specified MAC
*
- * $Id: arping.c 346 2001-06-02 14:19:30Z marvin $
+ * $Id: arping.c 348 2001-06-02 15:09:25Z marvin $
*/
/*
* Copyright (C) 2000 Marvin (marvin@rootbusters.net)
@@ -70,7 +70,7 @@
#define DEBUG(a)
#endif
-const float version = 0.97;
+const float version = 0.98;
struct ether_addr *mymac;
static u_char eth_xmas[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};