summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-06-03(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark Bill Meier1-1/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris3-17/+17
2007-05-29Add some casts to fix my build.Martin Mathieson1-7/+8
2007-05-29From David Howells :Sebastien Tandel1-1/+1
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris20-20/+20
2007-05-27Clean up white space.Guy Harris21-41/+60
2007-05-27Get rid of trailing blank lines.Guy Harris19-19/+0
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris45-180/+180
2007-05-27Clean up white space.Guy Harris2-3/+3
2007-05-27Include wimax_tlv.h the same way packet-m2m.c does.Guy Harris1-1/+1
2007-05-27wmxtypes.h is part of the m2m plugin, not the wimax plugin.Guy Harris1-2/+1
2007-05-26Squelch some unused parameter warnings.Guy Harris7-14/+14
2007-05-26Flag some parameters as unused.Guy Harris1-3/+3
2007-05-26Get rid of unused parameter.Guy Harris1-4/+4
2007-05-26Convert to the new style of building plugins; hopefully this'll fix theGuy Harris6-56/+308
2007-05-26Missing bits and fixes to get the buildbot green again.Graeme Lunt3-12/+74
2007-05-26Get rid of another item that's now handled automatically.Guy Harris1-6/+0
2007-05-26Get rid of the old-style plugin registration stuff.Guy Harris1-18/+0
2007-05-26Go with a Makefile.common as other plugins have, and tweak theGuy Harris3-13/+198
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs65-2/+39147
2007-05-22Trivial warning fixes:Jörg Mayer4-4/+4
2007-05-22"make maintainer-clean" cleans up everything that "make distclean" does;Guy Harris1-3/+0
2007-05-21Make files more generic.Jaap Keuter16-18/+18
2007-05-16from Gerhard Gappmeier (ULFL: only slightly changed the unused prevention):Ulf Lamping9-33/+123
2007-05-15from Gerhard Gappmeier:Ulf Lamping9-29/+14
2007-05-15remove generated fileUlf Lamping1-26/+0
2007-05-15add the list of DISSECTOR_INCLUDESUlf Lamping1-0/+12
2007-05-15add svn properties for dir and filesUlf Lamping25-4682/+4682
2007-05-14Quote the path to make-dissector-reg.py.Gerald Combs1-1/+1
2007-05-14from Gerhard Gappmeier (ascolab):Ulf Lamping31-0/+7268
2007-05-06Start introducing actx to ber functions.Anders Broman2-1/+45
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+1
2007-04-14move ipsec to DISSECTOR_SRCSebastien Tandel2-2/+2
2007-04-14remove "treat warnings as errors" barrier for every repo containing codeSebastien Tandel1-4/+0
2007-04-10add dissection of PortTimeUlf Lamping1-10/+51
2007-04-05Add the make-dissector-reg scripts to the dependency list for each copyGerald Combs20-20/+20
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher2-3/+3
2007-04-02Add PN-IO FSHelloBlock and PN-DCP Device/AliasNameUlf Lamping4-10/+90
2007-03-30revert back (void*) -> (void**) which will stop free-warning compilation withSebastien Tandel2-3/+3
2007-03-29strict aliasing warnings fix : replace (void**) by (void*)Sebastien Tandel2-3/+3
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher7-61/+61
2007-03-28Removed /Wx from CFLAGS to allow buildbot to proceedGraham Bloice1-1/+1
2007-03-28from Gisle Vanem: some more #pragma's that MingW don't likeUlf Lamping1-1/+1
2007-03-27add missing #pragma warning disable (now using _MSC_VER)Ulf Lamping3-0/+12
2007-03-27set "WX" and "#pragma warning(disable:4101)"Ulf Lamping2-2/+5
2007-03-27the megaco plugin no longer exists, remove remaining traces ...Ulf Lamping1-15/+0
2007-03-26trash the empty container of the megaco pluginLuis Ontanon11-672/+0
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher3-334/+4
2007-03-25migrate packet-megaco.c from plugins/megaco to epan/dissectorsLuis Ontanon3-3337/+0
2007-03-25all warnings removed in the meantime, "treat warnings as errors" :-)Ulf Lamping1-1/+1