Re: [Wireshark-dev] How can Wireshark improve

2014-04-19 Thread Guy Harris
On Apr 19, 2014, at 12:24 PM, Richard Sharpe wrote: > One think I would like to be able to do is "Show me all the SMB2 > requests where the smb2.flags.is_response == true && smb2.nt_status != > NT_STATUS_SUCCESS" Presumably you mean "show me all the SMB2 transactions (requests and matching re

[Wireshark-dev] How can Wireshark improve

2014-04-19 Thread Richard Sharpe
Hi folks, I use Wireshark a lot, but of late I am coming across more and more deficiencies. One think I would like to be able to do is "Show me all the SMB2 requests where the smb2.flags.is_response == true && smb2.nt_status != NT_STATUS_SUCCESS" One way to achieve this might be to split the upp

Re: [Wireshark-dev] Regarding display filter- how to redesign code to incorporate expressions other than protocols?

2014-04-19 Thread Guy Harris
On Apr 19, 2014, at 11:58 AM, Ateeth Kumar Thirukkovulur wrote: > Not exactly. > > Suppose I want to include a NOT operator in the display filter. Say "! tcp". > Which code must I change? I know it already exists. Where do I include the > symbols n expressions for newly added terms. > > Do

Re: [Wireshark-dev] Regarding display filter- how to redesign code to incorporate expressions other than protocols?

2014-04-19 Thread Ateeth Kumar Thirukkovulur
Not exactly. Suppose I want to include a NOT operator in the display filter. Say "! tcp". Which code must I change? I know it already exists. Where do I include the symbols n expressions for newly added terms. Do you get what I am saying? On Apr 18, 2014 4:38 PM, "Guy Harris" wrote: > > On Apr