aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-inap.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-12inap: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-06-09inap: Add Digits dissectionVasil Velichkov1-8/+112
2018-04-23Camel/Inap: add missing sub-treesIvan Nardi1-11/+15
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-8/+8
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-25asn2wrs.py: use 64 bits variant for constrained integers using MIN or MAX key...Pavel Strnad1-1/+1
2017-08-08We really only need one range_foreach routine.Guy Harris1-4/+4
2017-01-07Convert range API to always use wmem memory.Michael Mann1-3/+3
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-4/+3
2016-05-13Add filterable fields for each ISUP number.Jeff Morriss1-3/+3
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-9/+7
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-21/+28
2016-03-18INAP (ASN1): fix indent (use 2 spaces) and modelines infoAlexis La Goutte1-196/+196
2016-03-17[INAP] In dissect_returnErrorData in the .cnf file the parameter_pduAndersBroman1-6/+6
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-41/+41
2016-02-04ASN1: fix misspelling (found by Lintian)Alexis La Goutte1-3/+3
2016-01-05INAP: fix indent (use 2spaces and modelines)Alexis La Goutte1-57/+67
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-1/+1
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-04-09Replace deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-3/+3
2015-02-04[INAP] Make INAP a new style dissector and add an OID dissector forAndersBroman1-4/+6
2015-02-04[INAP] Add dissection of CauseAndersBroman1-7/+34
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-9/+8
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-22/+22
2014-10-10Remove (almost all) proto_tree_add_text calls in ISUP dissector.Michael Mann1-1/+1
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-16/+19
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-30/+22
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-2/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-31/+30
2013-12-08- Forward declaration of register functions.Anders Broman1-8/+12
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-33/+28
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-33/+44
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-196/+196
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-8/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-193/+193
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-26In dissect_invokeData(), fixup the default case of the switch statement. Fix...Chris Maynard1-48/+50
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-11-14[-Wunused-but-set-variable]Anders Broman1-5/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-10-05Add a couple of OID strings.Anders Broman1-2/+5
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-39/+39
2011-04-05Compile fix: camel_obj_id -> obj_id.Stig Bjørlykke1-1/+1
2011-04-05Actually get the oid string ...Anders Broman1-11/+29