aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-02-25Fix bug 6357: Lua all_field_infos() broken within tap/listenerHadriel Kaplan1-3/+70
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan2-19/+23
2014-02-24Remove executable bit from a few filesPascal Quantin2-0/+0
2014-02-21Fix bug 9790: Lua: wslua allows duplicate field registrationHadriel Kaplan2-0/+594
2014-02-21Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan6-0/+2313
2014-02-21Revert "Add test suite for verifying Lua global variables/tables of previous ...Evan Huus6-2302/+0
2014-02-21Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan6-0/+2302
2014-02-20Fix mode for lua test suiteEvan Huus1-0/+0
2014-02-20Add 4 more test scripts for Lua, and its own testsuite menuHadriel Kaplan7-104/+1086
2014-02-14Adds support for Lua struct library so one can pack/unpack binary structuresHadriel Kaplan2-0/+356
2014-02-13Lua: add ability for scripts loaded from command-line to be passed argumentsHadriel Kaplan2-0/+75
2014-02-09Add test suite for Lua dissector-related functionsHadriel Kaplan4-1/+698
2014-02-09Fix bug 9736 'Lua: new Int64/UInt64 functions don't prevent division by zero'Hadriel Kaplan1-15/+51
2014-02-04Various fixes to the Lua int64 codeEvan Huus2-1/+11
2014-02-04Adds support for Lua Int64 and UInt64 operators, functions, and generalHadriel Kaplan2-0/+353
2014-01-07Remove svn:executable attribute.Jakub Zawadzki2-0/+0
2013-12-11Revert part of r53874Jakub Zawadzki1-1/+2
2013-12-08It's DTLS failing not DVB_CI.Jakub Zawadzki1-3/+3
2013-12-08Try to check why test.sh fails.Jakub Zawadzki1-2/+1
2013-12-07add a decryption test for DVB-CI to the testsuiteMartin Kaiser2-1/+20
2013-11-30README update. Bug 9174 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Michael Mann1-3/+26
2013-10-19Add OID unit tests. Bug 9294 (https://bugs.wireshark.org/bugzilla/show_bug.c...Michael Mann1-0/+7
2013-10-09Slight simplification, inline a function only ever called once.Evan Huus2-18/+13
2013-10-09From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9238Evan Huus3-1/+21
2013-10-08From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9245Evan Huus1-0/+5
2013-10-06Another path and ordering tweak.Evan Huus1-7/+8
2013-10-06More tweaking of test suite path variables, trying to make everything playEvan Huus4-18/+21
2013-10-06Fix nameres test suite cleanup after recent changes.Evan Huus1-2/+1
2013-10-06From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9174Evan Huus4-34/+22
2013-10-06Try to fix unittest path magic on windows.Evan Huus1-1/+1
2013-10-06From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9174Evan Huus6-21/+48
2013-09-22From Peter Wu: on systems other than Windows, skip the GUI tests if theGuy Harris2-1/+20
2013-08-28Update the test suite for r51556. Use -Y in one place instead of -R where onlyEvan Huus1-2/+2
2013-08-23Assume we always have GNU diff and that we can use --strip-trailing-cr.Gerald Combs1-1/+1
2013-08-23Add a test for rawshark.Gerald Combs3-1/+40
2013-05-31Fix the name resolution tests so that they run on Windows. Enable themGerald Combs2-10/+2
2013-05-31nameres.hosts_file_handling shouldn't affect loading the profile "hosts"Gerald Combs6-0/+224
2013-04-10Use -Y instead of -R to filter tshark in decryption tests. We're not doingEvan Huus1-4/+4
2013-03-27Run the wmem unit tests with --verbose (provided by glib) so that ifEvan Huus1-1/+5
2013-03-23Add wmem unit test binary (still empty) to nmake build and toEvan Huus1-0/+6
2013-03-18Disable software updates in a blind attempt to fix the recent testGerald Combs1-2/+1
2013-03-12Minor updates.Gerald Combs1-3/+1
2013-03-01Whitespace changes: Convert spaces to tabs. Add modelines.Chris Maynard7-97/+147
2013-03-01Convert spaces to tabs in capture_step_snapshot().Chris Maynard1-5/+5
2012-12-20tshark now accepts -Q.Jeff Morriss1-1/+1
2012-12-12tshark now accepts -g.Jeff Morriss1-2/+2
2012-11-21Make the error message for "we didn't get the error message we expected"Guy Harris1-6/+6
2012-11-21For invalid interfaces, just check for "The capture session could not beGuy Harris1-10/+2
2012-11-21We aren't using pcap_create()/pcap_activate() to open interfaces onGuy Harris1-2/+2
2012-11-21If we're not on Windows, assume we don't have sufficient privileges toGuy Harris1-2/+10