aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Initialize a couple of variables to prevent a couple (false, I think) "could ...Jeff Morriss2007-07-251-2/+4
* fix unused parameter warning by adding _U_Ulf Lamping2007-07-251-1/+1
* from HPfrommer@hilscher.com:Ulf Lamping2007-07-241-35/+57
* remove ProvCRID from expert info output, so the composite view is more compactUlf Lamping2007-07-231-1/+1
* add dissection of blocks:Ulf Lamping2007-07-231-1/+83
* (Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark Bill Meier2007-06-031-1/+1
* Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris2007-05-293-17/+17
* Add some casts to fix my build.Martin Mathieson2007-05-291-7/+8
* From David Howells :Sebastien Tandel2007-05-291-1/+1
* Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris2007-05-2720-20/+20
* Clean up white space.Guy Harris2007-05-2721-41/+60
* Get rid of trailing blank lines.Guy Harris2007-05-2719-19/+0
* Use tvb_reported_length() to get the amount of data we should look at;Guy Harris2007-05-2745-180/+180
* Clean up white space.Guy Harris2007-05-272-3/+3
* Include wimax_tlv.h the same way packet-m2m.c does.Guy Harris2007-05-271-1/+1
* wmxtypes.h is part of the m2m plugin, not the wimax plugin.Guy Harris2007-05-271-2/+1
* Squelch some unused parameter warnings.Guy Harris2007-05-267-14/+14
* Flag some parameters as unused.Guy Harris2007-05-261-3/+3
* Get rid of unused parameter.Guy Harris2007-05-261-4/+4
* Convert to the new style of building plugins; hopefully this'll fix theGuy Harris2007-05-266-56/+308
* Missing bits and fixes to get the buildbot green again.Graeme Lunt2007-05-263-12/+74
* Get rid of another item that's now handled automatically.Guy Harris2007-05-261-6/+0
* Get rid of the old-style plugin registration stuff.Guy Harris2007-05-261-18/+0
* Go with a Makefile.common as other plugins have, and tweak theGuy Harris2007-05-263-13/+198
* From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs2007-05-2565-2/+39147
* Trivial warning fixes:Jörg Mayer2007-05-224-4/+4
* "make maintainer-clean" cleans up everything that "make distclean" does;Guy Harris2007-05-221-3/+0
* Make files more generic.Jaap Keuter2007-05-2116-18/+18
* from Gerhard Gappmeier (ULFL: only slightly changed the unused prevention):Ulf Lamping2007-05-169-33/+123
* from Gerhard Gappmeier:Ulf Lamping2007-05-159-29/+14
* remove generated fileUlf Lamping2007-05-151-26/+0
* add the list of DISSECTOR_INCLUDESUlf Lamping2007-05-151-0/+12
* add svn properties for dir and filesUlf Lamping2007-05-1525-4682/+4682
* Quote the path to make-dissector-reg.py.Gerald Combs2007-05-141-1/+1
* from Gerhard Gappmeier (ascolab):Ulf Lamping2007-05-1431-0/+7268
* Start introducing actx to ber functions.Anders Broman2007-05-062-1/+45
* Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman2007-05-011-0/+1
* move ipsec to DISSECTOR_SRCSebastien Tandel2007-04-142-2/+2
* remove "treat warnings as errors" barrier for every repo containing codeSebastien Tandel2007-04-141-4/+0
* add dissection of PortTimeUlf Lamping2007-04-101-10/+51
* Add the make-dissector-reg scripts to the dependency list for each copyGerald Combs2007-04-0520-20/+20
* Fix warnings on Linux/gcc 4.1.1Stephen Fisher2007-04-032-3/+3
* Add PN-IO FSHelloBlock and PN-DCP Device/AliasNameUlf Lamping2007-04-024-10/+90
* revert back (void*) -> (void**) which will stop free-warning compilation withSebastien Tandel2007-03-302-3/+3
* strict aliasing warnings fix : replace (void**) by (void*)Sebastien Tandel2007-03-292-3/+3
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-287-61/+61
* Removed /Wx from CFLAGS to allow buildbot to proceedGraham Bloice2007-03-281-1/+1
* from Gisle Vanem: some more #pragma's that MingW don't likeUlf Lamping2007-03-281-1/+1
* add missing #pragma warning disable (now using _MSC_VER)Ulf Lamping2007-03-273-0/+12
* set "WX" and "#pragma warning(disable:4101)"Ulf Lamping2007-03-272-2/+5