aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/charging_ase
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-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann1-3/+4
2015-04-09REplace deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+0
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann2-1/+12
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-3/+3
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-1/+1
2014-06-19batch of manual tvb_length conversionsEvan Huus1-2/+2
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-3/+3
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-3/+3
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss8-17/+0
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+3
2013-09-18Remove all non-ASCII characters from all .asn files. I didn't see the harm i...Chris Maynard1-9/+9
2013-05-11I added EXPORT_FILES in too many places, remove themJörg Mayer1-4/+0
2013-05-07Another hour gone, another set of protocols.Jörg Mayer1-0/+31
2013-05-05Just whitespace changesJörg Mayer1-3/+0
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-2/+2
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
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
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-10-04Whitespace changesKovarththanan Rajaratnam1-22/+11
2009-04-08More Ethereal --> WiresharkBill Meier2-2/+3
2009-02-15Removed an unused variable.Stig Bjørlykke1-1/+0
2009-02-10Trying to make the buildbot happy.Anders Broman1-2/+2
2009-02-09Add dissection of Charging ASE in ISUP APM messages.Anders Broman7-0/+710