summaryrefslogtreecommitdiff
path: root/asn1/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2014-09-06Remove obsolete dissectors.AndersBroman1-1/+0
Change-Id: Icd480491670de9d8495a95861b18a8a5cb9724b4 Reviewed-on: https://code.wireshark.org/review/4006 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-6/+9
Include CMakeLists.txt files and the gnm subdirectory, along with the top-level Makefile.inc and Makefile.preinc files. Don't explicitly include Custom.make, as automake does that automatically given that it's included by asn1/Makefile.am. Add some files to EXTRA_DIST lists. Move some .asn files to EXTRA_DIST; they don't need to be in SRC_FILES, as SRC_FILES always includes EXTRA_DIST, and they *do* need to be in EXTRA_DIST so that they're in the distribution. Change-Id: Id91df577260fa57028d40fe098be1d79c59398e6 Reviewed-on: https://code.wireshark.org/review/3273 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-04-17Switch to using the ASN1 based kerberos dissector.AndersBroman1-2/+1
Change-Id: Ib8945cdad149b71e3f79bd88032fd10f55ba556d Reviewed-on: https://code.wireshark.org/review/1174 Reviewed-by: Anders Broman <a.broman58@gmail.com>
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>
2014-01-02Disabling building of the gnm dissector, I don't tink it was ever used.Anders Broman1-1/+0
svn path=/trunk/; revision=54561
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-08-08From Mathias Guettler:Anders Broman1-0/+3
New dissector for Air/Ground Datalink ICAO doc 9705 Ed2: ULCS, CM, CPDLC. Add the files to the distribution. svn path=/trunk/; revision=51212
2013-05-18Revert r49406: it's not ready for prime time yetPascal Quantin1-1/+1
svn path=/trunk/; revision=49410
2013-05-18Move kerberos back from broken list to normal listJörg Mayer1-1/+1
svn path=/trunk/; revision=49406
2013-05-10Distribute the kerberos and x721 subdirectories, even though we don'tGuy Harris1-0/+2
build them. svn path=/trunk/; revision=49224
2013-05-07x721 and kerberos: Use standard Makefile.amJörg Mayer1-2/+6
idmp: remove an unused line tetra, h460: Whitespace changes to be a "standard" Makefile.am asn1/Makefile.am: don't try to build kerberos and x721 dissectors svn path=/trunk/; revision=49201
2013-04-22tiny whitespace changeJörg Mayer1-2/+2
svn path=/trunk/; revision=48993
2013-03-02Remove asn1/dsp from autotools Makefile system since it lacks distclean targetBalint Reczey1-1/+0
svn path=/trunk/; revision=47994
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+1
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
2013-02-17Add isdn-sup to the asn1 makefiles.Anders Broman1-0/+1
svn path=/trunk/; revision=47707
2012-07-09Add LTE Positioning Protocol Extensions dissectorPascal Quantin1-2/+3
Upgrade LTE Positioning Protocol to V10.5.0 svn path=/trunk/; revision=43628
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-02-01Add M3AP to the build.Anders Broman1-0/+1
svn path=/trunk/; revision=40791
2012-01-14Ed Beroset <beroset@mindspring.com> via bug 5531Jörg Mayer1-0/+1
The ANSI C12.22 protocol is a smart grid protocol for utility meters, including gas, water and electric. The dissector implemented in the patch file includes full support for all EPSEM (Extended Protocol Specification for Electricity Metering) services and includes a full implementation of the C12.22 security modes. [...] To decrypt the attached sample file, you need to set up the key table in the preferences to include key 0 with a value of 6624C7E23034E4036FE5CB3A8B5DAB44. Me: Fixes for: [ 64%] Building C object epan/CMakeFiles/epan.dir/dissectors/packet-c1222.c.o ../../asn1/c1222/packet-c1222-template.c: In function ‘dissect_epsem’: ../../asn1/c1222/packet-c1222-template.c:860:15: error: variable ‘ft’ set but not used [-Werror=unused-but-set-variable] [ 5%] Building C object epan/CMakeFiles/epan.dir/dissectors/packet-c1222.c.o ../../asn1/c1222/packet-c1222-template.c:103:19: error: ‘c1222_flags’ defined but not used [-Werror=unused-variable] svn path=/trunk/; revision=40500
2011-11-08Add SBc Application Part (SBc-AP) to build.Anders Broman1-0/+1
svn path=/trunk/; revision=39758
2011-10-23From Pascal Quantin.Anders Broman1-0/+1
The attached patch adds the LPPa (LTE Positioning Protocol A) dissector as specified in 3GPP 36.455 release 9.4.1. (Part 2) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6478 svn path=/trunk/; revision=39516
2011-10-16From Pascal Quantin.Anders Broman1-0/+1
LTE Positioning Protocol dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6460 svn path=/trunk/; revision=39436
2011-10-11Build the LCS-AP dissector.Anders Broman1-0/+1
svn path=/trunk/; revision=39365
2011-09-30Add credssp to subdirs listGraeme Lunt1-0/+1
svn path=/trunk/; revision=39197
2011-09-21Basic RDP dissection, which can dissect the connection sequence. Graeme Lunt1-0/+1
A work in progress. Can be used with the SSL dissector to decrypt Enhanced RDP Security SSL. With Standard RDP Security (e.g those on Wiki), the PDUs are all encrypted after the SecurityExchange PDU. Wiki to be updated with an example SSL protected capture and associated key material. svn path=/trunk/; revision=39066
2011-05-25Make it easier to add custom asn1 dissectors.Anders Broman1-1/+4
svn path=/trunk/; revision=37393
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentStig Bjørlykke1-3/+3
on the naming policy for X.400 protocols. svn path=/trunk/; revision=36013
2011-02-02Integrate and build the tetra dissector.Anders Broman1-0/+1
svn path=/trunk/; revision=35766
2011-02-02Add gsmcdr to the makefiles.Anders Broman1-0/+1
svn path=/trunk/; revision=35758
2010-06-09Add idmp.Jeff Morriss1-20/+21
svn path=/trunk/; revision=33193
2010-06-01From Michael Bernhard via bug 3398 with minor fixups:Gerald Combs1-0/+1
I've created a ASN.1 dissector for the IEC 61850 Sampled Values protocol. It dissects ethernet frames of the IEC 61850-9-2LE specification form the UCA International User Group. There is also a new TAP for tshark (-R sv) which extracts the important information of the frame and allows to create plots (with external tools) of the sampled values. I've developed under Linux (Ubuntu 8.10) but everything should be in place for successful compilation under Windows. It would be great if this dissector could be included in wireshark. I'm looking forward for your comments. svn path=/trunk/; revision=33039
2010-04-14Added PKIXAttributeCertificate (RFC3281).Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=32460
2010-02-28From Erwin van Eijk:Anders Broman1-0/+1
Add ETSI ts101671 dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4543 I added dissection of UmtsQos, IMSevent, LDIevent, TARGETACTIVITYMONITOR-1 TARGETACTIVITYMONITORind, TARGETCOMMSMONITORind, TTRAFFICind, CTTRAFFICind And used the original HI2Operations ASN1 file.l svn path=/trunk/; revision=32052
2010-02-26Add Kerberos to the list of ASN.1 protocols.Guy Harris1-0/+1
svn path=/trunk/; revision=32012
2010-02-24From Neil Piercy:Anders Broman1-0/+2
Add 3GPP Home Node B Iuh protocol support (HNBAP & RUA) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4531 - Added IE extension for HNBAP - Removed unused .h files svn path=/trunk/; revision=31989
2009-10-10ns-cert-ext -> ns_cert_exts to make directory name consistent with filenamesKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=30478
2009-10-10Sort subdirectories alphabeticallyKovarththanan Rajaratnam1-19/+19
svn path=/trunk/; revision=30477
2009-10-10Update makefiles to reflect new namesKovarththanan Rajaratnam1-5/+5
svn path=/trunk/; revision=30474
2009-10-10ansi-tcap -> ansi_tcap to make directory name consistent with filenamesKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=30469
2009-02-09Add dissection of Charging ASE in ISUP APM messages.Anders Broman1-0/+1
svn path=/trunk/; revision=27405
2009-01-20Revert previous change.Anders Broman1-1/+0
svn path=/trunk/; revision=27279
2009-01-20Add kerberos to the distribution - should no be built yet.Anders Broman1-0/+1
svn path=/trunk/; revision=27277
2008-12-15From Vincent Helfre:Anders Broman1-0/+1
LTE RRC svn path=/trunk/; revision=27011
2008-10-14Added goose to makefiles.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=26448
2008-08-08Include asn1/Makefile.inc.nmake and asn1/Makefile.preinc.nmake into the ↵Tomas Kukosa1-1/+3
distribution package svn path=/trunk/; revision=25956
2008-03-03Include the "UTRAN Iupc interface Positioning Calculation Application Part ↵Anders Broman1-0/+1
(PCAP)" dissector. svn path=/trunk/; revision=24534
2008-01-03Add x2ap and s1ap to asn1 build scriptsAnders Broman1-0/+2
svn path=/trunk/; revision=24004
2007-11-19Added p7 to build environment.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=23493
2007-11-02new H.282 (RDC) and H.283 (LCT) dissectorsTomas Kukosa1-0/+2
svn path=/trunk/; revision=23339