aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/sv
AgeCommit message (Expand)AuthorFilesLines
2015-09-06SV: add an option to dissect seqData as PhsMeasPascal Quantin2-2/+106
2015-08-26sv: remove some unnecessary checksMartin Kaiser1-10/+6
2015-05-01Fix some cases where we're shifting a signed 1 left.Guy Harris1-21/+21
2015-04-20sv: remove #if0'd codeEvan Huus1-93/+1
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-4/+0
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-1/+1
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-1/+3
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-11/+7
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-2/+2
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-2/+2
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-1/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss8-18/+0
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-20Copy Evan r54250 changes to asn/Jakub Zawadzki1-2/+2
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-6/+2
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+0
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann2-1/+11
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/+31
2013-05-05Just whitespace changesJörg Mayer1-2/+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-01-10#if 0 out unused codeAnders Broman1-3/+6
2013-01-10From an.huang:Anders Broman4-9/+63
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2011-10-24Fix encoding arg for a proto_tree_add_bitmask() function call.Bill Meier1-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-5/+0
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier1-5/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-06-02Set Subversion properties right.Jaap Keuter7-7/+7
2010-06-01From Michael Bernhard via bug 3398 with minor fixups:Gerald Combs7-0/+539