aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/inap
AgeCommit message (Expand)AuthorFilesLines
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 CauseAndersBroman2-0/+26
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+0
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-2/+0
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 Mann2-3/+6
2014-07-31Add more files to the distribution.Guy Harris1-0/+4
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-3/+3
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-3/+3
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-1/+2
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 Morriss19-27/+0
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+4
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
2013-09-18Remove all non-ASCII characters from all .asn files. I didn't see the harm i...Chris Maynard1-84/+84
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-11/+6
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann2-6/+17
2013-05-07Another set of asn1 protocols can now be generated with cmakeJörg Mayer1-0/+65
2013-05-05Just whitespace changesJörg Mayer1-0/+1
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
2012-03-26In dissect_invokeData(), fixup the default case of the switch statement. Fix...Chris Maynard1-8/+10
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-3/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-4/+4
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-10/+6
2011-10-05Add a couple of OID strings.Anders Broman1-0/+3
2011-04-05Compile fix: camel_obj_id -> obj_id.Stig Bjørlykke1-1/+1
2011-04-05Actually get the oid string ...Anders Broman1-1/+4
2011-04-02-Whitespace fix in gsm_map-template(no need to regenerate).Anders Broman2-2/+15
2010-11-07Make the changes from:Anders Broman1-1/+1
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-03-01Make it look a little like some other Makefile.common files, and get ridGuy Harris1-9/+6
2010-03-01Try to get rid of unused code warnings.Anders Broman3-9/+20
2010-03-01Dissect error code.Anders Broman5-35/+38
2010-01-17Get rid of check_col();Anders Broman1-4/+0
2009-12-15From Vasil Velichkov:Anders Broman2-0/+15
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-11-07Minor cleanup related to proto_reg_handoff...Bill Meier1-6/+4
2008-07-28Get rid of some unused code warnings.Anders Broman3-496/+146