aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp
AgeCommit message (Expand)AuthorFilesLines
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-4/+1
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-15/+45
2013-02-10Add %option noinput to some Flex files, as we aren't using the input()Guy Harris1-0/+5
2013-02-09"make maintainer-clean" should nuke all generated files.Guy Harris1-0/+2
2013-02-09Get rid of trailing tabs, make comments more similar.Guy Harris1-2/+2
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris3-53/+80
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-12-26Squelch some more discarding-qualifiers warnings.Guy Harris1-35/+18
2012-12-26Fix a bunch of warnings.Guy Harris2-23/+11
2012-12-10General cleanup:Bill Meier1-142/+137
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-5/+5
2012-11-29Fix several [-Wshadow] warnings.Bill Meier1-9/+9
2012-09-26replace unnecessary decode_numeric_bitfield callsMichael Mann1-18/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2-5/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki3-3/+3
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier1-1/+1
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-11/+11
2012-04-13From Pascal Quantin:Anders Broman1-5/+0
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-1/+1
2011-04-26Remove const qualifier to name, abbrev and blurb to pacify the buildbots.Chris Maynard1-3/+3
2011-04-25Get rid of some unnecessary casts that just provoke uninterestingGuy Harris1-11/+11
2011-03-31Don't dereference a NULL pointer. Fixes CID 426.Chris Maynard1-1/+1
2011-03-29Don't assign proto_item pointers that are not used.Martin Mathieson1-2/+2
2011-02-03Just use g_strdup_printf(), rather than doing it ourselves.Guy Harris1-4/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-5/+5
2011-01-21There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-6/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-11-17From David Katz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5166 :Jeff Morriss3-176/+357
2010-09-24Plugins are not shared libraries, so:Guy Harris1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-8/+9
2010-04-06Get rid of check_colAnders Broman1-22/+16
2010-04-02Make the test compile.Jaap Keuter1-6/+6
2010-04-01From sangaran:Anders Broman3-0/+81
2010-03-18cmake changes:Jörg Mayer1-2/+3
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer1-4/+2
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier1-5/+10
2010-01-13From Didier Gautheron:Anders Broman1-4/+1
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-3/+15
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam1-25/+3
2009-10-09From Didier Gautheron:Anders Broman1-1/+0