summaryrefslogtreecommitdiff
path: root/asn1/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-12-31From DirkMartin Kaiser1-0/+1
dissector for Novell's PKIS certificate extensions from me clean up the $Id$ tags remove packet-pkis(-template).h remove ASN.1 definitions that cause compiler warnings (OID, SecurityLabelType2) move the dissector to the clean ASN.1 dissectors support CMake build change the name to novell_pkis https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9597 svn path=/trunk/; revision=54508
2013-10-20From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 :Pascal Quantin1-0/+1
Add dissection of OMA-ILP svn path=/trunk/; revision=52721
2013-10-13Add CMake properties to targets so that they are logically organised when ↵Graham Bloice1-1/+1
using a Visual Studio solution. Add CMake properties to group the source files in epan into logical blocks when using a Visual Studio solution. svn path=/trunk/; revision=52580
2013-09-05Fix cmake syntax - so now it "only" warns about missingJörg Mayer1-3/+3
CMakeLists.txt in the subdirectories. svn path=/trunk/; revision=51770
2013-09-05From Mathias Guettler:Anders Broman1-0/+3
New dissector for Air/Ground Datalink ICAO doc 9705 Ed2: ULCS, CM, CPDLC. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8903 svn path=/trunk/; revision=51766
2013-05-18Revert r49406: it's not ready for prime time yetPascal Quantin1-1/+2
svn path=/trunk/; revision=49410
2013-05-18Move kerberos back from broken list to normal listJörg Mayer1-2/+1
svn path=/trunk/; revision=49406
2013-05-07Some moreJörg Mayer1-1/+7
svn path=/trunk/; revision=49203
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+129
It doesn't do anything yet, it is just to make svn status readable again. svn path=/trunk/; revision=49007