aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x2ap.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-04Update to V10.3.0 (2011-09)etxrab1-175/+1272
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-4/+4
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
2011-08-29From Fredrik Kuivinen:etxrab1-7/+4
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-22/+22
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-96/+96
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-6/+6
2010-05-11Regenerate a few more of the ASN.1 dissectorsmorriss1-266/+266
2010-04-12Update to V9.2.0 (2010-03).etxrab1-13/+433
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-9/+7
2010-04-06#include <stdio.h> not needed.wmeier1-8/+7
2010-04-01From KATAOKA Toshihiro:etxrab1-7/+19
2010-03-31Use IANA asigned PPID and port.etxrab1-11/+27
2010-03-20Fix for Bug 4588:dimeg1-1/+1
2009-12-20Update to V9.1.0 (2009-12)etxrab1-3/+573
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsdimeg1-1/+1
2009-11-20Dissect transportLayerAddress and rrc-contextetxrab1-8/+52
2009-11-14Remove unused static variablekrj1-1/+0
2009-10-30Remove debug codeetxrab1-16/+1
2009-10-30- Bitrate must be FT_UINT64etxrab1-14/+43
2009-10-28- Remove check_col.etxrab1-69/+82
2009-10-28Missed an #include...etxrab1-7/+8
2009-10-28Update SCTP ppids, fix a faulty #define.etxrab1-1/+2
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)krj1-3/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.stig1-430/+1429
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-21/+21
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-25/+25
2009-04-14Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANTetxrab1-1/+1
2009-04-14support UINT64 constants for upper value boundskukosa1-1/+1
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.etxrab1-24/+24
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-8/+7
2008-11-05Regenerated .c files for asn1 changes commited in SVN #26703wmeier1-1/+1
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes wmeier1-9/+8
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-24/+24
2008-10-14Try to get rid of unused code warnings.etxrab1-113/+2
2008-09-25Update to the latest asn1 files and try to get rid of unused code warnings.etxrab1-330/+1239
2008-04-08Update to latest spec.etxrab1-93/+192
2008-01-16- Removed some unused variables in asn1 dissectorsstig1-6/+5
2008-01-15make per_constrained_integer handle 64bits needed for X2AP.etxrab1-10/+10
2008-01-03Build x2ap and s1ap - needs more work, untested as no traces available yet.etxrab1-0/+3014