aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-08 16:38:10 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-09 00:38:51 +0000
commitaf0f49e80dce20b50ca757b52c2454e137ce1c74 (patch)
treef4bdde99005a0d8374ebea72ff76f58b4c30073c /test/lua
parent94479aded162aecce6289bdf26f95073bed0dc55 (diff)
Use pcapng as the name of the file format.
At one point, I remember a discussion resulting in the official name of the next-generation replacement for pcap format being changed to "pcapng", with no hyphen. Make Wireshark reflect that. Change-Id: Ie66fb13a0fe3a8682143106dab601952e9154e2a Reviewed-on: https://code.wireshark.org/review/25214 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'test/lua')
-rw-r--r--test/lua/acme_file.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lua/acme_file.lua b/test/lua/acme_file.lua
index eefa67463b..2595d53fe4 100644
--- a/test/lua/acme_file.lua
+++ b/test/lua/acme_file.lua
@@ -416,9 +416,9 @@ function State:get_timestamp(line, file_position, seeking)
-- XXX - but for purposes of testing, we just force the year to
-- 2014, so that we can compare the result of this code reading
- -- an Acme log with the result of the pcap-ng reader reading a
- -- pcap-ng file with the same packets - the time stamps in
- -- pcap-ng files are times since the Epoch, so the year is known
+ -- an Acme log with the result of the pcapng reader reading a
+ -- pcapng file with the same packets - the time stamps in
+ -- pcapng files are times since the Epoch, so the year is known
self.tyear = 2014
end