aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-thrift.c
AgeCommit message (Expand)AuthorFilesLines
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