aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbap.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Support of value_string_ext in the asn2wrs using new directive #.USE_VALS_EXTTomas Kukosa1-7/+9
2010-05-15Update to V9.2.0 (2010-03)Anders Broman1-800/+1756
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-87/+87
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-3210/+3210
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-8/+7
2010-04-06#include <stdio.h> not needed.Bill Meier1-8/+7
2009-12-21Update to V9.1.0 (2009-12)Anders Broman1-1232/+6260
2009-10-28- Remove check_col.Anders Broman1-7/+6
2009-10-28Missed an #include...Anders Broman1-2/+2
2009-10-28Update SCTP ppids, fix a faulty #define.Anders Broman1-1/+1
2009-08-18Typo: parameter_tvb to be used.Anders Broman1-5/+5
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-23/+23
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-328/+328
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-438/+438
2009-04-22- Dissect transportlayeraddressAnders Broman1-31/+65
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-437/+437
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-8/+7
2009-01-19Fix (what I believe to be) typos so build will work again....Bill Meier1-2/+2
2009-01-18Update to V8.3.0 (2008-12).Anders Broman1-1741/+8965
2008-11-05Regenerated .c files for asn1 changes commited in SVN #26703Bill Meier1-1/+1
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-383/+383
2008-07-20Fix a warning.Anders Broman1-0/+14
2008-07-01Get rid of some unused code warnings.Anders Broman1-0/+238
2008-02-03Update asn1 files to 3GPP TS 25.433 V7.7.0 (2007-12)Anders Broman1-1988/+3578
2007-10-29asn2wrsTomas Kukosa1-2/+2
2007-09-25put few simple ASN.1 dissectors into the new makefile structureTomas Kukosa1-1/+1
2007-08-13NBAP rewritten to use original ASN.1 source and updated to TS 25.433 V7.5.0 (...Tomas Kukosa1-26296/+33782
2007-05-24Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID'sAnders Broman1-0/+2
2007-05-24- RNSAP calls RRC through dissector handle instead of direct function callTomas Kukosa1-1/+0
2007-05-23- support of CONTAINING constraint in OCTET STRING and BIT STRINGTomas Kukosa1-860/+861
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-6/+8
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-3472/+3472
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-1972/+1972
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-3481/+3481
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from fie...Tomas Kukosa1-3409/+3409
2006-06-30fix wrong terminator record in per_sequence_t tablesTomas Kukosa1-624/+624
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa1-3681/+3681
2006-06-08MAke it possible to get a tvb with a BIT STRING, regenerate PER dissectors.Anders Broman1-24/+24
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-8029/+8030
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-12-18Get rid of an unused variable.Guy Harris1-3/+2
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-96/+117
2005-10-26Add the rest of the IE:sAnders Broman1-3/+464
2005-10-25Check in the re-generated NBAP dissector.Guy Harris1-5/+48
2005-10-24UMTS Node B Application Part(NBAP) packet dissection(3GPP TS 25.433 version 6...Anders Broman1-0/+45286