aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rnsap/packet-rnsap-template.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-189/+0
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-5/+5
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-5/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-3/+0
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-4/+4
2014-06-21batch of tvb-length conversionsEvan Huus1-6/+6
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-6/+6
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-6/+6
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-2/+0
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-3/+3
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
2013-06-19Add some missing wmem includes that apparently only show up on Windows.Evan Huus1-0/+1
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-12/+12
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-11Make it possible to dissect private IE'sAnders Broman1-0/+9
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
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
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-3/+2
2007-07-30RNSAP updated to V7.5.0 (2007-06)Tomas Kukosa1-0/+5
2007-05-30- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAPTomas Kukosa1-7/+0
2007-05-24- RNSAP calls RRC through dissector handle instead of direct function callTomas Kukosa1-4/+5
2007-05-16use some by mistake unused typesTomas Kukosa1-3/+0
2007-05-15get rid of the rest of dummy ASN.1 code and switch()Tomas Kukosa1-324/+22
2007-05-14- RNSAP regenerated from the last specification Release 6 V6.13.0 (2007-03)Tomas Kukosa1-1435/+42
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+2
2007-04-18usage of new #.MAKE_DEFINES asn2wrs directive in RNSAPTomas Kukosa1-479/+2
2006-08-08Routines for Universal Mobile Telecommunications System (UMTS) Radio Resource...Anders Broman1-0/+1
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-8/+8
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa1-1/+1
2006-06-20From Albert Chin:Anders Broman1-1/+8
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-524/+524
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-15regenerated with new asn2ethTomas Kukosa1-1/+0
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman1-1/+2
2006-03-01Replace commenting-out of code with "#if 0"/#endif" - it's a bit saferGuy Harris1-6/+9
2006-02-23Add TCAP ssnAnders Broman1-1/+24
2006-02-17Dissect the rest of the IE:sAnders Broman1-1/+319
2006-02-17Squelch some compiler warnings.Guy Harris1-21/+20
2006-02-16Add dissection of all Signals and more IE:sAnders Broman1-18/+674
2005-12-20Add dissection of RNSAP, not complete yet.Anders Broman1-0/+1359