aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2012-06-01Make packet-coseventcomm.c a bultin dissectorAnders Broman1-1/+0
svn path=/trunk/; revision=42974
2011-11-18Append a path-separator to the plugins directory so xcopy doesn't get ↵Chris Maynard1-1/+1
confused as to whether it's copying each plugin to a file or a directory. I.e., hopefully to avoid this situation: Does wireshark-gtk2\plugins\1.7.1-SVN-39918 specify a file name or directory name on the target (F = file, D = directory)? svn path=/trunk/; revision=39922
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-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-2/+0
- Define macros for certain CFLAGS in config.nmake iso of having defs in each makefile; a. -DHAVE_CONFIG_H and -D_U_="" are now part of a macro named STANDARD_CFLAGS; b. -WX has been replaced by WARNINGS_ARE_ERRORS (defined as -WX in config.nmake) (This allows disabling "Warnings as Errors" by just changing config.nmake) c. CVARSDLL definitions (not usage) have been removed from the various makefiles. XXX: It appears the usage of CVARSDLL can also be removed (not yet done) since: -DWIN32 and -DNULL=0 do not appear to be needed (any more); -D_MT and _D_DLL are not needed since /MP causes these definitions. d. Define a macro WARNINGS_CFLAGS with additional specific compiler (level4) warnings to be enabled. E.G., 4295: array is too small to include a terminating null character - config.nmake: reformat some long lines for readability; - plugins\Makefile.nmake: clean-deps does nothing: remove it (and usage in top-level makefile); - dissectors/Makefile.nmake: test to enable packet-rrc.obj target needs to include MSVC2010 ... svn path=/trunk/; revision=35747
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-2/+3
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-04-19Simplify Makefile.nmake so that adding a new plugin to Makefile.nmakeBill Meier1-65/+34
requires only adding the plugin (directory) name to a list of plugins. svn path=/trunk/; revision=32516
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used inUwe Girlich1-0/+4
(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-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27506
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27505
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27504
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27503
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27502
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27501
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27500
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27499
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27498
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27497
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27496
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27495
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter1-4/+0
svn path=/trunk/; revision=27492
2008-12-29Change install-plugins target to install plugins in ↵Anders Broman1-33/+33
"$(INSTALL_DIR)\plugins\$(VERSION)" instead. svn path=/trunk/; revision=27124
2008-07-02Get rid of a misleading comment (it says "no need to modify anythingGuy Harris1-5/+0
under here", right above a comment that tells you what you need to modify under there...). svn path=/trunk/; revision=25655
2008-05-27Do plugins Checkapi only if the checkapi target is explicitly invoked.Bill Meier1-1/+1
svn path=/trunk/; revision=25382
2008-05-10From Hans-Peter Bock:Jaap Keuter1-0/+4
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-05-08Run checkAPI in plugins dir.Anders Broman1-1/+1
svn path=/trunk/; revision=25259
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
Note: Commented out in the plugins giving errors for now. svn path=/trunk/; revision=25231
2008-03-14From Stephen Donnelly via bug 2235:Gerald Combs1-0/+4
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-12-05Simplify Windows Makefile to improve maintainabilityBill Meier1-347/+37
by reducing the number of changes req'd to add a plugin. svn path=/trunk/; revision=23772
2007-12-05Add missing profinet to maintainer-cleanBill Meier1-0/+3
svn path=/trunk/; revision=23757
2007-10-15Make MGCP a builtin dissector to reduce the number of plugins.Anders Broman1-16/+0
(Leave the MGCP plugin dir for now). svn path=/trunk/; revision=23190
2007-10-15Fix Windows maintainer-clean/distclean/clean to recurse thru subdirs only ↵Bill Meier1-3/+9
once (instead of worst-case 1+2+3 times) svn path=/trunk/; revision=23187
2007-10-14Ethercat pluginAnders Broman1-0/+16
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/+17
svn path=/trunk/; revision=22801
2007-08-24Clear out any remaining references to the h223 plugin. Replace theGerald Combs1-16/+0
references to h223 in README.plugins with agentx since it's small and no one seems to be in a hurry to move it to epan/dissectors. svn path=/trunk/; revision=22641
2007-08-20Add the UNISTIM plugin to Wireshark.Jaap Keuter1-3/+19
svn path=/trunk/; revision=22558
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-1/+33
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/+18
new dissector for OPCUA protocol svn path=/trunk/; revision=21760
2007-03-27the megaco plugin no longer exists, remove remaining traces ...Ulf Lamping1-15/+0
svn path=/trunk/; revision=21220
2007-03-25migrate packet-megaco.c from plugins/megaco to epan/dissectorsLuis Ontanon1-1/+0
svn path=/trunk/; revision=21191
2006-11-07Split the ".." and subdirectory into two separate "cd"s, in the hopes ofGuy Harris1-68/+133
reducing the chances that, if a plugin is removed, an extra ".." reference will be left in. Get rid of the extra ".."s that were left in when the ACN plugin was recently removed. svn path=/trunk/; revision=19840
2006-11-06Remove ACN references.Gerald Combs1-12/+0
svn path=/trunk/; revision=19838
2006-11-06Remove the references to acnAnders Broman1-1/+0
svn path=/trunk/; revision=19833
2006-10-18From Shaun JackmanJaap Keuter1-13/+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-10-05Remove entries for the lua plugin as it's not used any more.Anders Broman1-17/+0
svn path=/trunk/; revision=19441
2006-09-30"Pluggable custom makefile"Ulf Lamping1-0/+8
A custom plugin (not yet to be released to the public) can be added to Makefile.nmake easily. But this has a drawback: The modified Makefile.nmake appears as a modified file in the commit list and in generated patches (this annoyed me for years). To solve this I've added a plugin like mechanism which calls a Custom.nmake file for each target (if the file is existing). I've also added a Custom.nmake.example for a quick start. I don't know how to do this for the Makefile.am, so I leave this as an exercise for the interested reader ;-) svn path=/trunk/; revision=19377
2006-09-26Lua 5.1.1 for windowsLuis Ontanon1-1/+0
svn path=/trunk/; revision=19324
2006-06-21From Christian Durrer:Jaap Keuter1-0/+13
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-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-1/+1
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260