aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x2ap
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-2/+2
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-5/+5
2015-01-18asn2wrs: autodetect if 64 bits variant is required for constrained integersPascal Quantin1-5/+0
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+0
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke2-5/+5
2014-09-10Update to V12.2.0 (2014-06), remove deprecated APIsAndersBroman7-61/+440
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-21batch of tvb-length conversionsEvan Huus1-5/+5
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-7/+7
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-7/+7
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-16/+16
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss12-20/+0
2013-09-18Remove all non-ASCII characters from all .asn files. I didn't see the harm i...Chris Maynard1-14/+14
2013-05-11Now all disectors requiring asn2wrs can be generated usingJörg Mayer1-0/+31
2013-05-05Just whitespace changesJörg Mayer1-4/+4
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2013-03-28-Wmissing-prototypesAnders Broman1-0/+2
2013-02-27Get rid of unnecessary includes of "packet-frame.h".Guy Harris1-1/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2-12/+12
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-3/+3
2012-01-04Update to V10.3.0 (2011-09)Anders Broman7-127/+448
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
2011-08-29From Fredrik Kuivinen:Anders Broman1-7/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-8/+8
2010-04-12Update to V9.2.0 (2010-03).Anders Broman8-27/+191
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
2010-04-01From KATAOKA Toshihiro:Anders Broman1-0/+12
2010-03-31Use IANA asigned PPID and port.Anders Broman1-4/+20
2010-03-20Fix for Bug 4588:Gerasimos Dimitriadis1-1/+1
2009-12-20Update to V9.1.0 (2009-12)Anders Broman7-36/+298
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-1/+1
2009-11-20Dissect transportLayerAddress and rrc-contextAnders Broman2-2/+53
2009-11-14Remove unused static variableKovarththanan Rajaratnam1-1/+0
2009-11-11Fix missing commentTomas Kukosa1-1/+1
2009-11-01Update to TS 36.423 V9.0.0 (2009-09)Anders Broman6-13/+9
2009-10-30Remove debug codeAnders Broman1-16/+1
2009-10-30- Bitrate must be FT_UINT64Anders Broman2-3/+32
2009-10-28- Remove check_col.Anders Broman2-38/+50
2009-10-28Missed an #include...Anders Broman1-0/+1
2009-10-28Update SCTP ppids, fix a faulty #define.Anders Broman1-0/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-21Update to Jun spec. version.Anders Broman7-267/+575