aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/atn-ulcs
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-1/+1
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-12-03Fix address hashing broken in g4f39c60Evan Huus1-4/+4
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-4/+4
2015-08-09Trivial: Convert 'tabs' indentation to '4 space' indentationBill Meier4-1387/+1369
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-0/+2
2015-05-25Fix out of tree buildsGraham Bloice1-1/+1
2015-03-24ftsanity.py: make it work with modern tsharkPeter Wu1-7/+5
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
2015-02-09Add address type registration.Michael Mann1-3/+4
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-10/+6
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-3/+1
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke2-6/+7
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-4/+11
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-22Get rid of some unused variables.Guy Harris1-1/+0
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann2-35/+12
2014-05-27Fix build on my old Windows XP Buildbot (With VS2008EE) (Try 2...)Alexis La Goutte1-0/+2
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman2-2/+8
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
2014-03-17Revert de6bfa12b0c002e1930cfb9946078097d294acf8 (break Linux and Mac OS X bui...Alexis La Goutte1-0/+1
2014-03-17Fix build on my old Windows XP Buildbot (With VS2008EE)Alexis La Goutte1-1/+0
2014-03-10Use tvb_length() instead of tvb_reported_length_remaining() for a heuristics ...Bill Meier1-1/+1
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier2-23/+23
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss7-16/+0
2014-01-14But *do* cast const void * to the appropriate type.Guy Harris1-4/+4
2014-01-14Don't cast away constness.Guy Harris1-6/+6
2013-12-11Fix (-W)unused-const-variable error found by ClangAlexis La Goutte1-2/+2
2013-12-10comment out unused functionsMartin Kaiser1-0/+2
2013-12-10- Forward declaration of register functions.Anders Broman1-1/+4
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-0/+2
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-2/+4
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-2/+2
2013-09-15Fix checkapi warnings (missing id)Jörg Mayer4-18/+73
2013-09-12Give various files RCS IDs.Guy Harris2-1/+3
2013-09-08Add a chunk forgotten in r51846Pascal Quantin1-57/+59
2013-09-08Slightly different fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Pascal Quantin1-64/+66
2013-09-07Fix the FSF address in the license header for the new ASN.1 dissectors.Evan Huus2-7/+3
2013-09-05Convert atn-* dissectors to wmem. No emem in new code please!Evan Huus3-41/+34
2013-09-05Add missing CMakeLists.txt filesJörg Mayer1-0/+56
2013-08-08From Mathias Guettler:Anders Broman7-0/+2149