aboutsummaryrefslogtreecommitdiffstats
path: root/test/captures
diff options
context:
space:
mode:
authorHadriel Kaplan <hadrielk@yahoo.com>2014-02-17 11:45:57 -0500
committerEvan Huus <eapache@gmail.com>2014-02-21 16:28:07 +0000
commit696353c129e9db05c46f5c59436944396d8318a7 (patch)
tree5560c4de82ca6075b59ec8bf0a60784877b556fe /test/captures
parentfe64c4671b89e0d5b1402e95e0caebdf515e8608 (diff)
Add test suite for verifying Lua global variables/tables of previous releases have not disappeared.
Several bugs have been introduced due to changing of perl scripts or #define names, such that things exported into Lua have dissapeared or changed unintentionally. This commit adds a test suite which compares the Lua global table with the ones from previous releases (1.8 and 1.10), to verify nothing has gone missing. New items can be added, but old ones cannot go away. The added script to verify these things, called 'verify_globals.lua', also has the ability to display what's new - i.e., what was not in the olrder releases. Lastly, this commit also fixes a bug: MENU_STAT_ENDPOINT became MENU_STAT_ENDPOINT_LIST due to a change in the make-init-lua.pl perl script in this 1.11 release. Change-Id: Iba143d1a436e706970635a5f8cc2b317955392bf Reviewed-on: https://code.wireshark.org/review/284 Reviewed-by: Evan Huus <eapache@gmail.com> Tested-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'test/captures')
-rw-r--r--test/captures/empty.pcapbin0 -> 24 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/test/captures/empty.pcap b/test/captures/empty.pcap
new file mode 100644
index 0000000000..a324304509
--- /dev/null
+++ b/test/captures/empty.pcap
Binary files differ