aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvbci.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-1/+8
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-1/+1
2015-06-04DVB-CI: minor cleanupMartin Kaiser1-2/+2
2015-05-25DVB-CI: clean up the expert info definitionsMartin Kaiser1-55/+130
2015-05-25DVB-CI: kill the last two proto_tree_add_text() callsMartin Kaiser1-4/+8
2015-05-25DVB-CI: remove NULL-checks for proto_item_append_text()'s first argumentMartin Kaiser1-6/+3
2015-05-20DVB-CI: change two proto_tree_add_text() calls into expert infoMartin Kaiser1-5/+8
2015-05-19DVB-CI: remove some more proto_tree_add_text() callsMartin Kaiser1-11/+25
2015-05-18DVB-CI: remove proto_tree_add_text() calls from the appmmi resourceMartin Kaiser1-8/+28
2015-05-18DVB-CI: remove proto_tree_add_text() calls from the operator profile resourceMartin Kaiser1-15/+25
2015-05-18DVB-CI: remove proto_tree_add_text() calls from the transport layerMartin Kaiser1-9/+11
2015-05-18DVB-CI: fix a TPDU parsing errorMartin Kaiser1-15/+14
2015-05-10DVB-CI: remove some more proto_tree_add_text() callsMartin Kaiser1-22/+21
2015-05-04DVB-CI: make some more items filterableMartin Kaiser1-6/+19
2015-05-03DVB-CI: remove some proto_tree_add_text() callsMartin Kaiser1-7/+28
2015-03-29DVB-CI Card Information Structure (CIS): start dissecting the device tuplesMartin Kaiser1-0/+57
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-2/+2
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-8/+8
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-9/+7
2014-09-18Fix encoding-arg mostly for FT_UINT_STRING; Also: Do misc as needed.Bill Meier1-1/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-08-02fix multi-byte entries in Operator Profile capability loopsMartin Kaiser1-1/+1
2014-07-11Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier1-1/+1
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-59/+35