URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c77b232131fe7861713a6db06e12392f149cb573
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
c77b232 by Guy Harris (guy@xxxxxxxxxxxx):
Tweak some names to better reflect what the named items are.
The old "dissector filter" code used "_filter_" in some names; the new
code used "_conv_", but they're not checking whether a *conversation* is
valid and building a *conversation* string, they're checking whether a
*filter* can be generated and building that *filter* string.
Change-Id: Iea6b1cbeb0fedefdb1fff6c23d7dee9d6e684c15
Reviewed-on: https://code.wireshark.org/review/11383
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit a937d6b2e5f0ebafef59aba28c2d9ef9ee0a5912)
Reviewed-on: https://code.wireshark.org/review/11384
Actions performed:
from 7b6c969 Better explain what these are all about.
adds c77b232 Tweak some names to better reflect what the named items are.
Summary of changes:
epan/dissector_filters.c | 2 +-
epan/dissector_filters.h | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)