aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-thrift.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-31thrift: fix conflictAlexis La Goutte1-2/+2
2022-06-12Add support for UUID type in ThriftTriton Circonflexe1-0/+48
2022-05-22Some check_typed_item_calls.py warning fixes.Martin Mathieson1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-5/+5
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-3/+3
2021-11-04[Thrift] Limit depth of nested types using p_set_proto_depthTriton Circonflexe1-3/+48
2021-09-18thrift: Fix Wmissing-protypes warningAlexis La Goutte1-1/+1
2021-09-11Fix spelling errors.Guy Harris1-1/+1
2021-09-07Thrift: Allow partial definition of sub-dissectorsTriton Circonflexe1-3/+24
2021-09-06Thrift: Improve error reportingTriton Circonflexe1-3/+29
2021-09-06thrift: Fix Dead Store Found by Clang AnalyzerAlexis La Goutte1-2/+2
2021-09-01Thrift: Fix warning about unused variable.Anders Broman1-1/+1
2021-08-29Thrift: make some functions static.Martin Mathieson1-4/+4
2021-08-27Thrift: Complete handling of Binary & Compact protocolsTriton Circonflexe1-597/+3062
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2018-12-20Thrift: Update to distinguish between map key and value typesSteve Osselton1-2/+14
2018-12-19Thrift: Update to use guint32 for iterator to eliminate castSteve Osselton1-9/+9
2018-12-19Thrift: Update to support Set typesSteve Osselton1-0/+38
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-1/+1
2018-03-14thrift: Fix typo in dissector table descriptionGraham Bloice1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-06[Thrift] Handle optional elememts in struct.AndersBroman1-1/+17
2018-02-06[Thrift] Add methods for the 64bit types.AndersBroman1-0/+54
2018-02-06Thrift: stop dissection when encountering an unknown/unexpected typePascal Quantin1-39/+51
2018-01-11[Thrift] Make it easier to make specific Thrift dissectorsAndersBroman1-17/+314
2018-01-08[Thrift] Dissect Thrift over SSL.AndersBroman1-21/+39
2017-03-22Thrift: Register for media-type application/x-thriftUli Heilmeier1-0/+3
2016-02-04THRIFT: add heuristic for TFramedTransportJason Heimann1-2/+24
2016-02-03THRIFT: add dissection of T_MAPJason Heimann1-2/+47
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-19[thrift] fix a minor bug; Also: use col_clear()Bill Meier1-2/+4
2015-06-08THRIFT: fix function name typoAlexis La Goutte1-2/+2
2015-06-08Add editor-modelines; Don't use tabwidth=4; Adjust whitespace.Bill Meier1-337/+337
2015-05-13[Thrift] Strengthen the heuristic.AndersBroman1-1/+4
2015-05-06[Thrift] Fix a copy-paste-o and add dissecton of T_BYTEAndersBroman1-2/+13
2015-05-06THRIFT: Fix Mac BuildbotAlexis La Goutte1-12/+12
2015-05-06Add a THRIFT dissector.AndersBroman1-0/+440