The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test @ master

Name Size
  baseline
  captures
  config
  keys
  lua
README.test 2.73 KB
config.sh 3.88 KB
hosts.custom 123 Bytes
hosts.global 103 Bytes
hosts.personal 127 Bytes
suite-capture.sh 13.6 KB
suite-clopts.sh 11.4 KB
suite-decryption.sh 5.92 KB
suite-fileformats.sh 5.3 KB
suite-io.sh 5.35 KB
suite-nameres.sh 6 KB
suite-unittests.sh 3.14 KB
suite-wslua.sh 12.4 KB
test-backend.sh 6.71 KB
test.sh 7.63 KB

Latest revisions

# Date Author Comment
5fda2326 07/12/2014 08:08 AM Evan Huus

make unit-test suite work out-of-tree

Change-Id: I638015a9b55712bb6843d6756c9c55915e142372
Reviewed-on: https://code.wireshark.org/review/2893
Reviewed-by: Peter Wu <>
Reviewed-by: Evan Huus <>

a87e2922 06/26/2014 11:47 PM Evan Huus

Tighten the dump-glossary test.

1. The only indication we get of an out-of-order value string is a message on
STDERR, so check that and fail the test if STDERR wasn't empty.
2. This exposes an out-of-order value string in packet-stun.c; fix it.
3. This triggered the pre-commit hook on packet-stun.c, which noticed an API...
81963e7f 06/25/2014 07:02 PM Gerald Combs

Decrease TRAFFIC_CAPTURE_DURATION from 60s to 15s.

Change-Id: Ie6d6ac0489f0fcb506360a3900d33c44cb3477e9
Reviewed-on: https://code.wireshark.org/review/2664
Reviewed-by: Gerald Combs <>

fca7b3f4 06/18/2014 02:32 PM Evan Huus

Check for lua by grepping the output of tshark -v

Grepping config.h doesn't work for out-of-tree builds.

Change-Id: If3f551dffb04dd646f5adece57fac90dc48ff1c9
Reviewed-on: https://code.wireshark.org/review/2389
Reviewed-by: Evan Huus <>

6db77b00 05/24/2014 02:31 PM Guy Harris

Allow wtap_read() and wtap_seek_read() to return records other than packets.

Add a "record type" field to "struct wtap_pkthdr"; currently, it can be
REC_TYPE_PACKET, for a record containing a packet, or
REC_TYPE_FILE_TYPE_SPECIFIC, for records containing file-type-specific...

a1e6b102 05/20/2014 11:17 PM Evan Huus

Fix lua directory tests.

The underlying directory iterator is not guaranteed to return directories in the
same order according to the glib documentation, so don't rely on the directory
order being the same when testing it.
https://developer.gnome.org/glib/2.37/glib-File-Utilities.html#g-dir-read-name...

4272cb87 04/27/2014 05:55 PM Evan Huus

Revert part of g757db64e484b009c3

It was intended to change the DTLS decryption test, but changed the SSL test
file instead, which led to the SSL test mysteriously failing. The SSL capture
really is http, so that's the right protocol, and the port is the standard 443,...

c6d41f96 04/26/2014 05:45 PM Evan Huus

Have DTLS just dissect the test capture as data

Follow-up to g757db64e484b009c33b67b5fa38e109d7b8f5e78 which changed the filter
being tested but didn't change the target protocol, so the test was still
failing because it was still trying to use HTTP.

Change-Id: I6675cfad3bba63f7a536eb7ae82e4b25132d108e...

757db64e 04/25/2014 12:20 AM Michael Mann

Don't use HTTP filter for DTLS decryption test as it's not really HTTP traffic (and a more discerning HTTP dissector will cause this to fail)

Change-Id: I74ea78f541f87000d84c85794d04e9de46d477f2
Reviewed-on: https://code.wireshark.org/review/1333
Reviewed-by: Anders Broman <>

f52626cc 04/17/2014 10:04 AM Hadriel Kaplan

Add tvb_get and proto_tree_add for string-encoded byte arrays

This commit adds tvb_get_string_bytes and proto_tree_add_bytes_item routines for
getting GByteArrays fields from the tvb when they are encoded in ASCII hex string form.

The proto_tree_add_bytes_item routine is also usable for normal...

View revisions

Also available in: Atom