aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-02Test: Remove the Bash test scripts.Gerald Combs19-4351/+6
2018-05-02Force textify.ps1 to read files as UTF-8.Gerald Combs1-1/+7
2018-05-02mgcp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2018-05-02Fix the utility-launcher to look at the name it's run as.Guy Harris1-1/+5
2018-05-02Test: Add wslua.Gerald Combs3-4/+281
2018-05-01Test: Fix capinfos output and command paths.Gerald Combs3-14/+19
2018-05-01obex: Fix request response arrowsDylan Ulis1-2/+2
2018-05-01prefs: fix crash when setting certain obsolete port preferencesPeter Wu1-3/+10
2018-05-01ZigBee: Add remaining attributes from Smart Energy Device Management clusterKenneth Soerensen1-8/+472
2018-05-01Qt: do not further modify filename from Save dialogPeter Wu4-1/+29
2018-05-01Qt: improve extension selection in Save As dialogPeter Wu2-25/+88
2018-05-01BOOTP BSDP: Allow "pad" and "end" suboptions.Darius Davis1-4/+15
2018-05-01gsm_r_uus1: Fix Dead Store (Dead assignement/Dead increment) Warning found by...Alexis La Goutte1-1/+0
2018-05-01bfcp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2018-05-01TPM20: fully initialize tpm_entry structurePascal Quantin1-0/+2
2018-05-01TPM20: add file to .editorconfigPascal Quantin1-0/+4
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke432-456/+886
2018-05-01Use common indenting space in headingStig Bjørlykke48-516/+516
2018-05-01Test: More fixes and updates.Gerald Combs4-16/+20
2018-04-30Test: Add unittests.Gerald Combs4-0/+68
2018-04-30Test: More fixups.Gerald Combs1-3/+2
2018-04-30Test: Add a missing global.Gerald Combs1-0/+1
2018-04-30Test: Add text2pcap.Gerald Combs3-1/+301
2018-04-30Test: Add name resolution.Gerald Combs5-3/+127
2018-04-30LDSS: Fix a read overrun in dissect_ldss_transfer.Darius Davis1-1/+1
2018-04-30WSDG: Remove ENABLE_CHM_GUIDESDylan Ulis1-1/+1
2018-04-30pdcp-nr: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2018-04-30NAS EPS: fix dissection of UE security capability IEPascal Quantin1-4/+0
2018-04-30plugins: Remove autotools specific code for build pathJoão Valverde1-49/+1
2018-04-30Lua: Remove autotools specific code for build pathJoão Valverde1-12/+1
2018-04-30Qt: Make the selected packet in the packet list more clear.Paul Zander1-12/+24
2018-04-30checkAPIs.pl: fix false positive with C++ method namesPeter Wu1-1/+6
2018-04-30Lua: ensure that DATA_DIR and USER_DIR have trailing slashesPeter Wu4-6/+11
2018-04-30lwm2mtlv: Add interpretations checksStig Bjørlykke1-4/+15
2018-04-29Source files should not be executable files.Jaap Keuter1-0/+0
2018-04-29DCT2000: Only look up old protocol name mappings if preference enabledMartin Mathieson1-75/+68
2018-04-29ieee80211: Improve support of the HotSpot 2.0 specification.Richard Sharpe1-58/+781
2018-04-29[Automatic update for 2018-04-29]Gerald Combs2-20/+102
2018-04-28Pick the *first* usable file type as the default, not the *last* one.Guy Harris1-0/+1
2018-04-28Fix minor leak in filter_expression_new.Darius Davis1-4/+4
2018-04-28lwm2mtlv: Handle String data type as UTF-8Stig Bjørlykke4-3/+39
2018-04-28GSM-R protocol dissectorMichail Koreshkov3-0/+937
2018-04-27Test: Quote our Python executable.Gerald Combs1-1/+1
2018-04-27Test: Add mergecap.Gerald Combs3-4/+312
2018-04-27Test: Add fileformats and I/O.Gerald Combs13-92/+358
2018-04-27test: Miscellaneous fixups.Gerald Combs5-11/+26
2018-04-27Bluetooth HCI: Add missing LE event mask fieldsAllan Møller Madsen1-2/+58
2018-04-27MGCP: add support to local/remote voice metrics optionHadar1-6/+446
2018-04-27capture_ifinfo: Don't try to write to an invalid address.Gerald Combs1-1/+3
2018-04-26Start porting our test scripts to Python. Add ctest support.Gerald Combs14-90/+1802