aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rnsap
AgeCommit message (Expand)AuthorFilesLines
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ørlykke2-5/+5
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
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 Meier2-3/+3
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss12-26/+0
2014-01-04Omit assignment for not used types.Anders Broman1-0/+4
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-09-18Remove all non-ASCII characters from all .asn files. I didn't see the harm i...Chris Maynard3-202/+202
2013-06-19Add some missing wmem includes that apparently only show up on Windows.Evan Huus1-0/+1
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-1/+1
2013-05-11I added EXPORT_FILES in too many places, remove themJörg Mayer1-4/+0
2013-05-10Some more protocols can be generated via cmakeJörg Mayer1-0/+35
2013-05-05Just whitespace changesJörg Mayer1-4/+4
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-12/+12
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
2012-05-11Make it possible to dissect private IE'sAnders Broman2-0/+14
2011-10-31Try to fix warnings.Anders Broman1-20/+26
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman2-5/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman7-87/+378
2010-11-15Use value_string_ext fcns to access several value_string arrays.Bill Meier1-3/+11
2010-11-15Use value_string_ext fcns to access a value_string array.Bill Meier1-5/+8
2010-05-14Update to V9.2.3 (2010-03)Anders Broman7-289/+422
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-02-02Try to get rid of unused code warnings.Anders Broman1-1/+1
2010-02-02Fix a typo and get rid of some unused code warnings.Anders Broman1-2/+6
2009-12-22Update to V9.1.0 (2009-12)Anders Broman7-461/+3560
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-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
2008-07-21Fix compile error.Anders Broman1-6/+5
2008-07-21Update to version 7.9.0Anders Broman7-253/+666
2008-07-20Fix a warning.Anders Broman1-1/+1
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-0/+1
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-10-10comment out NEED_PACKET_PROTO_H as it is tested now for defining not for valueTomas Kukosa1-1/+1
2007-09-25Convert acp133 to new build structure.Jörg Mayer1-19/+0