Freehand Filters for WinGate History

Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems

Moderator: Qbik Staff

Freehand Filters for WinGate History

Postby FLECOM » Oct 31 03 7:04 am

i cant for the life of me get this to work right... ok i want to filter out all the local traffic out of my wingate history and only see the connections coming in from the net (i have various services ive set up pointing to servers behind my wingate router)

my network address is 192.168.10.0

and ive gotten this filter to work, just to make sure that wingate is at least seeing the filters

ipnumber <> "192.168.*"

gives me all my local traffic

now if i do

(ipnumber <> "192.168.*") = false

i get nothing

if i do

ipnumber > "192.168.10.254" and ipnumber < "192.168.10.1"

i also get nothing... any suggestions? ive read the help file like a million times and i still cant get this to work
FLECOM
 
Posts: 2
Joined: Oct 31 03 6:59 am

Postby labull » Oct 31 03 9:34 am

I'm guessing that the problem is that ipnumber is a character field and it looks like you're treating as numeric.

Larry
labull
WinGate Guru
 
Posts: 710
Joined: Sep 06 03 1:03 am
Location: Washington, DC - USA

Postby neil » Oct 31 03 10:50 am

If you add ipnumber <> "192.168.*" this should only show connections from subnets other than 192.168.*. Unfortunately this is not always the case, and something we will endevour to recify for the next release.

You may find however that going back in to the properties for History logging, not changing anythign, and clicking OK again, may give you a different set of results for the view filter.

Regards
Neil
neil
Qbik Staff
 
Posts: 356
Joined: Sep 03 03 2:42 pm
Location: Auckland

Re:

Postby LA_FORGE » Jul 19 11 8:02 am

neil wrote:If you add ipnumber <> "192.168.*" this should only show connections from subnets other than 192.168.*. Unfortunately this is not always the case, and something we will endevour to recify for the next release.



I can confirm this issue, truncation of IP Adresses still doesn't work in the free-hand filter. I'm using WinGate v6.6.4

At the moment i'm entering the full ip adresses to remove from the "view" filter. This works good. But now my free-hand filter has become very large. What about the memory/cpu load consumption when the filter becomes to complex? Can i adjust/tune some parameters?
LA_FORGE
 
Posts: 12
Joined: Jul 19 11 7:42 am

Re: Freehand Filters for WinGate History

Postby adrien » Jul 20 11 11:36 am

Hi

yes if you have lots of entries in your history filter, it can slow things down - I presume you're talking about the filter on what to store, or what to display?

We have removed the history database and window from WinGate 7 though.

It has been replaced by a timeline module, which shows a timeline (like a gannt chart / progress chart) of all current and historic information, with website access distilled out from the HTTP requests. It's still stored in a database, and there are view filters still.

Adrien
adrien
Qbik Staff
 
Posts: 5448
Joined: Sep 03 03 2:54 pm
Location: Auckland

Re: Freehand Filters for WinGate History

Postby LA_FORGE » Jul 22 11 10:28 pm

Thank you very much for your reply. I only want to filter out some strings from the DESCRIPTION Field (View Filter) in WinGate 6. The examples in the Help file don't work :-(

Can you tell me please how to write the query in the free-hand filter field when i want not display the strings "RWI" and "URL" in the activity field.

Thanks in advance

Steve
LA_FORGE
 
Posts: 12
Joined: Jul 19 11 7:42 am

Re: Freehand Filters for WinGate History

Postby LA_FORGE » Jul 23 11 6:25 am

Now i've experimented a littlebit with the filter and discovered the following:

Code: Select all
COMPNAME<> "URANUS" AND description<> "POST http://c58e602f366a8e7e9d.yacyh:9090/yacy/transferRWI.html


These strings worked perfectly for me, the solution is to enter the complete line from the Activity field between the quotation marks. But is there any way to mask/truncate the line in front of the :9090/yacy/transferRWI.html
to remove all other entries from the View-Filter when this alphanumeric stuff differs from "c58e602f366a8e7e9d.yacyh"

Thanks in advance

Steve
LA_FORGE
 
Posts: 12
Joined: Jul 19 11 7:42 am

Re: Freehand Filters for WinGate History

Postby adrien » Jul 25 11 2:53 pm

Hi Steve

I just checked through the code for that processor.

there's an operator called ISU ("ISU") which does a string partial match. so you'd have to do something like

Code: Select all
COMPNAME <> "URANUS" AND (description ISU "POST http://") <> TRUE
adrien
Qbik Staff
 
Posts: 5448
Joined: Sep 03 03 2:54 pm
Location: Auckland

Re: Freehand Filters for WinGate History

Postby LA_FORGE » Jul 26 11 10:31 pm

adrien wrote:Hi Steve

I just checked through the code for that processor.

there's an operator called ISU ("ISU") which does a string partial match. so you'd have to do something like

Code: Select all
COMPNAME <> "URANUS" AND (description ISU "POST http://") <> TRUE



This works great!! You're a genius!!

The background: I've been blind since the age of 18 and i'm using a screenreader to read aloud all the acitivies in Windows and also in WinGate. All "floodings" in the log file are additional expenses for me and your help was a great relief to me!

Thank you very much & greetings from Germany

Steve
LA_FORGE
 
Posts: 12
Joined: Jul 19 11 7:42 am


Return to WinGate

Who is online

Users browsing this forum: No registered users and 0 guests

cron