aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hdcp2.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-32/+32
2023-10-16Make `grep proto_register_protocol` more usefulGerald Combs1-3/+1
2023-03-11Fix some warnings from check_typed_item_calls.pyMartin Mathieson1-2/+2
2021-09-16ptvcursor: add explicit memory scopeEvan Huus1-1/+1
2021-07-13prefs_register_protocol_obsolete protocols with only obsolete prefsChuck Craft1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-21HDCP: Add support for HDCP 2.2 commandsColin Foster1-6/+93
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-1/+1
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-1/+1
2017-02-01hdcp2: convert GHashTable to wmem_map.Dario Lombardo1-4/+4
2016-07-11hdcp2: don't throw an exception during heuristic checkMartin Kaiser1-0/+4
2016-02-16const gpointer -> gconstpointerJoão Valverde1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-8/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-2/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+2
2013-08-05remove unnecessary if (tree) checks in packet-hdcp2.c,Martin Kaiser1-12/+7
2013-05-26Batch of filterable expert infos.Michael Mann1-5/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-23Update spec link to version 2.1Jörg Mayer1-1/+1
2012-08-23Add comment where to find the specificationJörg Mayer1-2/+7
2012-08-15dissect ake_send_pairing_info messageMartin Kaiser1-30/+36
2012-08-15move hdcp2 dissector to a separate fileMartin Kaiser1-0/+327