aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-fileformats.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite-fileformats.sh')
-rwxr-xr-xtest/suite-fileformats.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite-fileformats.sh b/test/suite-fileformats.sh
index bf78a2d22e..10a04794ee 100755
--- a/test/suite-fileformats.sh
+++ b/test/suite-fileformats.sh
@@ -128,9 +128,9 @@ tshark_ff_suite() {
test_step_add "Microsecond pcap via stdin" ff_step_usec_pcap_stdin
test_step_add "Nanosecond pcap via stdin" ff_step_nsec_pcap_stdin
test_step_add "Nanosecond pcap direct read" ff_step_nsec_pcap_direct
-# test_step_add "Microsecond pcap-ng via stdin" ff_step_usec_pcapng_stdin
+ test_step_add "Microsecond pcap-ng via stdin" ff_step_usec_pcapng_stdin
test_step_add "Microsecond pcap-ng direct read" ff_step_usec_pcapng_direct
-# test_step_add "Nanosecond pcap-ng via stdin" ff_step_nsec_pcapng_stdin
+ test_step_add "Nanosecond pcap-ng via stdin" ff_step_nsec_pcapng_stdin
test_step_add "Nanosecond pcap-ng direct read" ff_step_nsec_pcapng_direct
}