aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-inap.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-02-Whitespace fix in gsm_map-template(no need to regenerate).Anders Broman1-17/+28
2010-11-05Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-1/+1
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-88/+88
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-559/+559
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-10/+8
2010-04-06#include <stdio.h> not needed.Bill Meier1-9/+8
2010-03-01Try to get rid of unused code warnings.Anders Broman1-135/+24
2010-03-01Dissect error code.Anders Broman1-43/+392
2010-01-17Get rid of check_col();Anders Broman1-24/+20
2009-12-15From Vasil Velichkov:Anders Broman1-8/+24