aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-08-28Disable unistim for now: it used port 5000 unconditionallyJörg Mayer1-1/+1
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier23-1/+67
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon3-2/+4
2007-08-24Clear out any remaining references to the h223 plugin. Replace theGerald Combs1-16/+0
2007-08-24complete the death of the h223 pluginRichard van der Hoff12-2306/+0
2007-08-24move packet-srp into the core (from the h223 plugin)Richard van der Hoff3-279/+2
2007-08-23List additional request for command presentationJaap Keuter1-1/+2
2007-08-23in preparation for de-pluginising h223, move golay code support into libwires...Richard van der Hoff4-310/+2
2007-08-20Add the UNISTIM plugin to Wireshark.Jaap Keuter22-3/+6151
2007-08-16fix return types, hopefully this will make the osx buildbot happyUlf Lamping1-2/+2
2007-08-16experimental feature: dissector filtersUlf Lamping1-0/+57
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris4-1/+12
2007-08-03mark some parameters as unusedUlf Lamping1-2/+2
2007-08-03- add PDInterfaceFSUDataAdjust blockUlf Lamping1-44/+339
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleGuy Harris1-6/+3
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleGuy Harris1-7/+2
2007-08-01Clean up the WiMax Mac-to-Mac dissector code.Jaap Keuter3-92/+26
2007-08-01Use a common .l.c rule for running Flex on .l files, just as is done onGuy Harris1-2/+6
2007-07-31update PTCP dissection to latest specification draftUlf Lamping3-283/+240
2007-07-31add helper function dissect_pn_int32()Ulf Lamping2-0/+20
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris2-3/+23
2007-07-25Initialize a couple of variables to prevent a couple (false, I think) "could ...Jeff Morriss1-2/+4
2007-07-25fix unused parameter warning by adding _U_Ulf Lamping1-1/+1
2007-07-24from HPfrommer@hilscher.com:Ulf Lamping1-35/+57
2007-07-23remove ProvCRID from expert info output, so the composite view is more compactUlf Lamping1-1/+1
2007-07-23add dissection of blocks:Ulf Lamping1-1/+83
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