diff options
author | Thomas Habets <thomas@habets.pp.se> | 2001-06-02 15:09:25 +0000 |
---|---|---|
committer | Thomas Habets <thomas@habets.pp.se> | 2001-06-02 15:09:25 +0000 |
commit | b62718d1d6fb963a823be24e6f61c25051f5ae57 (patch) | |
tree | 008352ee3b835ee0ad4e3be36e2ba41d4eb274c9 /arping.c | |
parent | f86a183aa3af7e1b29f972fa4393fe41f9785903 (diff) | |
download | arping-b62718d1d6fb963a823be24e6f61c25051f5ae57.tar.gz |
upped the version to 0.98
Diffstat (limited to 'arping.c')
-rw-r--r-- | arping.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}; |