aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-21add variable ie infothomas/dectthomasDOTwtf1-5/+159
2019-01-16add additional DECT typesthomasDOTwtf1-0/+109
2019-01-15added additional 7.4.5 MM valuesthomasDOTwtf1-3/+28
2019-01-05WIP: Initial dissector for DECT NWK layerHarald Welte2-0/+336
2019-01-05dect-dlc: Don't call NWK dissector if there's no payloadHarald Welte1-4/+6
2019-01-04WIP: Initial dissector for DECT DLC protocol layerHarald Welte3-2/+306
2019-01-04WIP: Dissector for Aastra/Mitel DECT over RAW EthernetHarald Welte2-0/+242
2019-01-04extcap: fix --extcap-version argument to include the versionPeter Wu1-1/+1
2019-01-04commit-msg: accept commit messages with backslashesPeter Wu1-2/+2
2019-01-04wsutil: fix code according to clang-tidy.Dario Lombardo1-3/+3
2019-01-04wiretap: fix code according to clang-tidy.Dario Lombardo6-13/+13
2019-01-04Qt: Add "Show in Finder/Folder" for plugins.Stig Bjørlykke2-0/+29
2019-01-04ws_mempbrk_sse42: use same var names.Dario Lombardo1-12/+12
2019-01-04ws_pipe: use same var name.Dario Lombardo1-1/+1
2019-01-04xtea: use same var name.Dario Lombardo1-8/+8
2019-01-04CRC6: Fixed CRC lookup table and functionsRoss5-1075/+58
2019-01-04epan: remove return from functions returning void.Dario Lombardo2-3/+0
2019-01-04WSDG: Add a note about Npcap licensing.Gerald Combs1-2/+20
2019-01-04WSDG: Stop recommending DDD.Gerald Combs2-27/+12
2019-01-04test/dissectorstest: assert that text2pcap and tshark runsPeter Wu1-2/+2
2019-01-04test: split SubprocessTestCase.run into setUp/tearDownPeter Wu1-38/+31
2019-01-04Remove a no-longer-needed DIAG_OFF/DIAG_ON pair.Guy Harris1-2/+0
2019-01-03doc/README.display_filter: Fix typo: asser -> assertJim Young1-1/+1
2019-01-03epan: remove redundant casts.Dario Lombardo9-17/+17
2019-01-03file: remove redundant cast.Dario Lombardo1-1/+1
2019-01-03sharkd: remove redundant cast.Dario Lombardo1-1/+1
2019-01-03extcap: remove redundant casts.Dario Lombardo1-3/+3
2019-01-03rawshark: remove redundant cast.Dario Lombardo1-1/+1
2019-01-03Put a period at the end of a sentence.Guy Harris1-1/+1
2019-01-03Slight fixup for where the capture code lives.Guy Harris1-2/+3
2019-01-03WSDG: Miscellaneous updates and fixes.Gerald Combs9-125/+170
2019-01-03test: print command output for dfiltertest failuresPeter Wu1-1/+2
2019-01-03Avoid definition collisions for INVALID_SOCKET.Guy Harris1-0/+2
2019-01-03Fix indentation.Guy Harris1-1/+1
2019-01-03tshark: remove redundant casts.Dario Lombardo1-5/+5
2019-01-03capture_sync: use the same var name as in other places.Dario Lombardo1-1/+1
2019-01-03doc: update README.display_filter for new test locationPeter Wu1-30/+19
2019-01-03release-notes: document TLS and library changesPeter Wu1-0/+11
2019-01-03epan: use json_dumper for json outputs.Dario Lombardo4-356/+216
2019-01-03json_dumper: make json_dumper_bad fatal.Dario Lombardo1-1/+1
2019-01-03GeoNetworking cleanup and minor correctionsChristophe GUERBER2-48/+28
2019-01-03debian: update symbols.Dario Lombardo1-0/+1
2019-01-03ieee80211: print the RU Allocation in decimalEmmanuel Grumbach1-2/+2
2019-01-03knsxip: fix headerAlexis La Goutte2-4/+4
2019-01-03geonw: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2019-01-03knxip: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+11
2019-01-03Add dissector for Great Britain Companion Specification (GBCS)Kenneth Soerensen3-0/+1773
2019-01-03Couchbase: Fixup a shadow variable.Gerald Combs1-4/+4
2019-01-03Windows: use lua-unicode as built with VS 2017Peter Wu1-4/+4
2019-01-02Don't fall out of the loop on a write error.Guy Harris1-1/+1