Package: arpwatch
Version: 2.1a15-1.2
Severity: normal
As the subject says, I have no output processing the file obtained from that
address.
At a closer look, I saw that `massagevendor`, in the first `sed` command, does
not expect spaces before the hex code, so I used the following `ed` command to
modify the program:
ed -s /usr/sbin/massagevendor <<<$'/\^/s/\^/^ */\nw'
The effect is to change the first `sed` pattern from
^\([0-9A-F][0-9A-F]\)-\([0-9A-F][0-9A-F]\)-\([0-9A-F][0-9A-F]\) *(hex)[
]*\(..*\)
to
^ *\([0-9A-F][0-9A-F]\)-\([0-9A-F][0-9A-F]\)-\([0-9A-F][0-9A-F]\) *(hex)[
]*\(..*\)
Thank you
-- System Information:
Debian Release: 7.0
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages arpwatch depends on:
ii adduser 3.113+nmu3
ii libc6 2.13-38
ii libpcap0.8 1.3.0-1
arpwatch recommends no packages.
arpwatch suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]