wireshark/test/lua
Guy Harris 6db77b000f 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
data.

Modify code that reads packets to be able to handle non-packet records,
even if that just means ignoring them.

Rename some routines to indicate that they handle more than just
packets.

We don't yet have any libwiretap code that supplies records other than
REC_TYPE_PACKET or that supporting writing records other than
REC_TYPE_PACKET, or any code to support plugins for handling
REC_TYPE_FILE_TYPE_SPECIFIC records; this is just the first step for bug
8590.

Change-Id: Idb40b78f17c2c3aea72031bcd252abf9bc11c813
Reviewed-on: https://code.wireshark.org/review/1773
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-05-24 18:31:25 +00:00
..
acme_file.lua Allow wtap_read() and wtap_seek_read() to return records other than packets. 2014-05-24 18:31:25 +00:00
common_sets.lua
dir.lua Fix lua directory tests. 2014-05-21 03:17:15 +00:00
dissector.lua Add filterable expert info for Lua 2014-03-26 05:20:17 +00:00
field.lua
glib_sets.lua
globals_1.8.txt
globals_1.10.txt
gregex.lua
inspect.lua Fix spelling mistakes in Lua test scripts 2014-03-22 17:42:16 +00:00
int64.lua
listener.lua
luatest.lua
nstime.lua
pat2pcre.lua
pcap_file.lua Allow wtap_read() and wtap_seek_read() to return records other than packets. 2014-05-24 18:31:25 +00:00
pcre_sets.lua
pcre_sets2.lua
pinfo.lua
proto.lua Add filterable expert info for Lua 2014-03-26 05:20:17 +00:00
script_args.lua
struct.lua Add Lua Struct.values() function, and prevent coercion in all Struct functions 2014-03-23 07:05:30 +00:00
tvb.lua Add tvb_get and proto_tree_add for string-encoded byte arrays 2014-04-17 14:04:19 +00:00
verify_dissector.lua Add filterable expert info for Lua 2014-03-26 05:20:17 +00:00
verify_globals.lua