URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0c6c08a60a686d17fee12bb5e56cc7a44ad70537
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0c6c08a by Guy Harris (guy@xxxxxxxxxxxx):
Change Lua tests to reflect the disappearance of WTAP_ENCAP_IEEE_802_11_AIROPEEK.
The old global tests don't work; get rid of them. Fix the values of the
Lua globals in the new test, and get rid of IEEE_802_11_AIROPEEK.
(Yes, if you have a Lua script that depends on IEEE_802_11_AIROPEEK
being defined, or that depends on the values of the Wiretap
encapsulations not changing, it breaks. Fix it.)
Change-Id: I245c1c0c3ba1c450f7950c754624c51b5564848a
Reviewed-on: https://code.wireshark.org/review/12210
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 677faf2 Don't allow the "Ethertype" pseudo-protocol's dissection to be disabled.
adds 0c6c08a Change Lua tests to reflect the disappearance of WTAP_ENCAP_IEEE_802_11_AIROPEEK.
Summary of changes:
test/lua/globals_1.10.txt | 827 ------------------------
test/lua/globals_1.8.txt | 625 ------------------
test/lua/{globals_1.12.txt => globals_2.2.txt} | 59 +-
test/suite-wslua.sh | 14 +-
4 files changed, 30 insertions(+), 1495 deletions(-)
delete mode 100644 test/lua/globals_1.10.txt
delete mode 100644 test/lua/globals_1.8.txt
rename test/lua/{globals_1.12.txt => globals_2.2.txt} (97%)