aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sabp.c
AgeCommit message (Expand)AuthorFilesLines
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 "Fixup: tvb_* -> tvb_captured"Michael Mann1-8/+8
2014-06-18SABP: fix an error spotted by pre-commit hookPascal Quantin1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-8/+8
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-21Fix various white space issues and typoes and regenerate SABP dissector.Guy Harris1-90/+86
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-2/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-17/+15
2014-01-22The stuff you get from dissect_cbs_data() is UTF-8 encoded; treat it asGuy Harris1-1/+1
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-4/+4
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-10/+12
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-36/+36
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-28-Wmissing-prototypesAnders Broman1-6/+9
2013-01-25Remove non ASCII characterPascal Quantin1-4/+4
2013-01-25Dissect Broadcast-Message-Content correctly.Anders Broman1-7/+78
2013-01-21Update to 3GPP TS 25.419 V11.0.0 (2012-09) no change in asn1.Anders Broman1-8/+8
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-52/+52
2012-07-17Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant is...Pascal Quantin1-4/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-26From Mike Morrin:Anders Broman1-13/+55
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-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-19/+19
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-48/+48
2010-12-06Fix various typos and spelling errors.Bill Meier1-4/+4
2010-11-17- Use SABP:s SCTP ppid.Anders Broman1-19/+26
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-4/+4
2010-05-05Calculate correct PDU lenght if the per_length_determinant is one byte long.Anders Broman1-93/+96
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-9/+7
2010-04-06#include <stdio.h> not needed.Bill Meier1-8/+7
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-4/+4
2010-01-13From Didier Gautheron:Anders Broman1-2/+1
2009-12-23Update to V9.0.0 (2009-12)Anders Broman1-8/+121
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-10/+10
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-9/+9
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-8/+8
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-9/+7
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-15/+12
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-8/+8
2008-07-24Get rid of unused code warnings.Anders Broman1-55/+5