Welcome to Binary Revolution Forums
![]() |
|
| Guest Message © 2012 DevFuse | |
Simple Coffee House IDS, needs a name
#41
Posted 25 June 2008 - 09:07 PM
#44
Posted 01 July 2008 - 01:49 PM
Int3grate
#45
Posted 01 July 2008 - 05:59 PM
#46
Posted 04 July 2008 - 02:14 AM
I'll work on fixing the issues I have found as I pin them down though.
#47
Posted 06 July 2008 - 11:29 AM
Vista.. so very ugly.
vista_icons.PNG (24.83K)
Number of downloads: 4
Oh for fun and in perl (of course), my ipv4 arp parser, eventually we'll have to use ip helper dll calls (like GetIpNetTable), but in the mean time:
#!/usr/bin/perl -w
use strict;
while (`arp -a` =~ m/^\w+ *?: ([\d.]{7,15}).+?(\w+) *?\n.+?\n(.+?)(?:\n{2}|\Z)/smg){
my ($int_ip, $int_id, $int_maps) = ($1, $2, $3);
print "\nInterface: $int_ip --- $int_id\n";
print " Internet Address\tPhysical Address Type\n";
while ($int_maps =~ m/^.+?([\d.]{7,15}).+?([0-9a-f-]{17}).+?(\w+)/mg)
{
my ($map_ip,$map_mac,$map_type)=($1, $2, $3);
print " $map_ip",14<length $map_ip?"\t":"\t\t","$map_mac $map_type\n";
}
}Edit: added multi-lingual support to the arp-parser.pl above.
I wonder, is there a WMI interface to the arp-cache, there has to be?
We could likely also add ipv6 NDP support along side ARP. ;)
This post has been edited by jabzor: 06 July 2008 - 03:07 PM
#48
Posted 14 January 2010 - 10:29 AM
An easy way to get the avi file always displayed into the DecaffeinatID's About box is...
Modify the following line to:
Local $aboutimage = @TempDir & "\delogo.avi" ; TODO: figure out how to include in exe so there are no external files (only works if \art\delogo.ani is present in exe folder)
Add the following line before the 'GUICtrlCreateAvi($aboutimage...' line:
FileInstall("art\delogo.avi", @TempDir & "\delogo.avi", 1)
Compile it and that's it!
D. Gravel
#49
Posted 14 January 2010 - 12:03 PM
graveld, on 14 January 2010 - 10:29 AM, said:
An easy way to get the avi file always displayed into the DecaffeinatID's About box is...
Modify the following line to:
Local $aboutimage = @TempDir & "\delogo.avi" ; TODO: figure out how to include in exe so there are no external files (only works if \art\delogo.ani is present in exe folder)
Add the following line before the 'GUICtrlCreateAvi($aboutimage...' line:
FileInstall("art\delogo.avi", @TempDir & "\delogo.avi", 1)
Compile it and that's it!
D. Gravel
#50
Posted 22 February 2010 - 08:37 AM
jabzor, on 04 July 2008 - 02:14 AM, said:
I'll work on fixing the issues I have found as I pin them down though.
Any update on the 'Visa issues'? As a Win 7 user I'm curious because there are issues running DecaffeinatID 0.09 under Win7.
Most noticeably although the UI continues to respond the program is no longer notifying of alerts and the programs CPU use is very high.
#51
Posted 24 February 2010 - 10:05 AM
bugme, on 22 February 2010 - 08:37 AM, said:
jabzor, on 04 July 2008 - 02:14 AM, said:
I'll work on fixing the issues I have found as I pin them down though.
Any update on the 'Visa issues'? As a Win 7 user I'm curious because there are issues running DecaffeinatID 0.09 under Win7.
Most noticeably although the UI continues to respond the program is no longer notifying of alerts and the programs CPU use is very high.

Sign In »
Register Now!
Help

















