aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-31SMPP: General improvementsMichael Mann1-913/+841
2018-12-31KNET: Validate the length field before claiming packetMichael Mann1-0/+8
2018-12-31GSM over IP: Require a valid message type for dissection.Michael Mann1-10/+24
2018-12-31Update the comment again.Guy Harris1-6/+12
2018-12-31Update a comment.Guy Harris1-3/+5
2018-12-31Use size_t, not int, for sizes.Guy Harris1-60/+89
2018-12-30Qt: traffic table: remove a tap listener only onceMartin Kaiser2-6/+0
2018-12-30CMake: clean up FindGCRYPT.cmakePeter Wu1-31/+32
2018-12-30srt: fix not a Doxygen trailing comment [-Wdocumentation]Alexis La Goutte1-10/+10
2018-12-30asn2wrs.py: fix regression introduced by gf4b0b2109Pascal Quantin1-1/+2
2018-12-30[Automatic update for 2018-12-30]Gerald Combs8-232/+288
2018-12-30Revert "Add routines to load Lua programs that assume the path is UTF-8 on Wi...Peter Wu2-171/+2
2018-12-30Fixes ASN.1 generation for VALS using 64 bitsChristophe GUERBER1-1/+4
2018-12-30Use cmdarg_err() to report errors in CLI taps.Guy Harris21-37/+68
2018-12-29CMake output: Show Windows paths for the VC redist filesGraham Bloice2-3/+4
2018-12-29Fix indentation.Guy Harris1-11/+10
2018-12-29Add support for RSA decryption using PKCS #11 tokensPeter Wu11-15/+431
2018-12-29Lua: fix crash in reloading Lua plugins that use FileHandlerPeter Wu2-19/+52
2018-12-29Add jsonraw to tshark's -T man page synopsisJim Young1-1/+1
2018-12-29docsis: enhancements and additions for DOCSIS TLVs 5.20 and 5.40Andrii Vladyka1-4/+7
2018-12-29test: add tests for Unicode paths in Lua and tshark -G foldersPeter Wu4-1/+119
2018-12-29Windows: fix handling of Unicode paths in LuaPeter Wu3-7/+14
2018-12-29Fix typo: aplications to applicationsJim Young2-2/+2
2018-12-29Add interface name when outputting packets dropped.Michael Mann5-18/+34
2018-12-29Small cleanups.Guy Harris1-3/+4
2018-12-28Fixed ASTERIX 6bit callsign decodingAtli Guðmundsson1-10/+11
2018-12-28Correct PsId dissection in WSMPChristophe GUERBER1-19/+27
2018-12-28DNS: Use seconds as resolution for stat response time.Michael Mann1-3/+3
2018-12-28Allow floating point values for stats_treeMichael Mann22-193/+401
2018-12-28GTPv2: fix dissection of APN IEPascal Quantin1-35/+29
2018-12-28NAS EPS: upgrade dissector to v15.5.0Pascal Quantin1-4/+18
2018-12-283GPP NAS: upgrade dissector to v15.5.0Pascal Quantin3-5/+57
2018-12-28Z39.50: Implementation of Z39.50 Information Retrieval protocolCraig Jackson13-2/+17552
2018-12-27test: fix import in suite_dissectors/group_asterix.Dario Lombardo1-1/+1
2018-12-27Qt: Show Python scripts as links in the about box.Stig Bjørlykke2-10/+4
2018-12-27DNS: Use microsecond resolution for request/response statistics.Michael Mann1-2/+3
2018-12-27ebhscr: fixing WTAP_ENCAP_EBHSCRPantar Ana3-1/+8
2018-12-27json_dumper: add json_dumper_value_va_list().Dario Lombardo3-4/+20
2018-12-27ISAKMP: Fix a crash when no decryption data block is thereJaap Keuter1-13/+14
2018-12-27packet-http: Fix whitespace issuesGraham Bloice1-2/+2
2018-12-27test: add comment to fixture.Dario Lombardo1-0/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris212-807/+819
2018-12-26Don't allocate per-frame data if we don't have an F5 trailer.Guy Harris1-26/+19
2018-12-26gcsna: fix no previous prototype for function 'proto_[register|reg_handoff]_g...Alexis La Goutte1-0/+3
2018-12-26ssh-base: fix no previous prototype for ‘extcap_log’ [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2018-12-26test: add suite_outputformats for json output regression testing.Dario Lombardo5-0/+3882
2018-12-26Added a generic dissector validator and some ASTERIX unit tests that use it.Atli Guðmundsson4-0/+1619
2018-12-26print: use frame date instead of current for json index.Dario Lombardo1-6/+4
2018-12-26Declare register and register-handoff functions.Alexis La Goutte1-0/+3
2018-12-26Make dissect_oer_not_decoded_yet() static.Alexis La Goutte1-1/+2