aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
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
2007-10-29add a asn2wrs generated T.125 MCP dissectorRonnie Sahlberg1-0/+1
This dissects the initial Connect-Initial and Connect-confirm pdus of setting up t.125 The dissector needs to be enhanced to also decode the data payload so that it can decode any furhter packets on the connection after these two initial handshake packets svn path=/trunk/; revision=23307
2007-10-26H.501 Mobility protocol implementedTomas Kukosa1-0/+1
svn path=/trunk/; revision=23275
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)Tomas Kukosa1-0/+1
H.225 - change RysMessage_vals to h225_Rasmessage_vals - use #.PDU directive for H323-UserInformation and RasMessage instead of implementing it by hands - register RasMessage_PDU as "h225.ras" dissector for calling it from H.460 asn2wrs make PDUs exportable svn path=/trunk/; revision=23226
2007-10-17new H.323 dissectorTomas Kukosa1-0/+1
- Generic Extensible Framework helper - Annex M1 (QSIG over H.323) - Annex M4 - Annex R H.225/H.245 support for Generic Extensible Framework (GEF) H.235 register MIKEY into new H.225/H.245 GEF tables regenerate H.225,H.245,H.235,H.450,H.450-ROS,T.35 from new makefiles svn path=/trunk/; revision=23216
2007-10-15MAKEFLAGS doesn't belong into Makefile.am - it's added automagicallyJörg Mayer1-1/+0
when generating Makefile.in svn path=/trunk/; revision=23195
2007-10-10Finish conversion (well, almost, need to add theJörg Mayer1-51/+10
generation stuff to the x.../Makefile.common. I love circular dependencies. svn path=/trunk/; revision=23138
2007-10-10Fix two typos: ansi_tcap --> ansi-tcapBill Meier1-1/+1
svn path=/trunk/; revision=23137
2007-10-10Split tcap into tcap and ansi-tcap. Just assume that all theJörg Mayer1-11/+2
extra asn files belong to ansi-tcap. svn path=/trunk/; revision=23134
2007-10-10More conversions and updates to existing Makefile stuffJörg Mayer1-55/+10
svn path=/trunk/; revision=23127
2007-10-09Last set of changes to convert Makefiles for todayJörg Mayer1-88/+42
svn path=/trunk/; revision=23119
2007-10-09More Makefile conversionsJörg Mayer1-32/+5
svn path=/trunk/; revision=23116
2007-10-09More Makefile updatesJörg Mayer1-15/+3
svn path=/trunk/; revision=23113
2007-10-09Convert to new Makefile structure. Rename some files toJörg Mayer1-30/+3
use same spelling as generated protocol name. svn path=/trunk/; revision=23104
2007-10-08Convert h450 to new Makefile structure. Split h450.rosJörg Mayer1-24/+2
out into h450-ros. svn path=/trunk/; revision=23102
2007-10-08h225, h235 and h248 was moved to new Makefile structureStig Bjørlykke1-21/+3
svn path=/trunk/; revision=23096
2007-10-08change QSIQ ASN.1 dissector to the new makefile structureTomas Kukosa1-34/+1
svn path=/trunk/; revision=23091
2007-10-07Convert some more protocols to new Makefile style.Jörg Mayer1-73/+7
Renamed the gsmmap template files to not contain an _ svn path=/trunk/; revision=23083
2007-09-27Convert asn1/dap/Jörg Mayer1-7/+1
svn path=/trunk/; revision=22997