aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/charging_ase
AgeCommit message (Collapse)AuthorFilesLines
2011-10-14Don't generate the conformance file for exported types when building themorriss1-2/+2
dissector; instead built it only when the separate target (generate_export) is built. Built generate_export when building "all". This prevents the exp_*.cnf files from being regenerated each time another one of the exp_*.cnf files (which the current dissector depends on) has changed (despite the fact that the exported types does not depe Also fix the CLEANFILES definition so it actually cleans things. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39421 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingmorriss1-4/+0
them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39333 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32417 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06#include <stdio.h> not needed.wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32405 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-08Remove unused NEED_PACKET_PROTO_H variablekrj1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30409 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-04Whitespace changeskrj1-22/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30301 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-08More Ethereal --> Wiresharkwmeier2-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27995 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-15Removed an unused variable.stig1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27455 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-10Trying to make the buildbot happy.etxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27409 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-09Add dissection of Charging ASE in ISUP APM messages.etxrab7-0/+710
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27405 f5534014-38df-0310-8fa8-9805f1628bb7