aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvbci.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-21/+21
2021-08-20Use the wsutil/pint.h functions to fill in "exported PDU" headers.Guy Harris1-4/+3
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-18/+18
2021-07-17Delete various unused fieldsEvan Huus1-5/+0
2021-02-25dvb-ci: clean up the protocol column for mime filesMartin Kaiser1-0/+3
2021-02-21dvb-ci: afs resource: dissect file req / ackMartin Kaiser1-24/+40
2021-02-18dvb-ci: pass ami payload to mime-encap dissectorMartin Kaiser1-22/+7
2021-02-18dvb-ci: lsc resource: dissect ip config request and replyMartin Kaiser1-12/+84
2021-02-17dvb-ci: add the host control apdus from CI+ 1.4Martin Kaiser1-0/+10
2021-02-15dvb-ci: initial support for auxiliary file system resourceMartin Kaiser1-1/+67
2021-01-13DVB-CI: fix parameter names for payload functionsMartin Kaiser1-14/+14
2020-10-02Clean up URLs.Guy Harris1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-06-09dvb-ci: (trivial) fix two commentsMartin Kaiser1-2/+1
2020-04-19dvb-ci: register the dissector by nameMartin Kaiser1-3/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-2/+2
2018-09-25PMT, DVB-CI: remove packet-mpeg-pmt.hMartin Kaiser1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-13Remove circuit APIMichael Mann1-3/+3
2017-11-11DVB-CI: ensure that conversation_t stucture exists before using itPascal Quantin1-2/+2
2017-11-09DVB-CI: Convert circuit API to conversation APIMichael Mann1-65/+60
2017-11-08Have circuit functionality more closely mirror conversation functionalityMichael Mann1-4/+5
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-8/+2
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-66/+66
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu1-18/+0
2017-01-29Register reassembly tablesMichael Mann1-12/+5
2017-01-24dvbci: add shutdown routine.Dario Lombardo1-0/+10
2016-12-25DVB-CI: simplify dissection of the resource idMartin Kaiser1-22/+11
2016-12-23DVB-CI: don't call proto_tree_add_subtree_format() with tvb==NULLMartin Kaiser1-4/+10
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-20Convert uses of g_alloced data with tvb_new_child_real_data to use pinfo->poo...Michael Mann1-7/+4
2016-06-29Provide new interface for Export PDU.Michael Mann1-7/+23
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-18/+11
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-2/+2
2016-02-16const gpointer -> gconstpointerJoão Valverde1-2/+2
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-2/+2
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2016-01-12Don't define dvbci_event[] in a header, just declare it.Guy Harris1-0/+9
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-02wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-3/+0
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-8/+8
2015-08-19DVBCI: fix typo in commentLuke Mewburn1-1/+1