aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-08-20Add the UNISTIM plugin to Wireshark.jake22-3/+6151
2007-08-16fix return types, hopefully this will make the osx buildbot happyulfl1-2/+2
2007-08-16experimental feature: dissector filtersulfl1-0/+57
2007-08-04Add a script as a front-end for Flex, to work around various problems,guy4-1/+12
2007-08-03mark some parameters as unusedulfl1-2/+2
2007-08-03- add PDInterfaceFSUDataAdjust blockulfl1-44/+339
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleguy1-6/+3
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleguy1-7/+2
2007-08-01Clean up the WiMax Mac-to-Mac dissector code.jake3-92/+26
2007-08-01Use a common .l.c rule for running Flex on .l files, just as is done onguy1-2/+6
2007-07-31update PTCP dissection to latest specification draftulfl3-283/+240
2007-07-31add helper function dissect_pn_int32()ulfl2-0/+20
2007-07-30Add comments to various %option items to explain what they're doing. guy2-3/+23
2007-07-25Initialize a couple of variables to prevent a couple (false, I think) "could ...morriss1-2/+4
2007-07-25fix unused parameter warning by adding _U_ulfl1-1/+1
2007-07-24from HPfrommer@hilscher.com:ulfl1-35/+57
2007-07-23remove ProvCRID from expert info output, so the composite view is more compactulfl1-1/+1
2007-07-23add dissection of blocks:ulfl1-1/+83
2007-06-03(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark wmeier1-1/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy3-17/+17
2007-05-29Add some casts to fix my build.martinm1-7/+8
2007-05-29From David Howells :standel1-1/+1
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.guy20-20/+20
2007-05-27Clean up white space.guy21-41/+60
2007-05-27Get rid of trailing blank lines.guy19-19/+0
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;guy45-180/+180
2007-05-27Clean up white space.guy2-3/+3
2007-05-27Include wimax_tlv.h the same way packet-m2m.c does.guy1-1/+1
2007-05-27wmxtypes.h is part of the m2m plugin, not the wimax plugin.guy1-2/+1
2007-05-26Squelch some unused parameter warnings.guy7-14/+14
2007-05-26Flag some parameters as unused.guy1-3/+3
2007-05-26Get rid of unused parameter.guy1-4/+4
2007-05-26Convert to the new style of building plugins; hopefully this'll fix theguy6-56/+308
2007-05-26Missing bits and fixes to get the buildbot green again.gal3-12/+74
2007-05-26Get rid of another item that's now handled automatically.guy1-6/+0
2007-05-26Get rid of the old-style plugin registration stuff.guy1-18/+0
2007-05-26Go with a Makefile.common as other plugins have, and tweak theguy3-13/+198
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.gerald65-2/+39147
2007-05-22Trivial warning fixes:jmayer4-4/+4
2007-05-22"make maintainer-clean" cleans up everything that "make distclean" does;guy1-3/+0
2007-05-21Make files more generic.jake16-18/+18
2007-05-16from Gerhard Gappmeier (ULFL: only slightly changed the unused prevention):ulfl9-33/+123
2007-05-15from Gerhard Gappmeier:ulfl9-29/+14
2007-05-15remove generated fileulfl1-26/+0
2007-05-15add the list of DISSECTOR_INCLUDESulfl1-0/+12
2007-05-15add svn properties for dir and filesulfl25-4682/+4682
2007-05-14Quote the path to make-dissector-reg.py.gerald1-1/+1
2007-05-14from Gerhard Gappmeier (ascolab):ulfl31-0/+7268
2007-05-06Start introducing actx to ber functions.etxrab2-1/+45
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab1-0/+1