aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2011-06-08From Michael Mann:Anders Broman1-1/+0
Make interlink built-in dissector (from plugin). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6005 svn path=/trunk/; revision=37610
2011-06-07Move packet-sercosiii.c to be a builtin dissector.Anders Broman1-1/+0
svn path=/trunk/; revision=37597
2011-05-26Add the possibillity of adding custom extra dist files.Anders Broman1-0/+1
svn path=/trunk/; revision=37411
2010-06-30Add Visual C++ project files to the distribution.Gerald Combs1-0/+1
svn path=/trunk/; revision=33386
2010-06-05Back out r33088 for now.Gerald Combs1-1/+0
svn path=/trunk/; revision=33102
2010-06-04From Matt Poduska via bug 1957 (with minor changes):Gerald Combs1-0/+1
New dissector (plugin) to support decode of the EPCglobal Low-Level Reader protocol (see llrp.org for more information). This dissector has passed fuzz testing. svn path=/trunk/; revision=33088
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used inUwe Girlich1-0/+1
(real and simulated) BMW cars for all kinds of gadget communication. My plugin only dissects the high level infrastructure and not any particular messages. It uses a heuristic dissector to detect INTERLINK packets. svn path=/trunk/; revision=32202
2009-09-25Until we either supply "yapp" or put "yapp" into the list of tools youGuy Harris1-1/+0
need to install, don't include in Wireshark anything that requires "yapp". svn path=/trunk/; revision=30154
2009-09-25Try to add tpg, but it seems it doesn't build with autofoo either.Jörg Mayer1-0/+1
svn path=/trunk/; revision=30151
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27506
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27505
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27504
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27503
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27502
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27501
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27500
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27499
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27498
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27497
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27496
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27495
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter1-2/+1
svn path=/trunk/; revision=27492
2008-10-30From Marc Moussali:Anders Broman1-1/+2
Make it easier to add custom plugins. svn path=/trunk/; revision=26627
2008-07-29Fix checkapi target for the pluginsJeff Morriss1-1/+1
svn path=/trunk/; revision=25864
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-2/+4
Add checkapi rules to Makefile.am files. svn path=/trunk/; revision=25656
2008-05-10From Hans-Peter Bock:Jaap Keuter1-0/+1
Attached to this post you find a patch for integration into wireshark that adds a dissector for SERCOS III, ethertype 0x88cd. svn path=/trunk/; revision=25270
2008-03-14Make sure the Infiniband plugin is properly built and packaged.Gerald Combs1-1/+1
svn path=/trunk/; revision=24634
2008-03-14From Stephen Donnelly via bug 2235:Gerald Combs1-0/+1
This plugin implements a dissector for Infiniband. It is released under the GPL v2. Rather than using say libpcap to capture raw (unframed) IP packets from near the top of an IPoIB stack, this plugin dissects link level Infiniband frames. Infiniband trace files can be read from Endace ERF format trace files, or from libpcap DLT_ERF files containing ERF TYPE_INFINIBAND records. There is currently no native DLT_INFINIBAND in libpcap. Each record contains a hardware timestamp, capture metadata such as port Id, and a complete link level Infiniband frame starting from the Local Route Header. svn path=/trunk/; revision=24628
2007-10-15Add ethercat againAnders Broman1-0/+1
svn path=/trunk/; revision=23191
2007-10-15Make MGCP a builtin dissector to reduce the number of plugins.Anders Broman1-1/+0
(Leave the MGCP plugin dir for now). svn path=/trunk/; revision=23190
2007-10-15Remove Ethercat from the makefiles(second try)Anders Broman1-1/+0
svn path=/trunk/; revision=23180
2007-10-15Remove Ethercat from the makefilesAnders Broman1-1/+1
svn path=/trunk/; revision=23179
2007-10-14Ethercat pluginAnders Broman1-0/+1
Author : Richard Kuemmel <r.kuemmel[AT]beckhoff.de> Updates and bugfixes: Peter Johansson <peterjohansson73[AT]gmail.com> svn path=/trunk/; revision=23174
2007-09-06Build WiMAX ASN Control Plane dissector pluginMartin Mathieson1-1/+2
svn path=/trunk/; revision=22801
2007-08-24complete the death of the h223 pluginRichard van der Hoff1-1/+0
svn path=/trunk/; revision=22635
2007-08-20Add the UNISTIM plugin to Wireshark.Jaap Keuter1-0/+1
svn path=/trunk/; revision=22558
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-1/+3
Add support for WiMAX and M2M to various makefiles and installer files. Add basic support for M2M to randpkt. svn path=/trunk/; revision=21945
2007-05-14from Gerhard Gappmeier (ascolab):Ulf Lamping1-0/+2
new dissector for OPCUA protocol svn path=/trunk/; revision=21760
2007-03-25migrate packet-megaco.c from plugins/megaco to epan/dissectorsLuis Ontanon1-1/+0
svn path=/trunk/; revision=21191
2006-11-06Remove the references to acnAnders Broman1-1/+0
svn path=/trunk/; revision=19833
2006-10-18From Shaun JackmanJaap Keuter1-1/+0
The RDM protocol has been accepted as ANSI standard E1.20-2006. The following patch updates the decoder to that spec. At the same time it is promoted to a build-in dissector. svn path=/trunk/; revision=19596
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-8/+0
- Rename Tap into Listener - add a mechanism to pass protocols' tap data to the Listener svn path=/trunk/; revision=19319
2006-06-21From Christian Durrer:Jaap Keuter1-0/+1
I hope this is the right place to send a patch for a new dissector plugin. The telegram it dissects are for the communication between PLCs (Programmable logic controller) from the company Saia Burgess Controls Ltd. (http://www.start-controls.com, http://www.saia-burgess.com or http://www.sbc-support.ch). The protocol is named Ether-S-Bus (the PLCs are called PCD2, PCD3, PCD4). svn path=/trunk/; revision=18526
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18206
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-01-31It was hard.. but at the end I won (or at least i believe so...).Luis Ontanon1-0/+8
After install hello_world.lua works. svn path=/trunk/; revision=17137
2005-10-06Build the h223 pluginAnders Broman1-0/+1
svn path=/trunk/; revision=16140
2005-09-08Let's migrate the xml dissector...Luis Ontanon1-2/+1
svn path=/trunk/; revision=15729
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+4
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
2005-05-02Get rid of trailing \Michael Tüxen1-1/+1
svn path=/trunk/; revision=14263