summaryrefslogtreecommitdiff
path: root/asn1/inap/packet-inap-template.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-274/+0
2016-02-04ASN1: fix misspelling (found by Lintian)Alexis La Goutte1-2/+2
2016-01-05INAP: fix indent (use 2spaces and modelines)Alexis La Goutte1-59/+69
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-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-0/+9
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+0
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-0/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-1/+0
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+4
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-0/+14
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
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-05Add a couple of OID strings.Anders Broman1-0/+3
2011-04-02-Whitespace fix in gsm_map-template(no need to regenerate).Anders Broman1-0/+7
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-01Dissect error code.Anders Broman1-0/+2
2009-12-15From Vasil Velichkov:Anders Broman1-0/+2
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
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 Broman1-419/+15
2008-07-22Get rid of some unused code warnings.Anders Broman1-48/+48
2008-04-17Another (somewhat blind) attempt to help bug 2053: don't create the INAP hand...Jeff Morriss1-16/+16
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-1/+1
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-07-23Fix bugAnders Broman1-0/+3
2007-06-05Squelch some warnings - including some that appear legitimate; the nameGuy Harris1-3/+3
2007-06-03Add some opcodes and mark func as _U_ in packet-ber.cAnders Broman1-8/+148
2007-06-03INAP:Anders Broman1-1/+1
2007-06-01Regenerate the INAP dissector with the -X option using the original asn1 filesAnders Broman1-3/+3
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-302/+84
2007-05-06Start introducing actx to ber functions.Anders Broman1-14/+14
2007-01-04Make the recent INAP change in the template file as well.Anders Broman1-1/+1
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...Anders Broman1-1/+1
2006-06-10Mark "inap.tcap.itu_ssn" and "inap.tcap.itu_ssn1" as obsoleteGuy Harris1-0/+4
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-21From Jeff Morris:Anders Broman1-29/+37
2005-12-17Have tcap subdissectors registering using functions provided by tcap and tcap...Luis Ontanon1-4/+5
2005-12-01Fix a typoAnders Broman1-1/+1
2005-11-30Connec all op types to the asn1 code. Use #.PDU to get hf fields auto generated.Anders Broman1-56/+120
2005-11-29ISUP - Export functions used by INAP and CamelAnders Broman1-48/+158
2005-11-02From TimAnders Broman1-0/+11