aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvbci.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-19Add the ability to dynamically add a new protocol to export PDU dialog boxPascal Quantin1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-5/+5
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-11/+9
2014-05-30avoid proto_tree_add_uint_format() when we just want the defaultMartin Kaiser1-5/+5
2014-05-19convert SEK and SIV to their binary form only once when a new key/iv isMartin Kaiser1-13/+24
2014-04-25remove some more unnecessary initial valuesMartin Kaiser1-5/+5
2014-04-25remove unnecessary initial valuesMartin Kaiser1-3/+3
2014-04-19More name changes.Guy Harris1-8/+8
2014-04-18Exported PDU: add support for more than 32 tagsPascal Quantin1-1/+4
2014-03-25if a .png file is sent on the application mmi resource, pass the fileMartin Kaiser1-2/+22
2014-03-24separate function to dissect File Acknowledge APDUMartin Kaiser1-67/+77
2014-03-24no need for if(tree)Martin Kaiser1-9/+7
2014-03-21test for >0Martin Kaiser1-1/+1
2014-03-21fix clear/scrambled detectionMartin Kaiser1-4/+11
2014-03-19Exported PDU: add support for data length on the wirePascal Quantin1-1/+2
2014-03-09add the CC protocol name to the info columnMartin Kaiser1-4/+149
2014-03-08Ensure that the input to strtoul ends with a null.Evan Huus1-1/+2
2014-03-06fix invalid offset for URI's EMIMartin Kaiser1-1/+1