aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-camel.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-08We really only need one range_foreach routine.Guy Harris1-4/+4
2017-01-30Convert GHashTable -> wmem_map_t for ASN.1 disseectorsMichael Mann1-18/+12
2017-01-07Convert range API to always use wmem memory.Michael Mann1-3/+3
2016-09-20camel: use ws_strtoi in template.Dario Lombardo1-10/+11
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-3/+3
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-10/+6
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo1-1/+2
2016-05-13Add filterable fields for each ISUP number.Jeff Morriss1-4/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-20/+20
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-25/+25
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-3/+3
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-5/+5
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-2/+2
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-3/+3
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-3/+3
2015-09-13Make other_decode_bitfield_value private to proto.c.Michael Mann1-14/+7
2015-08-26Camel: fix indent (use 2 spaces)Alexis La Goutte1-1/+1
2015-08-25[Camel] The tags used in EstablishTemporaryConnectionArg differs in V2 andAndersBroman1-29/+96
2015-08-21GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-pro...Alexis La Goutte1-1/+1
2015-08-20Camel: Fix indent (use 2 spaces) and add modelinesAlexis La Goutte1-130/+144
2015-08-06Fixup stat_tap table freeing.Gerald Combs1-4/+10
2015-08-04Convert Camel tap stats to new "generic stat API".Gerald Combs1-22/+115
2015-07-04asn1: split off cleanup routinesPeter Wu1-16/+12
2015-06-21Further refactor SRT stats.Michael Mann1-9/+51
2015-02-04[CAMEL] Dissect additionalCallingPartyNumber.AndersBroman1-9/+36
2015-01-16Remove seasonal memory from everything except address resolutionsMichael Mann1-2/+2
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-13/+11
2014-10-31CAMEL: tvb_length... -> tvb_reported_length...AndersBroman1-8/+8
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-6/+10
2014-10-10Remove (almost all) proto_tree_add_text calls in ISUP dissector.Michael Mann1-2/+2
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-12/+9
2014-06-19batch of manual tvb_length conversionsEvan Huus1-3/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-11/+11
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-11/+11
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-13/+0
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-18/+18
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-11/+9
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2013-12-30gcamel_StatSRT is set by the CLI CAMEL tap, so it can't be static.Guy Harris1-9/+10
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors themsel...Michael Mann1-28/+730
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-9/+10
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-7/+11
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
2013-10-28initialize tree variablesMartin Kaiser1-3/+3
2013-10-28Pass tcap_private into the dissectors that need it rather than use private_da...Michael Mann1-36/+34
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-12/+6
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-10/+24