aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_tcap.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-5/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-29/+29
2016-01-01Clean up response matching type preference.Guy Harris1-14/+19
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann1-8/+7
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-06[Dissector tables] DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE -> DISSECTOR_TABLE_ALL...AndersBroman1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-09-15asni_tcap: actually regenerate dissector after cleanupPeter Wu1-4/+3
2015-07-04asn1: split off cleanup routinesPeter Wu1-15/+11
2015-04-09Replace deprecated API tvb_length... with tvb_reported_length...AndersBroman1-4/+4
2015-01-15Modify the errorcode defenition to suit ANSI MAP, this is (probably) OK asAndersBroman1-5/+31
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-8/+5
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-10/+18
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-4/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-28/+17
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-6/+6
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-23/+22
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14Regenerate ANSI TCAP dissector from the changes in r54499.Guy Harris1-3/+10
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors themsel...Michael Mann1-6/+5
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-11-23Convert ASN1 dissectors from ep_address_to_str to address_to_str. Clean up a bitEvan Huus1-16/+17
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-27Have ANSI TCAP dissector pass data through subdissector parameter instead of ...Michael Mann1-4/+3
2013-06-19Convert a batch of asn1 dissectors from emem to wmem.Evan Huus1-7/+7
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-23/+23
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-20svn path=/trunk/; revision=48440Anders Broman1-5/+7
2013-03-19From beroset:Anders Broman1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-44/+44
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-5/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-18make hash key session scopedMichael Mann1-18/+7
2012-08-18Mark a parameter as unused.Guy Harris1-7/+5
2012-08-18epan/dissectors/packet-ansi_tcap.c shouldn't be edited - it's generatedGuy Harris1-6/+4
2012-08-18Use capture scoped memory for hash table functionalityMichael Mann1-2/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-19Fix Warnings.Anders Broman1-6/+6
2011-11-17Add a dissector table for National operation codes.Anders Broman1-10/+18
2011-11-16Dissect national Opcode.Anders Broman1-25/+134
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-27/+27
2011-02-04Introduce preferences to set the strictness of Invoke/responseAnders Broman1-13/+46