Wireshark-commits: [Wireshark-commits] master e39a30b: Document "len" and "count" in wireshark-filt
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e39a30b691a02d1939a50c667b2a83634fb25ceb
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e39a30b by Peter Wu (peter@xxxxxxxxxxxxx):
Document "len" and "count" in wireshark-filter(4) and WSUG
Add missing section on display filter functions to WSUG and make it
consistent with the wireshark-filter(4) manual. "count" was added in
Wireshark 1.12 (bug 9480). "len" was added in Wireshark 1.6.x.
"size" (added in 1.8.x) is not documented since it works like "len",
except that it is not limited to strings and byte arrays. I think that
"len" should be extended to other types while removing "size".
Change-Id: I2c8e2b4a11f007de7852a797bed971af86840b47
Reviewed-on: https://code.wireshark.org/review/27146
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 0a0cb44 ZigBee: Place SE cluster attributes correctly in ZCL client and server
adds e39a30b Document "len" and "count" in wireshark-filter(4) and WSUG
Summary of changes:
doc/wireshark-filter.pod | 2 ++
docbook/wsug_src/WSUG_chapter_work.asciidoc | 33 ++++++++++++++++++++++++++---
2 files changed, 32 insertions(+), 3 deletions(-)