aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/sabp
AgeCommit message (Expand)AuthorFilesLines
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
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-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-4/+4
2014-06-21batch of tvb-length conversionsEvan Huus1-8/+8
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-8/+8
2014-06-18SABP: fix an error spotted by pre-commit hookPascal Quantin1-1/+1
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-8/+8
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-21Update to latsest spec. number while we are at it(no change).AndersBroman6-7/+7
2014-04-21Fix various white space issues and typoes and regenerate SABP dissector.Guy Harris2-94/+88
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier2-6/+6
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss12-26/+0
2014-01-22The stuff you get from dissect_cbs_data() is UTF-8 encoded; treat it asGuy Harris1-1/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-7/+9
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-05-11I added EXPORT_FILES in too many places, remove themJörg Mayer1-4/+0
2013-05-10Some more protocols can be generated via cmakeJörg Mayer1-0/+35
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/+3
2013-01-25Remove non ASCII characterPascal Quantin2-4/+4
2013-01-25Dissect Broadcast-Message-Content correctly.Anders Broman2-1/+73
2013-01-21Update to 3GPP TS 25.419 V11.0.0 (2012-09) no change in asn1.Anders Broman7-8/+9
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 Zawadzki1-11/+11
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
2012-01-26From Mike Morrin:Anders Broman2-1/+40
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-8/+8
2010-12-06Fix various typos and spelling errors.Bill Meier1-4/+4
2010-11-17- Use SABP:s SCTP ppid.Anders Broman2-3/+9
2010-05-05Calculate correct PDU lenght if the per_length_determinant is one byte long.Anders Broman1-7/+10
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-03-20Fix for Bug 4588:Gerasimos Dimitriadis1-1/+1
2010-01-27Remove a check_col() in asn1 template file (SVN #31519 did only the generated...Bill Meier1-2/+1
2009-12-23Update to V9.0.0 (2009-12)Anders Broman7-41/+75
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-1/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-06-23From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-2/+0
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-9/+6
2008-07-24Get rid of unused code warnings.Anders Broman2-1/+13
2008-03-19Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1809Anders Broman3-5/+78
2008-03-13Make SABP work over registered ports.Martin Mathieson1-0/+5