mark lewis
2014-03-14 03:22:21 UTC
Binkd 1.1a-49 (Feb 3 2014 01:00:12/OS2)
Compilation flags: gcc (klibc), zlib, bzlib2, https, ntlm, amiga_4d_outbound,
bwlim.
Facilities: fsp1035 rfc2553emu
while working with a perl log analyzer script that just would not run (the
output was all zeros) on my OS/2 system, i discovered that it was looking at
the "incoming from" log lines for the IP number in ()s...
- 07:17 [191] incoming from 76.188.39.96 (1604)
- 07:23 [191] incoming from 24.74.103.142 (50765)
- 07:29 [191] incoming from 71.68.29.241 (1474)
on linux and windows, the above lines look like
- 07:17 [191] incoming from 76.188.39.96 (76.188.39.96)
- 07:23 [191] incoming from 24.74.103.142 (24.74.103.142)
- 07:29 [191] incoming from 71.68.29.241 (71.68.29.241)
the problem is the random number in the ()s instead of the IP... i checked and
i cannot find any relationship between the numbers and the IPs... the numbers
are never the same for the same IP, either... i have backresolve disabled and
enabling it does not change the output in the ()s... backresolv appears to
affect only the "incoming session with" lines as well as reducing DNS
lookups...
i would not have discovered this bug if i had not been determined to figure out
why the script wasn't working... a quick hack to the script for it pull the IP
from the first location in the line immediately resulted in the script working
as desired and displaying sensible statistics instead of all zeros...
can someone please take a look at this bug and repair it?
thanks for your time! ;)
)\/(ark
Compilation flags: gcc (klibc), zlib, bzlib2, https, ntlm, amiga_4d_outbound,
bwlim.
Facilities: fsp1035 rfc2553emu
while working with a perl log analyzer script that just would not run (the
output was all zeros) on my OS/2 system, i discovered that it was looking at
the "incoming from" log lines for the IP number in ()s...
- 07:17 [191] incoming from 76.188.39.96 (1604)
- 07:23 [191] incoming from 24.74.103.142 (50765)
- 07:29 [191] incoming from 71.68.29.241 (1474)
on linux and windows, the above lines look like
- 07:17 [191] incoming from 76.188.39.96 (76.188.39.96)
- 07:23 [191] incoming from 24.74.103.142 (24.74.103.142)
- 07:29 [191] incoming from 71.68.29.241 (71.68.29.241)
the problem is the random number in the ()s instead of the IP... i checked and
i cannot find any relationship between the numbers and the IPs... the numbers
are never the same for the same IP, either... i have backresolve disabled and
enabling it does not change the output in the ()s... backresolv appears to
affect only the "incoming session with" lines as well as reducing DNS
lookups...
i would not have discovered this bug if i had not been determined to figure out
why the script wasn't working... a quick hack to the script for it pull the IP
from the first location in the line immediately resulted in the script working
as desired and displaying sensible statistics instead of all zeros...
can someone please take a look at this bug and repair it?
thanks for your time! ;)
)\/(ark