Re: [Wireshark-dev] Autocomplete for protocol names

2008-10-27 Thread Bahaa Naamneh
arts with the letter "n". patch file is attached. - Bahaa On Sat, Oct 25, 2008 at 1:31 AM, Bahaa Naamneh <[EMAIL PROTECTED]> wrote: > correction: i missed the fact that logical operation can be also preceded > by other logical operation! :), so checking whether the string is pre

Re: [Wireshark-dev] Autocomplete for protocol names

2008-10-24 Thread Bahaa Naamneh
correction: i missed the fact that logical operation can be also preceded by other logical operation! :), so checking whether the string is preceded by logical operation won't help. (tcp.flags.push==1) and not(tcp.flags.ack==0) On Sat, Oct 25, 2008 at 1:08 AM, Bahaa Naamneh <[EMAIL P

Re: [Wireshark-dev] Autocomplete for protocol names

2008-10-24 Thread Bahaa Naamneh
Hi, I think trying to figure out if the user is typing a protocol name could be easier since protocol name can only comes either at the beginning of the display filter or after logical Operation. Display Filter syntax: [Protocol].[String1].[String2] [Comparison operator] [Value] [Logical Operatio

Re: [Wireshark-dev] Display filter syntax checking

2008-08-07 Thread Bahaa Naamneh
Hi Abhik, I've reviewed my code (bug 2581) to check whether it causes the bug you mentioned, and I'm quite sure that it has no influence on the way "display filter syntax checking" feature works. To verify this I checked an older SVN Rev (25382) that does not have the Filter AutoCompletion featur