aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rnsap/packet-rnsap-template.c
AgeCommit message (Expand)AuthorFilesLines
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