Ref: Wireshark * News<https://www.wireshark.org/news/20240731.html>

*       Missing closing parenthesis:

      Display filter functions, like len(tcp.payload), including nested 
functions like min(len(tcp.payload), len(udp.payload) and newly defined 
functions using the plugin system mentioned above.

*       Incorrect grammar: (It looks like "which" should be deleted):

      Logical tests, like tcp.port == 443, which produce a check mark if the 
test matches (similar to protocol and none fields without @.)

*       Missing closing parenthesis:

      To represent a logical test for the presence of multiple fields instead 
of concatenating values, use parenthesis, like (tcp.options.timestamp or 
tcp.options.nop.

*       Missing word (It looks like it should read, "When capturing *to* a 
file, ..."):

      When capturing a file, the maximum filesize at which to stop, or to 
switch files in multiple file mode, ...

*       Missing word (It looks like it should read, "When capturing *to* files 
..."):

      When capturing files in multiple file mode, ...

By the way, under "Major API Changes", it indicates that, "Plugins should 
provide a plugin_describe() function ...", but none of the Wireshark-supplied 
plugins actually seem to do this, with the exception of 
plugins/epan/dfilter/ipaddr/ipaddr.c.  Should they be modified to do so?

- Chris






CONFIDENTIALITY NOTICE: This message is the property of International Game 
Technology PLC and/or its subsidiaries and may contain proprietary, 
confidential or trade secret information. This message is intended solely for 
the use of the addressee. If you are not the intended recipient and have 
received this message in error, please delete this message from your system. 
Any unauthorized reading, distribution, copying, or other use of this message 
or its attachments is strictly prohibited.
_______________________________________________
Wireshark-dev mailing list -- wireshark-dev@wireshark.org
To unsubscribe send an email to wireshark-dev-le...@wireshark.org

Reply via email to