aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2012-03-12From Tyson Key:Anders Broman1-0/+1
Dissector for the NXP PN532 protocol https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6903 svn path=/trunk/; revision=41497
2012-03-11From Francesco Fondelli via ↵Alexis La Goutte1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6787 Move Y.1711 out of MPLS dissector ITU-T Y.1711 code was "embedded" into the MPLS dissector in 2006. This patch moves it into its own dissector. From me : Fix a Clang warning svn path=/trunk/; revision=41486
2012-03-09From Sylvain Munaut:Anders Broman1-0/+1
packet-gmr1_dtap: Add dissector for GMR1 DTAP messages (Step 4(4)). Added to Cmalelists.txt and #if 0 zero lenght hf array which windows build did not like. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6921 svn path=/trunk/; revision=41450
2012-03-09From Sylvain Munaut:Anders Broman1-0/+1
packet-gmr1_rr: Add dissector for GMR-1 RR elements and CCCH messages (Step 2). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6921 svn path=/trunk/; revision=41448
2012-03-09From Sylvain Munaut:Anders Broman1-0/+1
GMR-1: Add dissections for various GMR 04.08 elements (Step1). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6921 svn path=/trunk/; revision=41446
2012-03-07From Sylvain Munaut: Add support LAPSat : GMR-1 Datalink layer ↵Anders Broman1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6918 svn path=/trunk/; revision=41404
2012-03-07From Yegor Yefremov: Add dissector for CANopen protocol ↵Anders Broman1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6651 with some modifications svn path=/trunk/; revision=41394
2012-03-05From Ryan Doyle via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6874Alexis La Goutte1-0/+1
New dissector: performance co-pilot protocol Attached patch implements dissection of the Performance Co-Pilot (PCP) protocol. From me : * Add Wireshark Modelines * Fix encoding args * Fix Clang Warning svn path=/trunk/; revision=41353
2012-03-02From Tom Bottom and Chris Pane via ↵Jeff Morriss1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6887 : A new dissector for IEEE 1722.1. From me: some code cleanup, including: - Get rid of some unnecessary local variable initializations. - Put all of 1722.1 under one subtree. - Just put if(tree)s in the top-level function rather than scattered throughout. - Remove a couple "set but not used" warnings (a couple are #if'd out). - Don't use deprecated functions. svn path=/trunk/; revision=41282
2012-03-01From Lars Ruoff:Anders Broman1-0/+3
Dissector for Alcatel-Lucent Enterprise Universal Alcatel- and NOE protocol, take II. families. Meant as a replacement for existing UA-dissector in trunk because of better feature set: - latest protocol specifiaction - more detailed dissection and filtering possibilities on subprotocols - RTP stream setup - NOE over SIP Lars Ruoff On behalf of Alcatel-Lucent Enterprise https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6844 svn path=/trunk/; revision=41266
2012-03-01From Francesco Fondelli via ↵Alexis La Goutte1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6881 Support for MPLS Packet Loss and Delay Measurement, RFC 6374 Support for MPLS Packet Loss and Delay Measurement, RFC 6374. Any packetformat is supported: DLM, ILM, DM, DLM+DM and ILM+DM. From me : * Prefer proto_tree_add_item when it is possible * add Modelines information svn path=/trunk/; revision=41260
2012-02-27From Michael Mann:Anders Broman1-0/+1
a dissector for the ODVA protocol: CIP Safety. More information about the protocol can be found here: http://www.odva.org/Home/ODVATECHNOLOGIES/CIP/CIPTechnologyOverview/CIPSafety/CIPSafetyOverview/tabid/131/lng/en-US/Default.aspx https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6862 svn path=/trunk/; revision=41201
2012-02-27From Tobias Erichsen:Anders Broman1-0/+1
RTP-MIDI - dissector for transmission of MIDI-commands via RTP (RFC 4695). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5451 svn path=/trunk/; revision=41200
2012-02-26Move the new files to the same places as in automake.Jörg Mayer1-2/+2
svn path=/trunk/; revision=41196
2012-02-26Harald Welte <laforge@gnumonks.org>Jörg Mayer1-0/+2
via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6792 This is a new dissector for the non-standard Ericsson OM2000 protocol, as it is used for the OML on A-bis of Ericsson RBS 2xxx BTSs. It also includes a dissector for a shim-layer protocol that Ericsson uses for IP-based A-bis like the RBS 2409. As the protocol is not publicly documented, I have invented the name "EHDLC" (Ericsson HLDC) for it. svn path=/trunk/; revision=41195
2012-02-22Reverse Revision 41134 (Need to fix error/warning before...)Alexis La Goutte1-4/+1
svn path=/trunk/; revision=41135
2012-02-22From Lars Ruoff:Anders Broman1-1/+4
Dissector for Alcatel-Lucent Enterprise Universal Alcatel- and NOE protocol families. Meant as a replacement for existing UA-dissector in trunk because of better feature set: - latest protocol specifiaction - more detailed dissection and filtering possibilities on subprotocols - RTP stream setup - NOE over SIP Lars Ruoff On behalf of Alcatel-Lucent Enterprise https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6844 svn path=/trunk/; revision=41134
2012-02-20From Paul Erkkila via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6835Alexis La Goutte1-0/+1
Patch to add Hazelcast dissector From me : * Fix indent (use tab) * Fix a Clang Warning (about unused offset) * Reorder function * Add Paul in Authors file * Add CmakeFile modification svn path=/trunk/; revision=41081
2012-02-11From Guy Martin:Anders Broman1-0/+1
Dissector for DVB MultiProtocol Encapsulation (DVB-MPE) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6822 svn path=/trunk/; revision=40972
2012-02-11From Guy Martin:Anders Broman1-0/+1
Dissector for MPEG Program Association Table (PAT) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6821 svn path=/trunk/; revision=40971
2012-02-11From Guy Martin:Anders Broman1-0/+1
Dissector for MPEG section packets. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6820 svn path=/trunk/; revision=40970
2012-02-08From Sylvain Munaut:Anders Broman1-0/+1
Add support for GMR-1 BCCH dissection. I #if 0'd out incomplete code. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6798 svn path=/trunk/; revision=40924
2012-02-05Forgot to commit the CMakeList.txt changesJörg Mayer1-0/+2
svn path=/trunk/; revision=40861
2012-02-05From Marek Tews:Anders Broman1-0/+1
Aastra Signalling Protocol (AASP). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6600 svn path=/trunk/; revision=40860
2012-02-05From Jakub Zawadzki:Anders Broman1-0/+1
Minimal version of Gadu-Gadu dissector (header only). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3256 svn path=/trunk/; revision=40858
2012-02-05From Tyson Key:Anders Broman1-0/+1
I've just finished writing a dissector for parts of the Sony FeliCa smartcard application layer protocol, as documented in JIS X 6319-4, (partially in) ISO 18092, and in various documents made publicly available at http://www.sony.net/Products/felica/business/tech-support/index.html. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6758 svn path=/trunk/; revision=40857
2012-02-05From Harald Welte:Anders Broman1-0/+1
TThis is a new dissector for the GSM A-bis OML protocol as specified in TS 12.21, including some Siemens and ip.access vendor-specific extensions. The protocol is called from both classic ISDN (LAPD) based A-bis as well as the gsm_ipa dissector. - Fixed the encoding argument to proto_add_item() - Removed Attribute as that does not compile on windows. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5784 svn path=/trunk/; revision=40851
2012-02-05From Holger Hans Peter Freyther:Anders Broman1-0/+1
Begin new dissector for DVB/ETSI IP Data Cast (IPDC) Electronic Service Guide (ESG) dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4178 svn path=/trunk/; revision=40849
2012-02-02Rather than rename the remaining HI2Operations source files in asn1/ (to fix ↵Jeff Morriss1-1/+1
building of the dissector and make distcheck), revert 40803 and 40801. svn path=/trunk/; revision=40811
2012-02-02packet-HI2Operations.c was sorted into the file list as if it wereJörg Mayer1-1/+1
spelled packet-hi2operations.c. Rename the file to represent this. svn path=/trunk/; revision=40801
2012-02-01Move m3ap from clean-asn1-dissector list to dirty-asn1-dissector list.Jeff Morriss1-1/+1
svn path=/trunk/; revision=40798
2012-02-01Add M3AP to the build.Anders Broman1-0/+1
svn path=/trunk/; revision=40791
2012-01-26From Mike Morrin:Anders Broman1-1/+3
Add dissectors for GSM and UMTS Cell Broadcast protocols. ( - the patch for gsmtap ) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6770 svn path=/trunk/; revision=40735
2012-01-24The AT dissector is not really USB-specific, so rename it from ↵Chris Maynard1-1/+1
packet-usb-at.c to packet-at.c. svn path=/trunk/; revision=40703
2012-01-19Add a dissector "mac-lte-framed" that uses the same framing format asMartin Mathieson1-0/+1
the existing "mac-lte" UDP heuristic dissector. It is hoped that it will be possible to register a DLT for use with this format. svn path=/trunk/; revision=40580
2012-01-16From Pascal Quantin:Anders Broman1-1/+1
Upgrade LTE RRC dissector to v10.4.0 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6742 svn path=/trunk/; revision=40549
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-6/+6
svn path=/trunk/; revision=40511
2012-01-14Ed Beroset <beroset@mindspring.com> via bug 5531Jörg Mayer1-0/+2
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
2012-01-13dfs and mapi do create warnings. move them back to dirtyJörg Mayer1-2/+2
svn path=/trunk/; revision=40484
2012-01-13Eliminate duplicate entries created by a merging errorJörg Mayer1-2/+0
svn path=/trunk/; revision=40480
2012-01-13Only one instance of packet-dcerpc-mapi.c and packet-dcerpc-mapi.h,Guy Harris1-2/+2
please. Move some generated DCERPC dissectors back to the clean list; if they actually *do* generate warnings, move them back. svn path=/trunk/; revision=40479
2012-01-13Sync filelists between autofoo and cmake.Jörg Mayer1-44/+48
Move some dissectors that throw warnings to DIRTY_ Whitespace cleanups svn path=/trunk/; revision=40478
2012-01-13Add H248-2 Dissector to CMake (Miss in revision 40439)Alexis La Goutte1-0/+1
svn path=/trunk/; revision=40455
2011-12-21From Jelmer Vernooij via ↵Alexis La Goutte1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6686 Dissector for the bzr smart server protocol The attached patch adds basic support for dissecting the bzr smart server protocol ( http://wiki.wireshark.org/Bazaar ). svn path=/trunk/; revision=40259
2011-12-07Don't keep out the cmake folks ;-)Sake Blok1-0/+1
svn path=/trunk/; revision=40112
2011-12-02from Petr Sumbera:Jaap Keuter1-0/+1
Solaris 11 snoop files with IP over Infiniband data are not recognized. Attached patch allows to view such data. svn path=/trunk/; revision=40072
2011-12-02From Juha Takala:Anders Broman1-0/+1
dissector for ELCOM communication protocol. This protocol is used mainly by power utilities, to exchange historical, cyclic, and event based data between SCADA systems. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6616 svn path=/trunk/; revision=40071
2011-11-26From Kari Vatjus-Anttila via ↵Alexis La Goutte1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5956 kNet (KristalliNet) dissector for Wireshark kNet is a connection-oriented network protocol for transmitting arbitrary application-specific messages between network hosts. It is designed primarily for applications that require a method for rapid space-efficient real-time communication. kNet is an application-level protocol which can be ran either over UDP, TCP or SCTP transports. From me : * Add Modelines information and fix trailing whitespace * Merge packet-knet.h in packet-knet.c * Make Checkhf happy * Fix Clang/GCC Warning about unused variable * Add Authors info & CMakeList.txt svn path=/trunk/; revision=40010
2011-11-21Move generated dissctors that are causing problems to DIRTY.Jörg Mayer1-4/+6
packet-x11.c: hundreds of: /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/x11-extension-implementation.h: In function ‘xselinuxGetClientContext’: /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/x11-extension-implementation.h:27994:9: warning: variable ‘f_resource’ set but not used [-Wunused-but-set-variable] /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/x11-extension-implementation.h: In function ‘xselinuxGetClientContext_Reply’: dissectors/packet-dcerpc-mapi.c: set but not used /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-mapi.c: In function ‘mapi_dissect_struct_Release_req’: /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-mapi.c:8592:14: warning: variable ‘tree’ set but not used [-Wunused-but-set-variable] /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-mapi.c: In function ‘mapi_dissect_struct_Release_repl’: /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-mapi.c:8617:14: warning: variable ‘tree’ set but not used [-Wunused-but-set-variable] /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-mapi.c: In function ‘mapi_dissect_struct_RecipSMTP’: /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-mapi.c:8848:14: warning: variable ‘tree’ set but not used [-Wunused-but-set-variable] dissecots/packet-dcerpc-drsuapi.c: set but not used /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-drsuapi.c: In function ‘drsuapi_dissect_DsGetNCChangesCtr7’: /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-drsuapi.c:2920:17: warning: variable ‘tree’ set but not used [-Wunused-but-set-variable] Btw.: Does it really make sense to use an extra CMakefile for the dcerpc/ dir? I'd rather the the idl2wrs.c in tools/ and the generatorstuff in epan/CMake More files with the same problem. svn path=/trunk/; revision=39968
2011-11-21Move a generated file into file lists that do not treat warningsJörg Mayer1-1/+1
as errors: /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-mapi.c: In function ‘mapi_dissect_struct_Release_req’: /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-mapi.c:8592:14: error: variable ‘tree’ set but not used [-Werror=unused-but-set-variable] /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-mapi.c: In function ‘mapi_dissect_struct_Release_repl’: /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-mapi.c:8617:14: error: variable ‘tree’ set but not used [-Werror=unused-but-set-variable] /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-mapi.c: In function ‘mapi_dissect_struct_RecipSMTP’: /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-mapi.c:8848:14: error: variable ‘tree’ set but not used [-Werror=unused-but-set-variable] svn path=/trunk/; revision=39965