summaryrefslogtreecommitdiff
path: root/asn1/nbap/packet-nbap-template.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Prefix TransportFormatSet_type_enum values with NBAP_ to avoid a clash with '...Pascal Quantin1-5/+5
2012-05-30Dissect non segmented MiB and SiB:sAnders Broman1-0/+4
2012-05-28Keep backward compatibility with UDP framing format for UMTS RLC dissectorPascal Quantin1-25/+24
2012-05-28Move defenition of rlc_mode.Anders Broman1-1/+1
2012-05-28Try to pacify the Ubuntu buildbot.Anders Broman1-1/+0
2012-05-28Enhance CHANNEL_HSDSCH dissection.Anders Broman1-0/+11
2012-05-22Set paging indication and start fixing TFI list.Anders Broman1-2/+3
2012-05-22Collect and use E-DCH data.Anders Broman1-2/+25
2012-05-20Set up conversations for more channel typesAnders Broman1-0/+1
2012-05-19Fix the DCH data collection for conversation setupAnders Broman1-1/+4
2012-05-16Handle DCH information in RadioLinkReconfigurationPrepareFDDAnders Broman1-0/+1
2012-05-16Bug fixes and add HSDSCHAnders Broman1-1/+1
2012-05-15Use converstaion info to dissect FP DCH flows. Revert unfinished code.Anders Broman1-0/+37
2012-05-09Setup more flows, flow info is incomplete.Anders Broman1-1/+1
2012-05-09Setup CPCH flows.Anders Broman1-1/+1
2012-05-09Collect and use more information in converstion data to be able to dissect FP...Anders Broman1-0/+15
2012-05-07Use converstaion info in umts_fp.Anders Broman1-0/+1
2012-05-04Set up conversations for the FP data flow.Anders Broman1-0/+8
2012-05-04Dissect transport layer address NSAPAnders Broman1-1/+8
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
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-1/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2009-10-28Missed an #include...Anders Broman1-2/+2
2009-10-28Update SCTP ppids, fix a faulty #define.Anders Broman1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-04-22- Dissect transportlayeraddressAnders Broman1-2/+15
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2009-01-18Update to V8.3.0 (2008-12).Anders Broman1-2/+2
2008-11-05Don't register to SCTP port 0: use dissector_add_handle insteadBill Meier1-1/+1
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-3/+2
2007-08-13NBAP rewritten to use original ASN.1 source and updated to TS 25.433 V7.5.0 (...Tomas Kukosa1-2837/+53
2007-05-24Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID'sAnders Broman1-0/+2
2007-05-23- support of CONTAINING constraint in OCTET STRING and BIT STRINGTomas Kukosa1-42/+42
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+2
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-8/+8
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-671/+671
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-12-18Get rid of an unused variable.Guy Harris1-1/+0
2005-10-26Add the rest of the IE:sAnders Broman1-2/+463
2005-10-25Avoid a conflict in global symbols by declaring some variables static.Luis Ontanon1-4/+4
2005-10-24UMTS Node B Application Part(NBAP) packet dissection(3GPP TS 25.433 version 6...Anders Broman1-0/+2499