URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3e3fc9fc5eb16dd08641c9080eed35073acc1aca
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3e3fc9f by Bill Meier (wmeier@xxxxxxxxxxx):
epan/dfilter/*.c: As needed: Add editor modelines & Fix indentation
Change-Id: I410839329a98bd806c60961dfb9693d5eeeeb702
Reviewed-on: https://code.wireshark.org/review/7104
Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
Actions performed:
from 6040bcd caputils/*.c: As needed: Add editor modelines & Fix indentation
adds 3e3fc9f epan/dfilter/*.c: As needed: Add editor modelines & Fix indentation
Summary of changes:
epan/dfilter/dfilter-macro.c | 16 +++-
epan/dfilter/dfilter.c | 21 +++++-
epan/dfilter/dfunctions.c | 19 ++++-
epan/dfilter/dfvm.c | 27 +++++--
epan/dfilter/drange.c | 163 ++++++++++++++++++++++------------------
epan/dfilter/semcheck.c | 59 +++++++++------
epan/dfilter/sttype-function.c | 28 +++++--
epan/dfilter/sttype-integer.c | 13 ++++
epan/dfilter/sttype-pointer.c | 13 ++++
epan/dfilter/sttype-range.c | 13 ++++
epan/dfilter/sttype-string.c | 13 ++++
epan/dfilter/sttype-test.c | 13 ++++
epan/dfilter/syntax-tree.c | 13 ++++
13 files changed, 289 insertions(+), 122 deletions(-)