aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-09-28dfilter: Fix use-after-freeJoão Valverde1-0/+4
2023-09-28dfilter: Allow using matches operator with value stringsJoão Valverde1-0/+4
2023-09-27Revert changes to JSON boolean formatJoão Valverde1-56/+56
2023-09-26Test and handle spaces in our build directoryGerald Combs4-9/+10
2023-09-24Tests: Fix default option argumentJoão Valverde2-2/+2
2023-09-24GitLab CI: Use debug build type with merge requestsJoão Valverde2-3/+10
2023-09-22sharkd: add hosts tapNiels Widger2-0/+57
2023-09-22dfilter: Change default boolean representation to True/FalseJoão Valverde2-86/+86
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-0/+21
2023-09-21dfilter: Fix parsing booleans as value stringsJoão Valverde1-0/+7
2023-09-19HTTP: File data is bytes, not a stringJohn Thacker1-7/+13
2023-09-19802.1cb: Add a dissector for the 802.1cb R-TAG protocolSteve Williams1-0/+0
2023-09-14test: Skip global name resolution tests on macOSGerald Combs1-6/+11
2023-09-11Tests: Add tests for follow websocket streamMikael Kanstrup5-0/+272
2023-09-10Test: Change the capture used for expert info testingJohn Thacker1-9/+29
2023-09-09GitLab CI+Tests: Add a --disable-gui optionGerald Combs3-4/+22
2023-09-08dfilter: Extend support for timezones in filter expressionsJoão Valverde1-6/+31
2023-09-08Frame: Always print frame arrival time in Local/UTC/UnixJoão Valverde4-20/+52
2023-09-07Clean up handling of string encodings for byte arrays and absolute times.Guy Harris1-30/+21
2023-09-04dfilter: Fix parsing a time format with "UTC"João Valverde1-0/+4
2023-09-03Tests: Prevent empty log messagesJoão Valverde1-5/+10
2023-09-02Tests: Add some logging to dfilter suiteJoão Valverde1-0/+6
2023-09-02Tests: Modernize dfilter assertionsJoão Valverde3-41/+31
2023-08-30TCP: Add expert infos on SACK PERM optionJaap Keuter1-0/+0
2023-08-27With -D, always let the user know if capture_interface_list() fails.Guy Harris2-2/+7
2023-08-23Lua: Load init.lua from plugins directoryJoão Valverde1-2/+0
2023-08-23Lua: Remove package.prepend_pathJoão Valverde1-1/+0
2023-08-23sharkd: Add "capture_types" and "encap_types" to "info" methodNiels Widger1-0/+4
2023-08-23PCAP-NG File reader: Add ordinal block numberAndersBroman1-3/+3
2023-08-22sharkd: Fix incorrect "stop_time" field in "voip-calls" tapNiels Widger1-2/+2
2023-08-22test: Add Lua ByteArray integer testsStig Bjørlykke2-0/+219
2023-08-19sharkd: Generate "eo:<name>" object list in "download" method when neededNiels Widger1-0/+103
2023-08-16sharkd: Add optional "filter" parameter to "tap" methodNiels Widger1-0/+34
2023-08-16sharkd: Add "fn" field to "frame" outputNiels Widger1-1/+3
2023-08-16sharkd: add voip-calls and voip-convs tapsNiels Widger1-0/+420
2023-08-15sharkd: Add phs tap to sharkdNiels Widger3-0/+189
2023-08-09test: Fix lua tvbrange test since length is now in new encodingJohn Thacker1-28/+6
2023-08-08signature of check_lua_script has changedJonathan Landis1-1/+1
2023-08-08fix documentationJonathan Landis1-11/+2
2023-08-08test suite for lua add_packet_fieldJonathan Landis3-0/+1041
2023-08-08bugfix: proto_tree_add_time_item *endoff should be offset not lengthJonathan Landis1-2/+2
2023-08-08Update sharkd rtp-stream tap to match WiresharkNiels Widger1-0/+7
2023-08-08Refine lua tests for clarityDavid Perry11-715/+375
2023-07-25HTTP2: Modified to use common streaming reassembly helper functionHuang Qiangxiong1-0/+12
2023-07-25epan: Register dynamic column fields and make them filterableJohn Thacker3-6/+81
2023-07-24dfilter: Fix `all .. in` operator semanticsJoão Valverde1-0/+16
2023-07-10manuf: Increase truncation size to 12João Valverde3-16/+16
2023-07-08dfilter: Add XOR logical operatorJoão Valverde1-0/+19
2023-07-07dfilter: Remove limitation using subtractionJoão Valverde2-5/+3
2023-07-03Change frame.time_epoch to FT_ABSOLUTE_TIMEJoão Valverde3-12/+12