aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rnsap.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-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-13/+11
2014-01-04Omit assignment for not used types.Anders Broman1-63/+4
2013-12-08- Forward declaration of register functions.Anders Broman1-6/+9
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-62/+62
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-7/+8
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-1/+1
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-1094/+1094
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-7/+7
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-740/+740
2012-07-17Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant is...Pascal Quantin1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-11Make it possible to dissect private IE'sAnders Broman1-17/+26
2011-10-31Try to fix warnings.Anders Broman1-6/+62
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-8/+7
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-19/+19
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-690/+690
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman1-6/+548
2010-11-15Use value_string_ext fcns to access several value_string arrays.Bill Meier1-22/+38
2010-11-15Use value_string_ext fcns to access a value_string array.Bill Meier1-124/+126
2010-05-14Update to V9.2.3 (2010-03)Anders Broman1-958/+1371
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-93/+93
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-2695/+2695
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-9/+7
2010-04-06#include <stdio.h> not needed.Bill Meier1-8/+7
2010-02-02Try to get rid of unused code warnings.Anders Broman1-16/+0
2010-02-02Fix a typo and get rid of some unused code warnings.Anders Broman1-4/+18
2009-12-22Update to V9.1.0 (2009-12)Anders Broman1-1286/+10445
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-13/+13
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-144/+144
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-287/+287
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-286/+286
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-8/+7
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-9/+8
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-286/+286
2008-07-21Fix compile error.Anders Broman1-14/+0
2008-07-21Update to version 7.9.0Anders Broman1-557/+1743
2008-07-20Fix a warning.Anders Broman1-304/+304
2007-10-29asn2wrsTomas Kukosa1-16/+16
2007-09-25put few simple ASN.1 dissectors into the new makefile structureTomas Kukosa1-1/+1
2007-07-30RNSAP updated to V7.5.0 (2007-06)Tomas Kukosa1-398/+2563
2007-06-04- CLASS definitions support including exports through the *-exp.cnf fileTomas Kukosa1-4/+4