aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x2ap
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-4/+4
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingmorriss1-4/+0
2011-08-29From Fredrik Kuivinen:etxrab1-7/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-8/+8
2010-04-12Update to V9.2.0 (2010-03).etxrab8-27/+191
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-2/+0
2010-04-06#include <stdio.h> not needed.wmeier1-1/+0
2010-04-01From KATAOKA Toshihiro:etxrab1-0/+12
2010-03-31Use IANA asigned PPID and port.etxrab1-4/+20
2010-03-20Fix for Bug 4588:dimeg1-1/+1
2009-12-20Update to V9.1.0 (2009-12)etxrab7-36/+298
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsdimeg1-1/+1
2009-11-20Dissect transportLayerAddress and rrc-contextetxrab2-2/+53
2009-11-14Remove unused static variablekrj1-1/+0
2009-11-11Fix missing commentkukosa1-1/+1
2009-11-01Update to TS 36.423 V9.0.0 (2009-09)etxrab6-13/+9
2009-10-30Remove debug codeetxrab1-16/+1
2009-10-30- Bitrate must be FT_UINT64etxrab2-3/+32
2009-10-28- Remove check_col.etxrab2-38/+50
2009-10-28Missed an #include...etxrab1-0/+1
2009-10-28Update SCTP ppids, fix a faulty #define.etxrab1-0/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variablekrj1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-21Update to Jun spec. version.etxrab7-267/+575
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-1/+0
2008-11-05Don't register to SCTP port 0: use dissector_add_handle insteadwmeier1-1/+1
2008-11-04Minor cleanup mostly related to proto_reg_handoffwmeier1-3/+2
2008-10-14Try to get rid of unused code warnings.etxrab1-3/+6
2008-09-25Update to the latest asn1 files and try to get rid of unused code warnings.etxrab7-174/+655
2008-04-08Update to latest spec.etxrab5-23/+79
2008-01-16- Removed some unused variables in asn1 dissectorsstig1-1/+0
2008-01-15make per_constrained_integer handle 64bits needed for X2AP.etxrab3-4/+5
2008-01-03Fix up compilation errors.etxrab1-1/+3
2007-12-19asn1/*/Makefile.nmake were not part of the source package.jmayer1-0/+1
2007-12-17Correct typosetxrab2-7/+6
2007-12-16Initial work on a E-UTRAN X2 Application Protocol (X2AP) packet dissector.etxrab11-0/+1880